summaryrefslogtreecommitdiff
path: root/db/areas/cotton-town.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/cotton-town.json
parent7b1c251fcb085dc37de439ea1137373f1905d82e (diff)
translations and error handling
Diffstat (limited to 'db/areas/cotton-town.json')
-rw-r--r--db/areas/cotton-town.json18
1 files changed, 4 insertions, 14 deletions
diff --git a/db/areas/cotton-town.json b/db/areas/cotton-town.json
index 1f12f73..cd83eae 100644
--- a/db/areas/cotton-town.json
+++ b/db/areas/cotton-town.json
@@ -1,16 +1,4 @@
{
- "name": "Cotton Town",
-
- "encounter_slug": "",
-
- "encounters": [],
-
- "requiredEncounters": 0,
-
- "trainers": [],
-
- "environment_slug": "interior",
-
"locations": {
"healing_center": {
"type": "healingCenter",
@@ -18,7 +6,7 @@
},
"cotton_scoop": {
"type": "shop",
- "economy": "cotton_scoop",
+ "modules/tuxemon.economy": "cotton_scoop",
"items": []
}
},
@@ -41,5 +29,7 @@
"event.dryads-grove"
]
}
- }
+ },
+
+ "modules/tuxemon.slug": "cotton_town"
}