diff options
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" +} |