scroll.server/config/shop.example.json
WiseDev 8a745d634c generate the daily card shop server side
prices come from the csv globals now, a json cost is just an override.
DATABASE_URL defaults to postgres:///scroll when unset.
2026-08-23 08:47:55 +03:00

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" }
]
}