diff options
Diffstat (limited to 'db/areas/city-park.json')
-rw-r--r-- | db/areas/city-park.json | 11 |
1 files changed, 11 insertions, 0 deletions
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", |