diff options
Diffstat (limited to 'db/areas/hospital-floor-1.json')
-rw-r--r-- | db/areas/hospital-floor-1.json | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/db/areas/hospital-floor-1.json b/db/areas/hospital-floor-1.json index f89e5a3..089ba7a 100644 --- a/db/areas/hospital-floor-1.json +++ b/db/areas/hospital-floor-1.json @@ -1,16 +1,12 @@ { - "trainers": [ - { - "name": "Spyder Boss Aurora", - "sprite": "spyder_boss.png", - "monsters": [ - { - "slug": "exclawvate", - "level": 40 - } - ] - } - ], + "events": { + "onEnter": [ + { + "type": "story", + "story": "hospital-floor-1" + } + ] + }, "connections": { "hospital": { @@ -19,7 +15,7 @@ "hospital-floor-2": { "conditions": [ - "trainers" + "story.hospital-floor-1" ] } }, |