summaryrefslogtreecommitdiff
path: root/db/areas/route7.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-23 20:29:07 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-23 20:29:07 +0200
commit7b1c251fcb085dc37de439ea1137373f1905d82e (patch)
tree32e3f2cd4367507726af6d0172e9621a37dff576 /db/areas/route7.json
parent4dd1a344c6474087a3f8782dd54f5c7b4acc67ed (diff)
areas and capture and more
Diffstat (limited to 'db/areas/route7.json')
-rw-r--r--db/areas/route7.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/db/areas/route7.json b/db/areas/route7.json
new file mode 100644
index 0000000..647227a
--- /dev/null
+++ b/db/areas/route7.json
@@ -0,0 +1,49 @@
+{
+ "name": "Route 7",
+
+ "encounter_slug": "route7",
+
+ "encounters": [],
+
+ "requiredEncounters": 10,
+
+ "trainers": [
+ {
+ "name": "Monk Statius",
+ "sprite": "monk.png",
+ "monsters": [
+ {
+ "slug": "aardart",
+ "level": 30
+ },
+ {
+ "slug": "pairagrim",
+ "level": 30
+ },
+ {
+ "slug": "bolt",
+ "level": 30
+ },
+ {
+ "slug": "fribbit",
+ "level": 30
+ }
+ ]
+ }
+ ],
+
+ "environment_slug": "forest",
+
+ "connections": {
+ "side-route-a": {
+ "conditions": []
+ },
+
+ "sphalian-town": {
+ "conditions": [
+ "encounters",
+ "trainers"
+ ]
+ }
+ }
+}