X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2Fstation-alpha.json;h=c74136482a3d518c93338c6d3fc3a5b1b2d2be4b;hb=6386ed0a574cdf90438a93c94da5605e23b4d7ea;hp=40adfeaf61ac0950c2f7ab26321b5e9f3f721036;hpb=1094dfe625913999361ea943e7a214ffc38a9738;p=tabakrolletjie.git diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index 40adfea..c741364 100644 --- a/data/stations/station-alpha.json +++ b/data/stations/station-alpha.json @@ -2,8 +2,33 @@ "config": { "name": "Station Alpha", "power": 100, + "spawn positions": [[275, 300]], "seeds": 10 }, + "available_lights": [ + { + "type": "spotlight", + "cost": 5, + "colours": ["red"], + "radius_limits": [20, 400], + "direction": 135, + "spread": 90, + "angular_velocity": 5, + "intensity": 0.8 + }, + { + "type": "lamp", + "cost": 3, + "colours": ["yellow"], + "intensity": 0.5 + }, + { + "type": "lamp", + "cost": 3, + "colours": ["red", "yellow", "green"], + "intensity": 0.5 + } + ], "obstacles": [ { "type": "wall", @@ -22,23 +47,46 @@ "vertices": [ [200, 350], [250, 350], [250, 400], [200, 400] ] + }, + { + "type": "shrub", + "shrublets": [ + [600, 100, 50], [700, 200, 100] + ] } ], "lights": [ { "type": "spotlight", - "colour": "red", + "colours": ["red"], "position": [700, 500], "radius_limits": [20, 400], - "angle_limits": [90, 180], + "direction": 135, + "spread": 90, "angular_velocity": 5, "intensity": 0.8 }, { "type": "lamp", - "colour": "yellow", + "colours": ["yellow"], "position": [500, 500], "intensity": 0.5 + }, + { + "type": "lamp", + "colours": ["red", "yellow", "green"], + "position": [300, 300], + "intensity": 0.5 + }, + { + "type": "pulsatinglamp", + "colours": ["cyan"], + "pulse_range": [20, 90], + "pulse_velocity": 1, + "intensity_range": [0.1, 0.8], + "intensity_velocity": 0.01, + "position": [250, 450], + "intensity": 0.5 } ] }