X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2Fstation-alpha.json;h=21c17898b9582b7a22bdfd622f2f06e49245ae66;hb=c4b45ee9ae3e1f7b73b306c61a520945379cd16e;hp=c74136482a3d518c93338c6d3fc3a5b1b2d2be4b;hpb=ee4a089ad17cc17ff85d2d86d5412eab3fd9038c;p=tabakrolletjie.git diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index c741364..21c1789 100644 --- a/data/stations/station-alpha.json +++ b/data/stations/station-alpha.json @@ -1,15 +1,20 @@ { "config": { "name": "Station Alpha", - "power": 100, "spawn positions": [[275, 300]], - "seeds": 10 + "seeds": 10, + "turnip target": 10 + }, + "battery": { + "current": 200, + "max": 200, + "recharge": 100 }, "available_lights": [ { "type": "spotlight", "cost": 5, - "colours": ["red"], + "available_colours": ["red"], "radius_limits": [20, 400], "direction": 135, "spread": 90, @@ -19,13 +24,13 @@ { "type": "lamp", "cost": 3, - "colours": ["yellow"], + "available_colours": ["yellow"], "intensity": 0.5 }, { "type": "lamp", "cost": 3, - "colours": ["red", "yellow", "green"], + "available_colours": ["red", "yellow/blue", "green"], "intensity": 0.5 } ],