first stab at automatic variable light pricing
[tabakrolletjie.git] / data / stations / 01-tutorial.json
index c0564c620832a74f55d8f92eade3a74dd0299fcc..d7fb07f880138bf5536d07e5d5d8541e5841e652 100644 (file)
@@ -1,10 +1,22 @@
 {
   "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",
+      "available_colours": ["blue", "red", "blue/red"],
+      "intensity": 0.5
+    }
+  ],
   "obstacles": [
     {
       "type": "wall",
     }
   ],
   "lights": [
-    {
-      "type": "spotlight",
-      "colours": ["red"],
-      "position": [700, 500],
-      "radius_limits": [20, 400],
-      "intensity": 0.8
-    }
   ]
 }