summaryrefslogtreecommitdiff
path: root/db/areas/route1.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/route1.json
parent7b1c251fcb085dc37de439ea1137373f1905d82e (diff)
translations and error handling
Diffstat (limited to 'db/areas/route1.json')
-rw-r--r--db/areas/route1.json14
1 files changed, 5 insertions, 9 deletions
diff --git a/db/areas/route1.json b/db/areas/route1.json
index 0c9523f..2fad568 100644
--- a/db/areas/route1.json
+++ b/db/areas/route1.json
@@ -1,10 +1,4 @@
{
- "name": "Route 1",
-
- "encounter_slug": "route1",
-
- "encounters": [],
-
"requiredEncounters": 10,
"trainers": [
@@ -30,8 +24,6 @@
}
],
- "environment_slug": "forest",
-
"connections": {
"paper-town": {
"conditions": []
@@ -43,5 +35,9 @@
"trainers"
]
}
- }
+ },
+
+ "modules/tuxemon.slug": "route1",
+ "modules/tuxemon.encounter": "route1",
+ "modules/tuxemon.environment": "forest"
}