diff options
Diffstat (limited to 'db/areas/route3.json')
-rw-r--r-- | db/areas/route3.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/db/areas/route3.json b/db/areas/route3.json new file mode 100644 index 0000000..e9242fb --- /dev/null +++ b/db/areas/route3.json @@ -0,0 +1,14 @@ +{ + "encounter_slug": "route3", + + "encounters": [], + + "requiredEncounters": 10, + + "trainers": [], + + "environment_slug": "forest", + + "previousArea": "route2", + "nextArea": "route4" +} |