diff options
Diffstat (limited to 'db/areas/hospital-floor-1.json')
-rw-r--r-- | db/areas/hospital-floor-1.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/db/areas/hospital-floor-1.json b/db/areas/hospital-floor-1.json new file mode 100644 index 0000000..f89e5a3 --- /dev/null +++ b/db/areas/hospital-floor-1.json @@ -0,0 +1,29 @@ +{ + "trainers": [ + { + "name": "Spyder Boss Aurora", + "sprite": "spyder_boss.png", + "monsters": [ + { + "slug": "exclawvate", + "level": 40 + } + ] + } + ], + + "connections": { + "hospital": { + "conditions": [] + }, + + "hospital-floor-2": { + "conditions": [ + "trainers" + ] + } + }, + + "modules/tuxemon.slug": "hospital1", + "modules/tuxemon.environment": "interior" +} |