summaryrefslogtreecommitdiff
path: root/db/areas/flower-city.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-24 14:42:12 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-24 14:42:12 +0200
commitbde5dc98ad96546b59e91f5a6e552bf80cbf48e4 (patch)
tree37196f5b5065c61ac038ae43d6f2392e29e39371 /db/areas/flower-city.json
parent7b1c251fcb085dc37de439ea1137373f1905d82e (diff)
translations and error handling
Diffstat (limited to 'db/areas/flower-city.json')
-rw-r--r--db/areas/flower-city.json20
1 files changed, 4 insertions, 16 deletions
diff --git a/db/areas/flower-city.json b/db/areas/flower-city.json
index 1e7ebf9..215ac84 100644
--- a/db/areas/flower-city.json
+++ b/db/areas/flower-city.json
@@ -1,16 +1,4 @@
{
- "name": "Flower City",
-
- "encounter_slug": "",
-
- "encounters": [],
-
- "requiredEncounters": 0,
-
- "trainers": [],
-
- "environment_slug": "interior",
-
"locations": {
"healing_center": {
"type": "healingCenter",
@@ -19,13 +7,11 @@
"scoop_store": {
"type": "shop",
- "economy": "spyder_flower_scoop",
+ "modules/tuxemon.economy": "spyder_flower_scoop",
"items": []
}
},
- "events": {},
-
"connections": {
"route4": {
"conditions": []
@@ -38,5 +24,7 @@
"side-route-a": {
"conditions": []
}
- }
+ },
+
+ "modules/tuxemon.slug": "flower_city"
}