From 5582c3c07069f7766aabd81f3a4a3f97def134e9 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 27 Aug 2023 14:35:50 +0200 Subject: more areas! --- db/areas/hospital-floor-3.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 db/areas/hospital-floor-3.json (limited to 'db/areas/hospital-floor-3.json') diff --git a/db/areas/hospital-floor-3.json b/db/areas/hospital-floor-3.json new file mode 100644 index 0000000..de16bc2 --- /dev/null +++ b/db/areas/hospital-floor-3.json @@ -0,0 +1,35 @@ +{ + "trainers": [ + { + "name": "Rival Billie", + "sprite": "fashionista.png", + "monsters": [ + { + "slug": "cardinale", + "level": 40 + }, + { + "slug": "eyesore", + "level": 40 + }, + { + "slug": "viviphyta", + "level": 40 + }, + { + "slug": "STARTER", + "level": 40 + } + ] + } + ], + + "connections": { + "hospital-floor-2": { + "conditions": [] + } + }, + + "modules/tuxemon.slug": "hospital3", + "modules/tuxemon.environment": "interior" +} -- cgit v1.2.3