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/flower-city.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'db/areas/flower-city.json') 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" } -- cgit v1.2.3