Add spiral level.
authorSimon Cross <hodgestar@gmail.com>
Sat, 10 Sep 2016 23:59:46 +0000 (01:59 +0200)
committerSimon Cross <hodgestar@gmail.com>
Sat, 10 Sep 2016 23:59:46 +0000 (01:59 +0200)
data/stations/05-spiral.json [new file with mode: 0644]

diff --git a/data/stations/05-spiral.json b/data/stations/05-spiral.json
new file mode 100644 (file)
index 0000000..718856f
--- /dev/null
@@ -0,0 +1,36 @@
+{
+  "config": {
+    "name": "Stachybotrys",
+    "spawn positions": [[25, 400], [1000, 410], [500, 25], [510, 690]],
+    "seeds": 100,
+    "turnip target": 10
+  },
+  "battery": {
+    "current": 4000,
+    "max": 4000,
+    "recharge": 4000
+  },
+  "available_lights": [
+    {
+      "type": "pulsatinglamp",
+      "cost": 3,
+      "available_colours": ["red/blue", "blue/green"],
+      "intensity": 0.5,
+      "radius_limits": [20, 400]
+    }
+  ],
+  "obstacles": [
+    {
+      "type": "shrub",
+      "shrublets": [
+        [517, 401, 40], [528, 423, 40], [503, 449, 40], [453, 442, 40],
+        [418, 384, 40], [445, 304, 40], [536, 262, 40], [645, 307, 40],
+        [694, 432, 40], [631, 570, 40], [472, 627, 40], [305, 545, 40],
+        [241, 352, 40], [341, 156, 40], [568, 85, 40], [793, 204, 40],
+        [871, 463, 40]
+      ]
+    }
+  ],
+  "lights": [
+  ]
+}