first stab at automatic variable light pricing
[tabakrolletjie.git] / data / stations / 01-tutorial.json
1 {
2   "config": {
3     "name": "Fusarium",
4     "spawn positions": [[25, 400], [1000, 410]],
5     "seeds": 100,
6     "turnip target": 10
7   },
8   "battery": {
9     "current": 4000,
10     "max": 4000,
11     "recharge": 4000
12   },
13   "available_lights": [
14     {
15       "type": "lamp",
16       "available_colours": ["blue", "red", "blue/red"],
17       "intensity": 0.5
18     }
19   ],
20   "obstacles": [
21     {
22       "type": "wall",
23       "vertices": [
24         [0, 0], [200, 302], [400, 0]
25       ]
26     },
27     {
28       "type": "wall",
29       "vertices": [
30         [624, 0], [824, 302], [1024, 0]
31       ]
32     },
33     {
34       "type": "wall",
35       "vertices": [
36         [0, 704], [200, 402], [400, 704]
37       ]
38     },
39     {
40       "type": "wall",
41       "vertices": [
42         [624, 704], [824, 402], [1024, 704]
43       ]
44     }
45   ],
46   "lights": [
47   ]
48 }