Make all lamps multicoloured.
[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       "colours": ["red"],
31       "position": [700, 500],
32       "radius_limits": [20, 400],
33       "direction": 135,
34       "spread": 90,
35       "angular_velocity": 5,
36       "intensity": 0.8
37     },
38     {
39       "type": "lamp",
40       "colours": ["yellow"],
41       "position": [500, 500],
42       "intensity": 0.5
43     },
44     {
45       "type": "multicolourlamp",
46       "colours": ["red", "yellow", "green"],
47       "position": [300, 300],
48       "intensity": 0.5
49     },
50     {
51       "type": "pulsatinglamp",
52       "colours": ["cyan"],
53       "pulse_range": [20, 90],
54       "pulse_velocity": 1,
55       "intensity_range": [0.1, 0.8],
56       "intensity_velocity": 0.01,
57       "position": [250, 450],
58       "intensity": 0.5
59     }
60   ]
61 }