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