prices come from the csv globals now, a json cost is just an override. DATABASE_URL defaults to postgres:///scroll when unset.
11 lines
327 B
JSON
11 lines
327 B
JSON
{
|
|
"offers": [
|
|
{ "id": 1, "give": "Gold#1000" },
|
|
{ "id": 2, "give": "Gold#10000" },
|
|
{ "id": 3, "give": "Gold#100000" },
|
|
{ "id": 4, "give": "chest:Silver#1" },
|
|
{ "id": 5, "give": "chest:Gold#1" },
|
|
{ "id": 6, "give": "chest:Magic#1" },
|
|
{ "id": 7, "give": "Diamonds#500", "cost": "Gold#20000" }
|
|
]
|
|
}
|