b233378288d810640cdd1b721a337f4ba092583c
[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     "turnip target": 10
8   },
9   "battery": {
10     "current": 200,
11     "max": 200,
12     "recharge": 100
13   },
14   "available_lights": [
15     {
16       "type": "lamp",
17       "cost": 3,
18       "available_colours": ["blue", "red", "blue/red", "red/blue"],
19       "intensity": 0.5
20     }
21   ],
22   "obstacles": [
23     {
24       "type": "wall",
25       "vertices": [
26         [0, 0], [200, 302], [400, 0]
27       ]
28     },
29     {
30       "type": "wall",
31       "vertices": [
32         [624, 0], [824, 302], [1024, 0]
33       ]
34     },
35     {
36       "type": "wall",
37       "vertices": [
38         [0, 704], [200, 402], [400, 704]
39       ]
40     },
41     {
42       "type": "wall",
43       "vertices": [
44         [624, 704], [824, 402], [1024, 704]
45       ]
46     }
47   ],
48   "lights": [
49   ]
50 }