summaryrefslogtreecommitdiff
path: root/db/areas/candy-town.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-27 15:21:47 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-27 15:21:47 +0200
commit8e829d4497efd6a23514901a1a6724fe7579c6b5 (patch)
treea829ba890ad0dfafdf7689fc8e6e0c5f22a0670e /db/areas/candy-town.json
parent5582c3c07069f7766aabd81f3a4a3f97def134e9 (diff)
box in healing centers!
Diffstat (limited to 'db/areas/candy-town.json')
-rw-r--r--db/areas/candy-town.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/db/areas/candy-town.json b/db/areas/candy-town.json
index abdd488..8cfab40 100644
--- a/db/areas/candy-town.json
+++ b/db/areas/candy-town.json
@@ -2,7 +2,12 @@
"locations": {
"scoop_store": {
"type": "shop",
- "items": [],
+ "items": [
+ {
+ "item_name": "super_potion",
+ "price": 40
+ }
+ ],
"modules/tuxemon.economy": "spyder_candy_scoop"
}
},