diff options
Diffstat (limited to 'db/areas/cotton-town.json')
-rw-r--r-- | db/areas/cotton-town.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/db/areas/cotton-town.json b/db/areas/cotton-town.json new file mode 100644 index 0000000..dfd73e5 --- /dev/null +++ b/db/areas/cotton-town.json @@ -0,0 +1,31 @@ +{ + "encounter_slug": "", + + "encounters": [], + + "requiredEncounters": 0, + + "trainers": [], + + "environment_slug": "interior", + + "events": { + "dryads-grove": false + }, + + "connections": { + "route1": { + "conditions": [] + }, + + "route2": { + "conditions": [] + }, + + "dryads-grove": { + "conditions": [ + "event.dryads-grove" + ] + } + } +} |