Add lighthouse level.
[tabakrolletjie.git] / data / stations / 03-lighthouse.json
1 {
2   "config": {
3     "name": "Geotrichum",
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": "spotlight",
16       "cost": 3,
17       "available_colours": ["yellow", "magenta"],
18       "intensity": 0.5,
19       "radius_limits": [20, 400],
20       "direction": 135,
21       "spread": 90,
22       "angular_velocity": 5
23     }
24   ],
25   "obstacles": [
26   ],
27   "lights": [
28   ]
29 }