first stab at automatic variable light pricing
[tabakrolletjie.git] / data / stations / 05-spiral.json
1 {
2   "config": {
3     "name": "Stachybotrys",
4     "spawn positions": [[25, 400], [1000, 410], [500, 25], [510, 690]],
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": "pulsatinglamp",
16       "available_colours": ["red/blue", "blue/green"],
17       "intensity": 0.5,
18       "radius_limits": [20, 400]
19     }
20   ],
21   "obstacles": [
22     {
23       "type": "shrub",
24       "shrublets": [
25         [517, 401, 40], [528, 423, 40], [503, 449, 40], [453, 442, 40],
26         [418, 384, 40], [445, 304, 40], [536, 262, 40], [645, 307, 40],
27         [694, 432, 40], [631, 570, 40], [472, 627, 40], [305, 545, 40],
28         [241, 352, 40], [341, 156, 40], [568, 85, 40], [793, 204, 40],
29         [871, 463, 40]
30       ]
31     }
32   ],
33   "lights": [
34   ]
35 }