summaryrefslogtreecommitdiff
path: root/db/areas/lion-mountain.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-24 14:42:12 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-24 14:42:12 +0200
commitbde5dc98ad96546b59e91f5a6e552bf80cbf48e4 (patch)
tree37196f5b5065c61ac038ae43d6f2392e29e39371 /db/areas/lion-mountain.json
parent7b1c251fcb085dc37de439ea1137373f1905d82e (diff)
translations and error handling
Diffstat (limited to 'db/areas/lion-mountain.json')
-rw-r--r--db/areas/lion-mountain.json15
1 files changed, 6 insertions, 9 deletions
diff --git a/db/areas/lion-mountain.json b/db/areas/lion-mountain.json
index fc804f8..e1b5081 100644
--- a/db/areas/lion-mountain.json
+++ b/db/areas/lion-mountain.json
@@ -1,10 +1,4 @@
{
- "name": "Lion Mountain",
-
- "encounter_slug": "lion_mountain",
-
- "encounters": [],
-
"requiredEncounters": 10,
"trainers": [
@@ -24,11 +18,14 @@
}
],
- "environment_slug": "snow",
-
"connections": {
"sphalian-town": {
"conditions": []
}
- }
+ },
+
+ "modules/tuxemon.slug": "lion_mountain",
+ "modules/tuxemon.encounter": "lion_mountain",
+ "modules/tuxemon.environment": "snow"
+
}