first stab at automatic variable light pricing
[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       "available_colours": ["yellow", "magenta"],
17       "intensity": 0.5,
18       "radius_limits": [20, 400],
19       "direction": 135,
20       "spread": 90,
21       "angular_velocity": 5
22     }
23   ],
24   "obstacles": [
25     {
26       "type": "wall",
27       "vertices": [
28         [532, 352], [522, 369], [502, 369], [492, 352], [502, 335], [522, 335]
29       ]
30     }
31   ],
32   "lights": [
33   ]
34 }