summaryrefslogtreecommitdiff
path: root/db/areas
diff options
context:
space:
mode:
Diffstat (limited to 'db/areas')
-rw-r--r--db/areas/candy-town.json7
-rw-r--r--db/areas/cotton-town.json4
-rw-r--r--db/areas/timber-town.json20
3 files changed, 28 insertions, 3 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"
}
},
diff --git a/db/areas/cotton-town.json b/db/areas/cotton-town.json
index 6c55b07..f1bc9e6 100644
--- a/db/areas/cotton-town.json
+++ b/db/areas/cotton-town.json
@@ -6,8 +6,8 @@
},
"cotton_scoop": {
"type": "shop",
- "modules/tuxemon.economy": "cotton_scoop",
- "items": []
+ "items": [],
+ "modules/tuxemon.economy": "cotton_scoop"
}
},
diff --git a/db/areas/timber-town.json b/db/areas/timber-town.json
index 2121446..f28d687 100644
--- a/db/areas/timber-town.json
+++ b/db/areas/timber-town.json
@@ -10,6 +10,26 @@
"modules/tuxemon.economy": "spyder_timber_scoop",
"items": [
{
+ "item_name": "tuxeball_wood",
+ "price": 150
+ },
+ {
+ "item_name": "tuxeball_fire",
+ "price": 150
+ },
+ {
+ "item_name": "tuxeball_earth",
+ "price": 150
+ },
+ {
+ "item_name": "tuxeball_metal",
+ "price": 150
+ },
+ {
+ "item_name": "tuxeball_water",
+ "price": 150
+ },
+ {
"item_name": "wood_booster",
"price": 1000
},