From dbcd0118863ff3e7c5bee45041ccdb757eb2f366 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 22 Aug 2023 16:37:33 +0200 Subject: areas and town/shop setup --- db/areas/city-park.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 db/areas/city-park.json (limited to 'db/areas/city-park.json') diff --git a/db/areas/city-park.json b/db/areas/city-park.json new file mode 100644 index 0000000..113cf51 --- /dev/null +++ b/db/areas/city-park.json @@ -0,0 +1,40 @@ +{ + "encounter_slug": "citypark", + + "encounters": [], + + "requiredEncounters": 10, + + "trainers": [ + { + "name": "Frances", + "sprite": "florist.png", + "monsters": [ + { + "slug": "shybulb", + "level": 8 + }, + { + "slug": "shybulb", + "level": 8 + } + ], + "inventory": [] + } + ], + + "environment_slug": "forest", + + "connections": { + "route2": { + "conditions": [] + }, + + "leather-town": { + "conditions": [ + "encounters", + "trainers" + ] + } + } +} -- cgit v1.2.3