X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2Fstation-alpha.json;h=5e4fbb092a3e8e76971a008a3fd77fdb3bffd84d;hb=911add23589f55661d2b61b0dc6020294134c978;hp=5df98c3a54f517163090665ff9625cd30f07ca0a;hpb=2c0ed0a3af1c96ffa24745ba4b995dec0a7549c3;p=tabakrolletjie.git diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index 5df98c3..5e4fbb0 100644 --- a/data/stations/station-alpha.json +++ b/data/stations/station-alpha.json @@ -2,8 +2,38 @@ "config": { "name": "Station Alpha", "power": 100, + "spawn positions": [[275, 300]], "seeds": 10 }, + "battery": { + "current": 200, + "max": 200, + "recharge": 100 + }, + "available_lights": [ + { + "type": "spotlight", + "cost": 5, + "available_colours": ["red"], + "radius_limits": [20, 400], + "direction": 135, + "spread": 90, + "angular_velocity": 5, + "intensity": 0.8 + }, + { + "type": "lamp", + "cost": 3, + "available_colours": ["yellow"], + "intensity": 0.5 + }, + { + "type": "lamp", + "cost": 3, + "available_colours": ["red", "yellow/blue", "green"], + "intensity": 0.5 + } + ], "obstacles": [ { "type": "wall", @@ -22,6 +52,12 @@ "vertices": [ [200, 350], [250, 350], [250, 400], [200, 400] ] + }, + { + "type": "shrub", + "shrublets": [ + [600, 100, 50], [700, 200, 100] + ] } ], "lights": [ @@ -42,7 +78,7 @@ "intensity": 0.5 }, { - "type": "multicolourlamp", + "type": "lamp", "colours": ["red", "yellow", "green"], "position": [300, 300], "intensity": 0.5