json stores are gone, they nulled out every data ref on load and wrote the null straight back on save. shop json and the purchase commands ended up in here too.
12 lines
517 B
JSON
12 lines
517 B
JSON
{
|
|
"offers": [
|
|
{ "id": 1, "give": "Gold#1000", "cost": "Diamonds#10" },
|
|
{ "id": 2, "give": "Gold#10000", "cost": "Diamonds#80" },
|
|
{ "id": 3, "give": "Diamonds#500", "cost": "Gold#20000" },
|
|
{ "id": 4, "give": "Knight#10", "cost": "Gold#500" },
|
|
{ "id": 5, "give": "Witch#4", "cost": "Gold#2000" },
|
|
{ "id": 6, "give": "chest:Silver#1", "cost": "Diamonds#5" },
|
|
{ "id": 7, "give": "chest:Gold#1", "cost": "Diamonds#20" },
|
|
{ "id": 8, "give": "chest:Magic#1", "cost": "Diamonds#230" }
|
|
]
|
|
}
|