Merge branch 'master' of ctpug.org.za:tabakrolletjie
[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   "available_lights": null,
9   "obstacles": [
10     {
11       "type": "wall",
12       "vertices": [
13         [400, 400], [450, 400], [450, 450], [400, 450]
14       ]
15     },
16     {
17       "type": "wall",
18       "vertices": [
19         [800, 400], [850, 400], [850, 450], [800, 450]
20       ]
21     },
22     {
23       "type": "wall",
24       "vertices": [
25         [200, 350], [250, 350], [250, 400], [200, 400]
26       ]
27     },
28     {
29       "type": "shrub",
30       "shrublets": [
31         [600, 100, 50], [700, 200, 100]
32       ]
33     }
34   ],
35   "lights": [
36     {
37       "type": "spotlight",
38       "colours": ["red"],
39       "position": [700, 500],
40       "radius_limits": [20, 400],
41       "direction": 135,
42       "spread": 90,
43       "angular_velocity": 5,
44       "intensity": 0.8
45     },
46     {
47       "type": "lamp",
48       "colours": ["yellow"],
49       "position": [500, 500],
50       "intensity": 0.5
51     },
52     {
53       "type": "lamp",
54       "colours": ["red", "yellow", "green"],
55       "position": [300, 300],
56       "intensity": 0.5
57     },
58     {
59       "type": "pulsatinglamp",
60       "colours": ["cyan"],
61       "pulse_range": [20, 90],
62       "pulse_velocity": 1,
63       "intensity_range": [0.1, 0.8],
64       "intensity_velocity": 0.01,
65       "position": [250, 450],
66       "intensity": 0.5
67     }
68   ]
69 }