--- /dev/null
+{
+ "config": {
+ "name": "Station Alpha",
+ "power": 100,
+ "seeds": 10
+ },
+ "obstacles": [
+ {
+ "type": "wall",
+ "vertices": [
+ [400, 400], [450, 400], [450, 450], [400, 450]
+ ]
+ },
+ {
+ "type": "wall",
+ "vertices": [
+ [800, 400], [850, 400], [850, 450], [800, 450]
+ ]
+ },
+ {
+ "type": "wall",
+ "vertices": [
+ [200, 350], [250, 350], [250, 400], [200, 400]
+ ]
+ }
+ ],
+ "lights": [
+ {
+ "type": "spotlight",
+ "colour": "red",
+ "position": [700, 500],
+ "direction": 90.0,
+ "spread": 45.0,
+ "radius_limits": [20, 400],
+ "intensity": 0.8
+ }
+ ]
+}