summaryrefslogtreecommitdiff
path: root/db/areas
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-31 20:23:06 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-31 20:23:06 +0200
commitc657c77d0cf49afba627b93848e1915e2ce7d3ff (patch)
tree5d96a65df277f52558cd5ff84f2fefbf4480a926 /db/areas
parent7f6ab8779bd143b1b5f3465e3681abcbc113d19d (diff)
story and npcs
Diffstat (limited to 'db/areas')
-rw-r--r--db/areas/mansion-basement.json5
-rw-r--r--db/areas/mansion-top-floor.json5
-rw-r--r--db/areas/mansion.json5
3 files changed, 9 insertions, 6 deletions
diff --git a/db/areas/mansion-basement.json b/db/areas/mansion-basement.json
index 1a90497..14ea293 100644
--- a/db/areas/mansion-basement.json
+++ b/db/areas/mansion-basement.json
@@ -29,6 +29,8 @@
}
],
+ "environment": "mansion-basement",
+
"connections": {
"mansion": {
"conditions": []
@@ -36,6 +38,5 @@
},
"modules/tuxemon.slug": "mansion_basement",
- "modules/tuxemon.encounter": "mansion",
- "modules/tuxemon.environment": "cave"
+ "modules/tuxemon.encounter": "mansion"
}
diff --git a/db/areas/mansion-top-floor.json b/db/areas/mansion-top-floor.json
index 02bf87e..4f92836 100644
--- a/db/areas/mansion-top-floor.json
+++ b/db/areas/mansion-top-floor.json
@@ -61,6 +61,8 @@
}
],
+ "environment": "mansion-top-floor",
+
"connections": {
"mansion": {
"conditions": []
@@ -68,6 +70,5 @@
},
"modules/tuxemon.slug": "mansion_top_floor",
- "modules/tuxemon.encounter": "mansion",
- "modules/tuxemon.environment": "cave"
+ "modules/tuxemon.encounter": "mansion"
}
diff --git a/db/areas/mansion.json b/db/areas/mansion.json
index 82de65a..aed6ead 100644
--- a/db/areas/mansion.json
+++ b/db/areas/mansion.json
@@ -18,6 +18,8 @@
}
],
+ "environment": "mansion-main",
+
"connections": {
"side-route-a": {
"conditions": []
@@ -37,6 +39,5 @@
},
"modules/tuxemon.slug": "mansion",
- "modules/tuxemon.encounter": "mansion",
- "modules/tuxemon.environment": "cave"
+ "modules/tuxemon.encounter": "mansion"
}