Add spiral level.
[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       "cost": 3,
17       "available_colours": ["red/blue", "blue/green"],
18       "intensity": 0.5,
19       "radius_limits": [20, 400]
20     }
21   ],
22   "obstacles": [
23     {
24       "type": "shrub",
25       "shrublets": [
26         [517, 401, 40], [528, 423, 40], [503, 449, 40], [453, 442, 40],
27         [418, 384, 40], [445, 304, 40], [536, 262, 40], [645, 307, 40],
28         [694, 432, 40], [631, 570, 40], [472, 627, 40], [305, 545, 40],
29         [241, 352, 40], [341, 156, 40], [568, 85, 40], [793, 204, 40],
30         [871, 463, 40]
31       ]
32     }
33   ],
34   "lights": [
35   ]
36 }