diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-20 14:32:40 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-20 14:32:40 +0200 |
commit | b227fc9c2ef361f8aa5ee2f24aa1ade6bc972a73 (patch) | |
tree | 8fdd7e980107bfd8fcd58ffe21f2299b37d310c8 /db/areas/route2.json | |
parent | 2c7890e90e1aad371854cfe60ad63eaa88e64fec (diff) |
area progress
Diffstat (limited to 'db/areas/route2.json')
-rw-r--r-- | db/areas/route2.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/db/areas/route2.json b/db/areas/route2.json new file mode 100644 index 0000000..f4fc9bb --- /dev/null +++ b/db/areas/route2.json @@ -0,0 +1,14 @@ +{ + "encounter_slug": "route2", + + "encounters": [], + + "requiredEncounters": 10, + + "trainers": [], + + "environment_slug": "forest", + + "previousArea": "route1", + "nextArea": "route3" +} |