diff options
Diffstat (limited to 'db/areas/hospital-floor-2.json')
-rw-r--r-- | db/areas/hospital-floor-2.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/db/areas/hospital-floor-2.json b/db/areas/hospital-floor-2.json new file mode 100644 index 0000000..2e6fc42 --- /dev/null +++ b/db/areas/hospital-floor-2.json @@ -0,0 +1,47 @@ +{ + "trainers": [ + { + "name": "Spyder Boss Luzia", + "sprite": "spyder_boss.png", + "monsters": [ + { + "slug": "galnec", + "level": 36 + }, + { + "slug": "exclawvate", + "level": 36 + } + ] + }, + { + "name": "Profressor Rhizome", + "sprite": "professor.png", + "monsters": [ + { + "slug": "flacono", + "level": 33 + }, + { + "slug": "fancair", + "level": 33 + } + ] + } + ], + + "connections": { + "hospital-floor-1": { + "conditions": [] + }, + + "hospital-floor-3": { + "conditions": [ + "trainers" + ] + } + }, + + "modules/tuxemon.slug": "hospital2", + "modules/tuxemon.environment": "interior" +} |