From 2030caa0c85102b1cf6131dd9eefef4a347cda42 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 2 Sep 2023 14:59:09 +0200 Subject: translations and story --- db/areas/hospital-floor-3.json | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) (limited to 'db/areas/hospital-floor-3.json') 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": { -- cgit v1.2.3