summaryrefslogtreecommitdiff
path: root/db/areas/route1.json
diff options
context:
space:
mode:
Diffstat (limited to 'db/areas/route1.json')
-rw-r--r--db/areas/route1.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/db/areas/route1.json b/db/areas/route1.json
new file mode 100644
index 0000000..54cc345
--- /dev/null
+++ b/db/areas/route1.json
@@ -0,0 +1,34 @@
+{
+ "encounter_slug": "route1",
+
+ "encounters": [],
+
+ "requiredEncounters": 10,
+
+ "trainers": [
+ {
+ "name": "Bruder Mikki",
+ "monsters": [
+ {
+ "slug": "memnomnom",
+ "level": 5
+ },
+ {
+ "slug": "jelillow",
+ "level": 5
+ }
+ ],
+ "inventory": [
+ {
+ "slug": "potion",
+ "quantity": 2
+ }
+ ]
+ }
+ ],
+
+ "environment_slug": "forest",
+
+ "previousArea": "paper-town",
+ "nextArea": "route2"
+}