From bde5dc98ad96546b59e91f5a6e552bf80cbf48e4 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 24 Aug 2023 14:42:12 +0200 Subject: translations and error handling --- db/areas/cotton-town.json | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'db/areas/cotton-town.json') 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" } -- cgit v1.2.3