summaryrefslogtreecommitdiff
path: root/db/areas/route1.json
diff options
context:
space:
mode:
Diffstat (limited to 'db/areas/route1.json')
-rw-r--r--db/areas/route1.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/db/areas/route1.json b/db/areas/route1.json
index 3d1cf23..1615772 100644
--- a/db/areas/route1.json
+++ b/db/areas/route1.json
@@ -30,6 +30,16 @@
"environment_slug": "forest",
- "previousArea": "paper-town",
- "nextArea": "route2"
+ "connections": {
+ "paper-town": {
+ "conditions": []
+ },
+
+ "cotton-town": {
+ "conditions": [
+ "encounters",
+ "trainers"
+ ]
+ }
+ }
}