shrub achieved
[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       "type": "shrub",
29       "shrublets": [
30         [600, 100, 50], [700, 200, 100]
31       ]
32     }
33   ],
34   "lights": [
35     {
36       "type": "spotlight",
37       "colours": ["red"],
38       "position": [700, 500],
39       "radius_limits": [20, 400],
40       "direction": 135,
41       "spread": 90,
42       "angular_velocity": 5,
43       "intensity": 0.8
44     },
45     {
46       "type": "lamp",
47       "colours": ["yellow"],
48       "position": [500, 500],
49       "intensity": 0.5
50     },
51     {
52       "type": "lamp",
53       "colours": ["red", "yellow", "green"],
54       "position": [300, 300],
55       "intensity": 0.5
56     },
57     {
58       "type": "pulsatinglamp",
59       "colours": ["cyan"],
60       "pulse_range": [20, 90],
61       "pulse_velocity": 1,
62       "intensity_range": [0.1, 0.8],
63       "intensity_velocity": 0.01,
64       "position": [250, 450],
65       "intensity": 0.5
66     }
67   ]
68 }