diff options
Diffstat (limited to 'db/areas/hospital-floor-3.json')
-rw-r--r-- | db/areas/hospital-floor-3.json | 32 |
1 files changed, 8 insertions, 24 deletions
diff --git a/db/areas/hospital-floor-3.json b/db/areas/hospital-floor-3.json index de16bc2..3bcf6b6 100644 --- a/db/areas/hospital-floor-3.json +++ b/db/areas/hospital-floor-3.json @@ -1,28 +1,12 @@ { - "trainers": [ - { - "name": "Rival Billie", - "sprite": "fashionista.png", - "monsters": [ - { - "slug": "cardinale", - "level": 40 - }, - { - "slug": "eyesore", - "level": 40 - }, - { - "slug": "viviphyta", - "level": 40 - }, - { - "slug": "STARTER", - "level": 40 - } - ] - } - ], + "events": { + "onEnter": [ + { + "type": "story", + "story": "hospital-floor-3" + } + ] + }, "connections": { "hospital-floor-2": { |