summaryrefslogtreecommitdiff
path: root/db/areas/route7.json
diff options
context:
space:
mode:
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"
+ ]
+ }
+ }
+}