X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2Fstation-alpha.json;h=f0e27e509bcd2af4aba2b09cd775887047d6862b;hb=94e7e52ee8e1d79717a0c2e1d1889212a0b77470;hp=cf0936a1be9f48a90895c8cbe4be206566be8eeb;hpb=740d26ea20fceaf61d7edaa6da05975b29912395;p=tabakrolletjie.git diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index cf0936a..f0e27e5 100644 --- a/data/stations/station-alpha.json +++ b/data/stations/station-alpha.json @@ -16,22 +16,46 @@ "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", + "colours": ["red"], "position": [700, 500], - "direction": 90.0, - "spread": 45.0 + "radius_limits": [20, 400], + "direction": 135, + "spread": 90, + "angular_velocity": 5, + "intensity": 0.8 }, { - "type": "spotlight", - "colour": "yellow", + "type": "lamp", + "colours": ["yellow"], "position": [500, 500], - "direction": -90.0, - "spread": 45.0 + "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 } ] }