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-1.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 db/areas/hospital-floor-1.json (limited to 'db/areas/hospital-floor-1.json') 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" +} -- cgit v1.2.3