summaryrefslogtreecommitdiff
path: root/db/areas/mansion.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-27 14:35:50 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-27 14:35:50 +0200
commit5582c3c07069f7766aabd81f3a4a3f97def134e9 (patch)
treea1c450f079187430ac39c194f5be53058f10f910 /db/areas/mansion.json
parentb025d1655483aa13a29ab5594255460b48143a5a (diff)
more areas!
Diffstat (limited to 'db/areas/mansion.json')
-rw-r--r--db/areas/mansion.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/db/areas/mansion.json b/db/areas/mansion.json
new file mode 100644
index 0000000..82de65a
--- /dev/null
+++ b/db/areas/mansion.json
@@ -0,0 +1,42 @@
+{
+ "requiredEncounters": 10,
+
+ "trainers": [
+ {
+ "name": "Magician Gillette",
+ "sprite": "magician.png",
+ "monsters": [
+ {
+ "slug": "djinnbo",
+ "level": 22
+ },
+ {
+ "slug": "ghosteeth",
+ "level": 22
+ }
+ ]
+ }
+ ],
+
+ "connections": {
+ "side-route-a": {
+ "conditions": []
+ },
+
+ "mansion-top-floor": {
+ "conditions": [
+ "area.mansion-basement.completed"
+ ]
+ },
+
+ "mansion-basement": {
+ "conditions": [
+ "area.mansion-basement"
+ ]
+ }
+ },
+
+ "modules/tuxemon.slug": "mansion",
+ "modules/tuxemon.encounter": "mansion",
+ "modules/tuxemon.environment": "cave"
+}