diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-27 14:35:50 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-27 14:35:50 +0200 |
commit | 5582c3c07069f7766aabd81f3a4a3f97def134e9 (patch) | |
tree | a1c450f079187430ac39c194f5be53058f10f910 /db/areas/hospital-floor-3.json | |
parent | b025d1655483aa13a29ab5594255460b48143a5a (diff) |
more areas!
Diffstat (limited to 'db/areas/hospital-floor-3.json')
-rw-r--r-- | db/areas/hospital-floor-3.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/db/areas/hospital-floor-3.json b/db/areas/hospital-floor-3.json new file mode 100644 index 0000000..de16bc2 --- /dev/null +++ b/db/areas/hospital-floor-3.json @@ -0,0 +1,35 @@ +{ + "trainers": [ + { + "name": "Rival Billie", + "sprite": "fashionista.png", + "monsters": [ + { + "slug": "cardinale", + "level": 40 + }, + { + "slug": "eyesore", + "level": 40 + }, + { + "slug": "viviphyta", + "level": 40 + }, + { + "slug": "STARTER", + "level": 40 + } + ] + } + ], + + "connections": { + "hospital-floor-2": { + "conditions": [] + } + }, + + "modules/tuxemon.slug": "hospital3", + "modules/tuxemon.environment": "interior" +} |