Add Boyd's spawn position to stations
[tabakrolletjie.git] / data / stations / station-beta.json
1 {
2   "config": {
3     "name": "Station Beta",
4     "power": 100,
5     "spawn positions": [[25, 400], [1000, 410]],
6     "seeds": 100
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       "intensity": 0.8
35     }
36   ]
37 }