diff options
Diffstat (limited to 'db/areas')
-rw-r--r-- | db/areas/route1.json | 3 | ||||
-rw-r--r-- | db/areas/timber-town.json | 23 |
2 files changed, 25 insertions, 1 deletions
diff --git a/db/areas/route1.json b/db/areas/route1.json index 2fad568..863d1ee 100644 --- a/db/areas/route1.json +++ b/db/areas/route1.json @@ -24,6 +24,9 @@ } ], + "items": [ + ], + "connections": { "paper-town": { "conditions": [] diff --git a/db/areas/timber-town.json b/db/areas/timber-town.json index 093633e..2121446 100644 --- a/db/areas/timber-town.json +++ b/db/areas/timber-town.json @@ -8,7 +8,28 @@ "scoop_store": { "type": "shop", "modules/tuxemon.economy": "spyder_timber_scoop", - "items": [] + "items": [ + { + "item_name": "wood_booster", + "price": 1000 + }, + { + "item_name": "fire_booster", + "price": 1000 + }, + { + "item_name": "earth_booster", + "price": 1000 + }, + { + "item_name": "metal_booster", + "price": 1000 + }, + { + "item_name": "water_booster", + "price": 1000 + } + ] } }, |