first stab at automatic variable light pricing
[tabakrolletjie.git] / data / stations / 01-tutorial.json
index 04f9d1c491b70eeb68919f91641d38afa1f92711..d7fb07f880138bf5536d07e5d5d8541e5841e652 100644 (file)
@@ -1,14 +1,19 @@
 {
   "config": {
     "name": "Fusarium",
-    "power": 100,
     "spawn positions": [[25, 400], [1000, 410]],
-    "seeds": 100
+    "seeds": 100,
+    "turnip target": 10
+  },
+  "battery": {
+    "current": 4000,
+    "max": 4000,
+    "recharge": 4000
   },
   "available_lights": [
     {
       "type": "lamp",
-      "colours": ["blue", "red"],
+      "available_colours": ["blue", "red", "blue/red"],
       "intensity": 0.5
     }
   ],