ae16cff5d3eb359e372783af932de1dd17e3a97b
[tabakrolletjie.git] / data / stations / station-beta.json
1 {
2   "config": {
3     "name": "Station Beta",
4     "power": 100,
5     "seeds": 100
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       "intensity": 0.8
34     }
35   ]
36 }