Retitle tutorial level.
[tabakrolletjie.git] / data / stations / station-beta.json
1 {
2   "config": {
3     "name": "Fusarium",
4     "power": 100,
5     "spawn positions": [[25, 400], [1000, 410]],
6     "seeds": 100
7   },
8   "obstacles": [
9     {
10       "type": "wall",
11       "vertices": [
12         [0, 0], [200, 302], [400, 0]
13       ]
14     },
15     {
16       "type": "wall",
17       "vertices": [
18         [624, 0], [824, 302], [1024, 0]
19       ]
20     },
21     {
22       "type": "wall",
23       "vertices": [
24         [0, 704], [200, 402], [400, 704]
25       ]
26     },
27     {
28       "type": "wall",
29       "vertices": [
30         [624, 704], [824, 402], [1024, 704]
31       ]
32     }
33   ],
34   "lights": [
35     {
36       "type": "spotlight",
37       "colours": ["red"],
38       "position": [700, 500],
39       "radius_limits": [20, 400],
40       "intensity": 0.8
41     }
42   ]
43 }