diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-26 20:46:22 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-26 20:46:22 +0200 |
commit | 36a5d5862c3744f899fe6a5712f81171af144795 (patch) | |
tree | ba3c4782ca2da1bdd6b9271371b3bab87f2816a8 /db/areas | |
parent | b7db43abcaf8c9d9ccb4bcaff07c5416cb21ff62 (diff) |
evolution items and shop interface
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 + } + ] } }, |