Second test station
authorNeil <neil@dip.sun.ac.za>
Fri, 9 Sep 2016 19:05:22 +0000 (21:05 +0200)
committerNeil <neil@dip.sun.ac.za>
Fri, 9 Sep 2016 19:06:57 +0000 (21:06 +0200)
data/stations/station-beta.json [new file with mode: 0644]

diff --git a/data/stations/station-beta.json b/data/stations/station-beta.json
new file mode 100644 (file)
index 0000000..2736397
--- /dev/null
@@ -0,0 +1,38 @@
+{
+  "config": {
+    "name": "Station Alpha",
+    "power": 100,
+    "seeds": 10
+  },
+  "obstacles": [
+    {
+      "type": "wall",
+      "vertices": [
+        [400, 400], [450, 400], [450, 450], [400, 450]
+      ]
+    },
+    {
+      "type": "wall",
+      "vertices": [
+        [800, 400], [850, 400], [850, 450], [800, 450]
+      ]
+    },
+    {
+      "type": "wall",
+      "vertices": [
+        [200, 350], [250, 350], [250, 400], [200, 400]
+      ]
+    }
+  ],
+  "lights": [
+    {
+      "type": "spotlight",
+      "colour": "red",
+      "position": [700, 500],
+      "direction": 90.0,
+      "spread": 45.0,
+      "radius_limits": [20, 400],
+      "intensity": 0.8
+    }
+  ]
+}