diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-24 14:42:12 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-24 14:42:12 +0200 |
commit | bde5dc98ad96546b59e91f5a6e552bf80cbf48e4 (patch) | |
tree | 37196f5b5065c61ac038ae43d6f2392e29e39371 /db/areas/leather-town.json | |
parent | 7b1c251fcb085dc37de439ea1137373f1905d82e (diff) |
translations and error handling
Diffstat (limited to 'db/areas/leather-town.json')
-rw-r--r-- | db/areas/leather-town.json | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/db/areas/leather-town.json b/db/areas/leather-town.json index 5cb24d7..8177ad6 100644 --- a/db/areas/leather-town.json +++ b/db/areas/leather-town.json @@ -1,16 +1,4 @@ { - "name": "Leather Town", - - "encounter_slug": "", - - "encounters": [], - - "requiredEncounters": 0, - - "trainers": [], - - "environment_slug": "interior", - "locations": { "healing_center": { "type": "healingCenter", @@ -18,7 +6,7 @@ }, "leather_scoop": { "type": "shop", - "economy": "leather_scoop", + "modules/tuxemon.economy": "leather_scoop", "items": [] } }, @@ -31,5 +19,7 @@ "route3": { "conditions": [] } - } + }, + + "modules/tuxemon.slug": "leather_town" } |