summaryrefslogtreecommitdiff
path: root/db/areas
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-26 20:46:22 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-26 20:46:22 +0200
commit36a5d5862c3744f899fe6a5712f81171af144795 (patch)
treeba3c4782ca2da1bdd6b9271371b3bab87f2816a8 /db/areas
parentb7db43abcaf8c9d9ccb4bcaff07c5416cb21ff62 (diff)
evolution items and shop interface
Diffstat (limited to 'db/areas')
-rw-r--r--db/areas/route1.json3
-rw-r--r--db/areas/timber-town.json23
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
+ }
+ ]
}
},