Add level
authorNeil <neil@dip.sun.ac.za>
Sat, 10 Sep 2016 23:42:53 +0000 (01:42 +0200)
committerNeil <neil@dip.sun.ac.za>
Sat, 10 Sep 2016 23:43:03 +0000 (01:43 +0200)
data/stations/04-multicolor.json [new file with mode: 0644]

diff --git a/data/stations/04-multicolor.json b/data/stations/04-multicolor.json
new file mode 100644 (file)
index 0000000..831d60a
--- /dev/null
@@ -0,0 +1,113 @@
+{
+  "config": {
+    "name": "Rhizomucor",
+    "spawn positions": [[25, 400], [1000, 410], [998, 332], [76, 300]],
+    "seeds": 65,
+    "turnip target": 40
+  },
+  "battery": {
+    "current": 8000,
+    "max": 8000,
+    "recharge": 8000
+  },
+  "available_lights": [
+    {
+      "type": "lamp",
+      "cost": 3,
+      "available_colours": ["blue", "red"],
+      "intensity": 0.8
+    }
+  ],
+  "obstacles": [
+    {
+      "type": "wall",
+      "vertices": [
+        [0, 0], [200, 302], [400, 0]
+      ]
+    },
+    {
+      "type": "wall",
+      "vertices": [
+        [624, 0], [824, 302], [1024, 0]
+      ]
+    },
+    {
+      "type": "wall",
+      "vertices": [
+        [0, 704], [200, 402], [400, 704]
+      ]
+    },
+    {
+      "type": "wall",
+      "vertices": [
+        [624, 704], [824, 402], [1024, 704]
+      ]
+    }
+  ],
+  "lights": [
+     {
+       "colours": [ "green" ],
+       "position": [313, 490 ],
+       "intensity": 0.8,
+       "type": "lamp"
+     },
+     {
+       "colours": [ "green" ],
+       "position": [313, 403 ],
+       "intensity": 0.8,
+       "type": "lamp"
+     },
+     {
+       "colours": [ "green" ],
+       "position": [313, 312 ],
+       "intensity": 0.8,
+       "type": "lamp"
+     },
+     {
+       "colours": [ "green" ],
+       "position": [313, 230 ],
+       "intensity": 0.8,
+       "type": "lamp"
+     },
+     {
+       "colours": [ "green" ],
+       "position": [250, 290 ],
+       "intensity": 0.8,
+       "type": "lamp"
+     },
+     {
+       "colours": [ "green" ],
+       "position": [250, 360 ],
+       "type": "lamp"
+     },
+     {
+       "colours": [ "green" ],
+       "position": [250, 430 ],
+       "intensity": 0.8,
+       "type": "lamp"
+     },
+     {
+       "colours": [ "green" ],
+       "position": [145, 270 ],
+       "intensity": 0.8,
+       "type": "lamp"
+     },
+     {
+       "colours": [ "green" ],
+       "position": [145, 460 ],
+       "intensity": 0.8,
+       "type": "lamp"
+     },
+     {
+       "colours": [ "green" ],
+       "position": [160, 400 ],
+       "intensity": 0.8,
+       "type": "lamp"
+     },
+     {
+       "colours": [ "green" ],
+       "position": [160, 335 ],
+       "type": "lamp"
+     }
+  ]
+}