From 03015e9baeb68d6cbfddb9e356d18628ad2966e2 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sun, 11 Sep 2016 01:22:31 +0200 Subject: [PATCH] Add lighthouse level. --- data/stations/03-lighthouse.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/stations/03-lighthouse.json diff --git a/data/stations/03-lighthouse.json b/data/stations/03-lighthouse.json new file mode 100644 index 0000000..7b1d5c1 --- /dev/null +++ b/data/stations/03-lighthouse.json @@ -0,0 +1,29 @@ +{ + "config": { + "name": "Geotrichum", + "spawn positions": [[25, 400], [1000, 410], [500, 25], [510, 690]], + "seeds": 100, + "turnip target": 10 + }, + "battery": { + "current": 4000, + "max": 4000, + "recharge": 4000 + }, + "available_lights": [ + { + "type": "spotlight", + "cost": 3, + "available_colours": ["yellow", "magenta"], + "intensity": 0.5, + "radius_limits": [20, 400], + "direction": 135, + "spread": 90, + "angular_velocity": 5 + } + ], + "obstacles": [ + ], + "lights": [ + ] +} -- 2.34.1