summaryrefslogtreecommitdiff
path: root/db/areas/paper-town.json
diff options
context:
space:
mode:
Diffstat (limited to 'db/areas/paper-town.json')
-rw-r--r--db/areas/paper-town.json17
1 files changed, 14 insertions, 3 deletions
diff --git a/db/areas/paper-town.json b/db/areas/paper-town.json
index b18e17e..7020252 100644
--- a/db/areas/paper-town.json
+++ b/db/areas/paper-town.json
@@ -8,13 +8,24 @@
"trainers": [
{
"name": "Rival",
- "monsters": [],
+ "monsters": [
+ {
+ "slug": "STARTER",
+ "level": 2
+ }
+ ],
"inventory": []
}
],
"environment_slug": "interior",
- "previousArea": "",
- "nextArea": "route1"
+ "connections": {
+ "route1": {
+ "conditions": [
+ "encounters",
+ "trainers"
+ ]
+ }
+ }
}