X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2Fstation-alpha.json;h=5df98c3a54f517163090665ff9625cd30f07ca0a;hb=aeed77cd9edcf4a13c391a919a033862ff31cbdf;hp=84b391019cf9358633fe5496184fefbe637cadb2;hpb=b3cdc33078341c62fd86bdcd2d4c44b85cd3a157;p=tabakrolletjie.git diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index 84b3910..5df98c3 100644 --- a/data/stations/station-alpha.json +++ b/data/stations/station-alpha.json @@ -27,16 +27,17 @@ "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 }, @@ -45,6 +46,16 @@ "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 } ] }