From 911add23589f55661d2b61b0dc6020294134c978 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 10 Sep 2016 16:29:26 +0200 Subject: [PATCH] Add battery config to levels. --- data/stations/01-tutorial.json | 5 +++++ data/stations/station-alpha.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/data/stations/01-tutorial.json b/data/stations/01-tutorial.json index 62930d8..83a0f20 100644 --- a/data/stations/01-tutorial.json +++ b/data/stations/01-tutorial.json @@ -5,6 +5,11 @@ "spawn positions": [[25, 400], [1000, 410]], "seeds": 100 }, + "battery": { + "current": 200, + "max": 200, + "recharge": 100 + }, "available_lights": [ { "type": "lamp", diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index cac2017..5e4fbb0 100644 --- a/data/stations/station-alpha.json +++ b/data/stations/station-alpha.json @@ -5,6 +5,11 @@ "spawn positions": [[275, 300]], "seeds": 10 }, + "battery": { + "current": 200, + "max": 200, + "recharge": 100 + }, "available_lights": [ { "type": "spotlight", -- 2.34.1