X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2Fstation-alpha.json;h=4678e6c56e80cb67124589739f0e979312f5cb4e;hb=6aa6512d8c85e1a090b88c0b910ea7e13f4ddd9a;hp=e8e96194f7c62e036451835bf50f6ae907f840b6;hpb=c1b1a14359305583bb6c47b240097fc0fb5cf6c4;p=tabakrolletjie.git diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index e8e9619..4678e6c 100644 --- a/data/stations/station-alpha.json +++ b/data/stations/station-alpha.json @@ -2,6 +2,7 @@ "config": { "name": "Station Alpha", "power": 100, + "spawn positions": [[275, 300]], "seeds": 10 }, "obstacles": [ @@ -22,33 +23,40 @@ "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": "multicolourlamp", + "type": "lamp", "colours": ["red", "yellow", "green"], "position": [300, 300], "intensity": 0.5 }, { "type": "pulsatinglamp", - "colour": "cyan", + "colours": ["cyan"], "pulse_range": [20, 90], "pulse_velocity": 1, "intensity_range": [0.1, 0.8],