summaryrefslogtreecommitdiff
path: root/db/areas/route2.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-22 16:37:33 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-22 16:37:33 +0200
commitdbcd0118863ff3e7c5bee45041ccdb757eb2f366 (patch)
treedc08c8641d1f886b579360f3c63a919545ed23fb /db/areas/route2.json
parentc0354b250f84d578b609a7f25d71dee7fc24e9ca (diff)
areas and town/shop setup
Diffstat (limited to 'db/areas/route2.json')
-rw-r--r--db/areas/route2.json35
1 files changed, 32 insertions, 3 deletions
diff --git a/db/areas/route2.json b/db/areas/route2.json
index f4fc9bb..e4c6d2a 100644
--- a/db/areas/route2.json
+++ b/db/areas/route2.json
@@ -5,10 +5,39 @@
"requiredEncounters": 10,
- "trainers": [],
+ "trainers": [
+ {
+ "name": "Rival",
+ "monsters": [
+ {
+ "slug": "cardiling",
+ "level": 3
+ },
+ {
+ "slug": "eyenemy",
+ "level": 6
+ },
+ {
+ "slug": "STARTER",
+ "level": 6
+ }
+ ],
+ "inventory": []
+ }
+ ],
"environment_slug": "forest",
- "previousArea": "route1",
- "nextArea": "route3"
+ "connections": {
+ "cotton-town": {
+ "conditions": []
+ },
+
+ "city-park": {
+ "conditions": [
+ "encounters",
+ "trainers"
+ ]
+ }
+ }
}