summaryrefslogtreecommitdiff
path: root/db/areas/paper-town.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-23 20:29:07 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-23 20:29:07 +0200
commit7b1c251fcb085dc37de439ea1137373f1905d82e (patch)
tree32e3f2cd4367507726af6d0172e9621a37dff576 /db/areas/paper-town.json
parent4dd1a344c6474087a3f8782dd54f5c7b4acc67ed (diff)
areas and capture and more
Diffstat (limited to 'db/areas/paper-town.json')
-rw-r--r--db/areas/paper-town.json34
1 files changed, 16 insertions, 18 deletions
diff --git a/db/areas/paper-town.json b/db/areas/paper-town.json
index 688dd7f..f3d3255 100644
--- a/db/areas/paper-town.json
+++ b/db/areas/paper-town.json
@@ -1,26 +1,18 @@
{
"name": "Paper Town",
- "encounter_slug": "",
+ "locations": {
+ "home": {
+ "type": "healingCenter",
+ "price": 0
+ },
- "encounters": [],
-
- "requiredEncounters": 0,
-
- "trainers": [
- {
- "name": "Rival",
- "monsters": [
- {
- "slug": "STARTER",
- "level": 2
- }
- ],
- "inventory": []
+ "scoop_store": {
+ "type": "shop",
+ "economy": "spyder_paper_mart",
+ "items": []
}
- ],
-
- "environment_slug": "interior",
+ },
"connections": {
"route1": {
@@ -28,6 +20,12 @@
"encounters",
"trainers"
]
+ },
+
+ "sea-route-c": {
+ "conditions": [
+ "area.sea-route-c"
+ ]
}
}
}