diff options
Diffstat (limited to 'db/areas/cotton-town.json')
-rw-r--r-- | db/areas/cotton-town.json | 18 |
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" } |