diff options
Diffstat (limited to 'db/areas/paper-town.json')
-rw-r--r-- | db/areas/paper-town.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/db/areas/paper-town.json b/db/areas/paper-town.json new file mode 100644 index 0000000..b18e17e --- /dev/null +++ b/db/areas/paper-town.json @@ -0,0 +1,20 @@ +{ + "encounter_slug": "", + + "encounters": [], + + "requiredEncounters": 0, + + "trainers": [ + { + "name": "Rival", + "monsters": [], + "inventory": [] + } + ], + + "environment_slug": "interior", + + "previousArea": "", + "nextArea": "route1" +} |