summaryrefslogtreecommitdiff
path: root/db/areas/timber-town.json
diff options
context:
space:
mode:
Diffstat (limited to 'db/areas/timber-town.json')
-rw-r--r--db/areas/timber-town.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/db/areas/timber-town.json b/db/areas/timber-town.json
new file mode 100644
index 0000000..bfb9ca7
--- /dev/null
+++ b/db/areas/timber-town.json
@@ -0,0 +1,26 @@
+{
+ "name": "Timber Town",
+
+ "locations": {
+ "healing_center": {
+ "type": "healingCenter",
+ "price": 20
+ },
+
+ "scoop_store": {
+ "type": "shop",
+ "economy": "spyder_timber_scoop",
+ "items": []
+ }
+ },
+
+ "connections": {
+ "route5": {
+ "conditions": []
+ },
+
+ "tunnel-b": {
+ "conditions": []
+ }
+ }
+}