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

diff --git a/data/stations/03-lighthouse.json b/data/stations/03-lighthouse.json
new file mode 100644 (file)
index 0000000..7b1d5c1
--- /dev/null
@@ -0,0 +1,29 @@
+{
+  "config": {
+    "name": "Geotrichum",
+    "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": "spotlight",
+      "cost": 3,
+      "available_colours": ["yellow", "magenta"],
+      "intensity": 0.5,
+      "radius_limits": [20, 400],
+      "direction": 135,
+      "spread": 90,
+      "angular_velocity": 5
+    }
+  ],
+  "obstacles": [
+  ],
+  "lights": [
+  ]
+}