summaryrefslogtreecommitdiff
path: root/db/areas/tunnel-b.json
diff options
context:
space:
mode:
Diffstat (limited to 'db/areas/tunnel-b.json')
-rw-r--r--db/areas/tunnel-b.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/db/areas/tunnel-b.json b/db/areas/tunnel-b.json
new file mode 100644
index 0000000..0e7954c
--- /dev/null
+++ b/db/areas/tunnel-b.json
@@ -0,0 +1,45 @@
+{
+ "name": "Tunnel B",
+
+ "encounter_slug": "default_encounter",
+
+ "encounters": [],
+
+ "requiredEncounters": 10,
+
+ "trainers": [
+ {
+ "name": "Florist Iris",
+ "sprite": "florist.png",
+ "monsters": [
+ {
+ "slug": "tourbidi",
+ "level": 18
+ },
+ {
+ "slug": "tourbidi",
+ "level": 18
+ },
+ {
+ "slug": "tourbidi",
+ "level": 18
+ }
+ ]
+ }
+ ],
+
+ "environment_slug": "forest",
+
+ "connections": {
+ "timber-town": {
+ "conditions": []
+ },
+
+ "route6": {
+ "conditions": [
+ "encounters",
+ "trainers"
+ ]
+ }
+ }
+}