Add available lights list to levels.
[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       "cost": 3,
12       "colours": ["blue", "red"],
13       "intensity": 0.5
14     }
15   ],
16   "obstacles": [
17     {
18       "type": "wall",
19       "vertices": [
20         [0, 0], [200, 302], [400, 0]
21       ]
22     },
23     {
24       "type": "wall",
25       "vertices": [
26         [624, 0], [824, 302], [1024, 0]
27       ]
28     },
29     {
30       "type": "wall",
31       "vertices": [
32         [0, 704], [200, 402], [400, 704]
33       ]
34     },
35     {
36       "type": "wall",
37       "vertices": [
38         [624, 704], [824, 402], [1024, 704]
39       ]
40     }
41   ],
42   "lights": [
43   ]
44 }