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/city-park.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'db/areas/city-park.json') diff --git a/db/areas/city-park.json b/db/areas/city-park.json index 3579342..802018c 100644 --- a/db/areas/city-park.json +++ b/db/areas/city-park.json @@ -1,6 +1,17 @@ { "requiredEncounters": 10, + "encounters": [ + { + "monster": "budaye", + "encounter_percent": 5, + "level_range": [ + 2, + 5 + ] + } + ], + "trainers": [ { "name": "Frances", -- cgit v1.2.3