Specify direction and spread rather than angle limits.
[tabakrolletjie.git] / data / stations / station-alpha.json
index 176794d98ddad0d21c9ebf1b8aef8657f9136bf0..6259351bee9ff8d2ce33c61dc29c7a2da52d49fe 100644 (file)
       "type": "spotlight",
       "colour": "red",
       "position": [700, 500],
-      "direction": 90.0,
-      "spread": 45.0,
-      "radius_limits": [20, 200],
-      "angle_limits": [90, 270],
+      "radius_limits": [20, 400],
+      "direction": 135,
+      "spread": 90,
+      "angular_velocity": 5,
       "intensity": 0.8
     },
     {
-      "type": "spotlight",
+      "type": "lamp",
       "colour": "yellow",
       "position": [500, 500],
-      "direction": -90.0,
-      "spread": 45.0,
+      "intensity": 0.5
+    },
+    {
+      "type": "multicolourlamp",
+      "colours": ["red", "yellow", "green"],
+      "position": [300, 300],
+      "intensity": 0.5
+    },
+    {
+      "type": "pulsatinglamp",
+      "colour": "cyan",
+      "pulse_range": [20, 90],
+      "pulse_velocity": 1,
+      "intensity_range": [0.1, 0.8],
+      "intensity_velocity": 0.01,
+      "position": [250, 450],
       "intensity": 0.5
     }
   ]