X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=blobdiff_plain;f=data%2Fstations%2Fstation-alpha.json;fp=data%2Fstations%2Fstation-alpha.json;h=0000000000000000000000000000000000000000;hp=1cd4ebc4b35cb80d81014f5991ecd3dd62017a7c;hb=eaba54e95ab4dbfd54a4001b116fe1679a30661e;hpb=ff511928a9e814b987399cf6d8a58cfe0b49a7fe diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json deleted file mode 100644 index 1cd4ebc..0000000 --- a/data/stations/station-alpha.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "config": { - "name": "Station Alpha", - "spawn positions": [[275, 300]], - "seeds": 10, - "turnip target": 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 - }, - { - "type": "pulsatinglamp", - "cost": 3, - "available_colours": ["red", "blue/green"], - "intensity": 0.5 - } - ], - "obstacles": [ - { - "type": "wall", - "vertices": [ - [400, 400], [450, 400], [450, 450], [400, 450] - ] - }, - { - "type": "wall", - "vertices": [ - [800, 400], [850, 400], [850, 450], [800, 450] - ] - }, - { - "type": "wall", - "vertices": [ - [200, 350], [250, 350], [250, 400], [200, 400] - ] - }, - { - "type": "shrub", - "shrublets": [ - [600, 100, 50], [700, 200, 100] - ] - } - ], - "lights": [ - { - "type": "spotlight", - "colours": ["red"], - "position": [700, 500], - "radius_limits": [20, 400], - "direction": 135, - "spread": 90, - "angular_velocity": 5, - "intensity": 0.8 - }, - { - "type": "lamp", - "colours": ["yellow"], - "position": [500, 500], - "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 - } - ] -}