Add battery config to levels.
[tabakrolletjie.git] / data / stations / 01-tutorial.json
index c0564c620832a74f55d8f92eade3a74dd0299fcc..83a0f2022c2af67b120ec628f4f60408eb901672 100644 (file)
@@ -5,6 +5,19 @@
     "spawn positions": [[25, 400], [1000, 410]],
     "seeds": 100
   },
+  "battery": {
+    "current": 200,
+    "max": 200,
+    "recharge": 100
+  },
+  "available_lights": [
+    {
+      "type": "lamp",
+      "cost": 3,
+      "available_colours": ["blue", "red", "blue/red", "red/blue"],
+      "intensity": 0.5
+    }
+  ],
   "obstacles": [
     {
       "type": "wall",
     }
   ],
   "lights": [
-    {
-      "type": "spotlight",
-      "colours": ["red"],
-      "position": [700, 500],
-      "radius_limits": [20, 400],
-      "intensity": 0.8
-    }
   ]
 }