diff options
Diffstat (limited to 'db/areas/leather-town.json')
-rw-r--r-- | db/areas/leather-town.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/db/areas/leather-town.json b/db/areas/leather-town.json new file mode 100644 index 0000000..7815dfd --- /dev/null +++ b/db/areas/leather-town.json @@ -0,0 +1,21 @@ +{ + "encounter_slug": "", + + "encounters": [], + + "requiredEncounters": 0, + + "trainers": [], + + "environment_slug": "interior", + + "connections": { + "city-park": { + "conditions": [] + }, + + "route3": { + "conditions": [] + } + } +} |