summaryrefslogtreecommitdiff
path: root/db/areas/candy-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/candy-town.json
parent4dd1a344c6474087a3f8782dd54f5c7b4acc67ed (diff)
areas and capture and more
Diffstat (limited to 'db/areas/candy-town.json')
-rw-r--r--db/areas/candy-town.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/db/areas/candy-town.json b/db/areas/candy-town.json
new file mode 100644
index 0000000..59ddca0
--- /dev/null
+++ b/db/areas/candy-town.json
@@ -0,0 +1,26 @@
+{
+ "name": "Candy Town",
+
+ "locations": {
+ "hospital": {
+ "type": "healingCenter",
+ "price": 30
+ },
+
+ "scoop_store": {
+ "type": "shop",
+ "economy": "spyder_candy_scoop",
+ "items": []
+ }
+ },
+
+ "connections": {
+ "route6": {
+ "conditions": []
+ },
+
+ "sea-route-c": {
+ "conditions": []
+ }
+ }
+}