X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2Fstation-beta.json;h=c0564c620832a74f55d8f92eade3a74dd0299fcc;hb=5686c91574fa270d7164e60a195ccd8ee18e2926;hp=2736397e39c8d56f851c9fad7aacb0c619ae4a33;hpb=618aba4ccd2f421ad022c31849d87dd7ef00121c;p=tabakrolletjie.git diff --git a/data/stations/station-beta.json b/data/stations/station-beta.json index 2736397..c0564c6 100644 --- a/data/stations/station-beta.json +++ b/data/stations/station-beta.json @@ -1,36 +1,41 @@ { "config": { - "name": "Station Alpha", + "name": "Fusarium", "power": 100, - "seeds": 10 + "spawn positions": [[25, 400], [1000, 410]], + "seeds": 100 }, "obstacles": [ { "type": "wall", "vertices": [ - [400, 400], [450, 400], [450, 450], [400, 450] + [0, 0], [200, 302], [400, 0] ] }, { "type": "wall", "vertices": [ - [800, 400], [850, 400], [850, 450], [800, 450] + [624, 0], [824, 302], [1024, 0] ] }, { "type": "wall", "vertices": [ - [200, 350], [250, 350], [250, 400], [200, 400] + [0, 704], [200, 402], [400, 704] + ] + }, + { + "type": "wall", + "vertices": [ + [624, 704], [824, 402], [1024, 704] ] } ], "lights": [ { "type": "spotlight", - "colour": "red", + "colours": ["red"], "position": [700, 500], - "direction": 90.0, - "spread": 45.0, "radius_limits": [20, 400], "intensity": 0.8 }