summaryrefslogtreecommitdiff
path: root/db/areas/route3.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/route3.json
parentc0354b250f84d578b609a7f25d71dee7fc24e9ca (diff)
areas and town/shop setup
Diffstat (limited to 'db/areas/route3.json')
-rw-r--r--db/areas/route3.json24
1 files changed, 21 insertions, 3 deletions
diff --git a/db/areas/route3.json b/db/areas/route3.json
index e9242fb..3fa7c2f 100644
--- a/db/areas/route3.json
+++ b/db/areas/route3.json
@@ -5,10 +5,28 @@
"requiredEncounters": 10,
- "trainers": [],
+ "trainers": [
+ {
+ "name": "Miner Roxby",
+ "sprite": "miner.png",
+ "monsters": [
+ {
+ "slug": "rockitten",
+ "level": 13
+ },
+ {
+ "slug": "ignibus",
+ "level": 13
+ }
+ ]
+ }
+ ],
"environment_slug": "forest",
- "previousArea": "route2",
- "nextArea": "route4"
+ "connections": {
+ "leather-town": {
+ "conditions": []
+ }
+ }
}