07f23e98b7cf1b134c6c6148341be9efb5a2fa97
[tabakrolletjie.git] / data / stations / station-alpha.json
1 {
2   "config": {
3     "name": "Station Alpha",
4     "power": 100,
5     "spawn positions": [[275, 300]],
6     "seeds": 10
7   },
8   "obstacles": [
9     {
10       "type": "wall",
11       "vertices": [
12         [400, 400], [450, 400], [450, 450], [400, 450]
13       ]
14     },
15     {
16       "type": "wall",
17       "vertices": [
18         [800, 400], [850, 400], [850, 450], [800, 450]
19       ]
20     },
21     {
22       "type": "wall",
23       "vertices": [
24         [200, 350], [250, 350], [250, 400], [200, 400]
25       ]
26     }
27   ],
28   "lights": [
29     {
30       "type": "spotlight",
31       "colours": ["red"],
32       "position": [700, 500],
33       "radius_limits": [20, 400],
34       "direction": 135,
35       "spread": 90,
36       "angular_velocity": 5,
37       "intensity": 0.8
38     },
39     {
40       "type": "lamp",
41       "colours": ["yellow"],
42       "position": [500, 500],
43       "intensity": 0.5
44     },
45     {
46       "type": "lamp",
47       "colours": ["red", "yellow", "green"],
48       "position": [300, 300],
49       "intensity": 0.5
50     },
51     {
52       "type": "pulsatinglamp",
53       "colours": ["cyan"],
54       "pulse_range": [20, 90],
55       "pulse_velocity": 1,
56       "intensity_range": [0.1, 0.8],
57       "intensity_velocity": 0.01,
58       "position": [250, 450],
59       "intensity": 0.5
60     }
61   ]
62 }