Add multi-colour lamp.
[tabakrolletjie.git] / data / stations / station-alpha.json
1 {
2   "config": {
3     "name": "Station Alpha",
4     "power": 100,
5     "seeds": 10
6   },
7   "obstacles": [
8     {
9       "type": "wall",
10       "vertices": [
11         [400, 400], [450, 400], [450, 450], [400, 450]
12       ]
13     },
14     {
15       "type": "wall",
16       "vertices": [
17         [800, 400], [850, 400], [850, 450], [800, 450]
18       ]
19     },
20     {
21       "type": "wall",
22       "vertices": [
23         [200, 350], [250, 350], [250, 400], [200, 400]
24       ]
25     }
26   ],
27   "lights": [
28     {
29       "type": "spotlight",
30       "colour": "red",
31       "position": [700, 500],
32       "radius_limits": [20, 400],
33       "angle_limits": [90, 180],
34       "angular_velocity": 5,
35       "intensity": 0.8
36     },
37     {
38       "type": "lamp",
39       "colour": "yellow",
40       "position": [500, 500],
41       "intensity": 0.5
42     },
43     {
44       "type": "multicolourlamp",
45       "colours": ["red", "yellow", "green"],
46       "position": [300, 300],
47       "intensity": 0.5
48     }
49   ]
50 }