From: adrianna Date: Sat, 10 Sep 2016 23:51:51 +0000 (+0200) Subject: renamed X-Git-Tag: tabakrolletjie-v1.0.0~13^2~4 X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=commitdiff_plain;h=6ce963d555c75ace1b7848d609e0b6e2a13c69cc renamed --- diff --git a/data/stations/06-station-alpha.json b/data/stations/06-station-alpha.json new file mode 100644 index 0000000..994b270 --- /dev/null +++ b/data/stations/06-station-alpha.json @@ -0,0 +1,115 @@ +{ + "config": { + "name": "Station Alpha", + "spawn positions": [[275, 300]], + "seeds": 10, + "turnip target": 10 + }, + "battery": { + "current": 2000, + "max": 2000, + "recharge": 1000 + }, + "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": ["blue", "yellow/red/green", "cyan/magenta"], + "intensity": 0.5 + }, + { + "type": "pulsatinglamp", + "cost": 3, + "available_colours": ["cyan", "blue/green"], + "intensity": 0.5 + } + ], + "obstacles": [ + { + "type": "wall", + "vertices": [ + [0, 0], [1024, 0], [1024, 100], [0, 100] + ] + }, + { + "type": "wall", + "vertices": [ + [0, 604], [1024, 604], [1024, 704], [0, 704] + ] + }, + { + "type": "wall", + "vertices": [ + [0, 100], [100, 100], [100, 300], [0, 300] + ] + }, + { + "type": "wall", + "vertices": [ + [0, 404], [100, 404], [100, 704], [0, 704] + ] + }, + { + "type": "wall", + "vertices": [ + [500, 100], [524, 100], [524, 352], [500, 352] + ] + }, + { + "type": "wall", + "vertices": [ + [924, 100], [1024, 100], [1024, 604], [924, 604] + ] + }, + { + "type": "shrub", + "shrublets": [ + [600, 200, 50], [700, 350, 100], [800, 250, 50], [400, 500, 50], [300, 400, 100], [400, 300, 50], [300, 200, 50] + ] + } + ], + "lights": [ + { + "type": "spotlight", + "colours": ["red"], + "position": [850, 550], + "radius_limits": [20, 400], + "direction": 135, + "spread": 90, + "angular_velocity": 5, + "intensity": 0.8 + }, + { + "type": "lamp", + "colours": ["blue"], + "position": [150, 550], + "intensity": 0.5 + }, + { + "type": "lamp", + "colours": ["red", "yellow", "green"], + "position": [200, 200], + "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": [550, 500], + "intensity": 0.5 + } + ] +} diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json deleted file mode 100644 index 994b270..0000000 --- a/data/stations/station-alpha.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "config": { - "name": "Station Alpha", - "spawn positions": [[275, 300]], - "seeds": 10, - "turnip target": 10 - }, - "battery": { - "current": 2000, - "max": 2000, - "recharge": 1000 - }, - "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": ["blue", "yellow/red/green", "cyan/magenta"], - "intensity": 0.5 - }, - { - "type": "pulsatinglamp", - "cost": 3, - "available_colours": ["cyan", "blue/green"], - "intensity": 0.5 - } - ], - "obstacles": [ - { - "type": "wall", - "vertices": [ - [0, 0], [1024, 0], [1024, 100], [0, 100] - ] - }, - { - "type": "wall", - "vertices": [ - [0, 604], [1024, 604], [1024, 704], [0, 704] - ] - }, - { - "type": "wall", - "vertices": [ - [0, 100], [100, 100], [100, 300], [0, 300] - ] - }, - { - "type": "wall", - "vertices": [ - [0, 404], [100, 404], [100, 704], [0, 704] - ] - }, - { - "type": "wall", - "vertices": [ - [500, 100], [524, 100], [524, 352], [500, 352] - ] - }, - { - "type": "wall", - "vertices": [ - [924, 100], [1024, 100], [1024, 604], [924, 604] - ] - }, - { - "type": "shrub", - "shrublets": [ - [600, 200, 50], [700, 350, 100], [800, 250, 50], [400, 500, 50], [300, 400, 100], [400, 300, 50], [300, 200, 50] - ] - } - ], - "lights": [ - { - "type": "spotlight", - "colours": ["red"], - "position": [850, 550], - "radius_limits": [20, 400], - "direction": 135, - "spread": 90, - "angular_velocity": 5, - "intensity": 0.8 - }, - { - "type": "lamp", - "colours": ["blue"], - "position": [150, 550], - "intensity": 0.5 - }, - { - "type": "lamp", - "colours": ["red", "yellow", "green"], - "position": [200, 200], - "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": [550, 500], - "intensity": 0.5 - } - ] -}