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/candy-town.json | |
parent | 7b1c251fcb085dc37de439ea1137373f1905d82e (diff) |
translations and error handling
Diffstat (limited to 'db/areas/candy-town.json')
-rw-r--r-- | db/areas/candy-town.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/areas/candy-town.json b/db/areas/candy-town.json index 59ddca0..f89370b 100644 --- a/db/areas/candy-town.json +++ b/db/areas/candy-town.json @@ -1,6 +1,4 @@ { - "name": "Candy Town", - "locations": { "hospital": { "type": "healingCenter", @@ -9,8 +7,8 @@ "scoop_store": { "type": "shop", - "economy": "spyder_candy_scoop", - "items": [] + "items": [], + "modules/tuxemon.economy": "spyder_candy_scoop" } }, @@ -22,5 +20,7 @@ "sea-route-c": { "conditions": [] } - } + }, + + "modules/tuxemon.slug": "candy_town" } |