Set available colour combinations in levels.
[tabakrolletjie.git] / data / stations / station-alpha.json
index c74136482a3d518c93338c6d3fc3a5b1b2d2be4b..cac2017898eb0c280df98a4975414c56616ed9ff 100644 (file)
@@ -9,7 +9,7 @@
     {
       "type": "spotlight",
       "cost": 5,
-      "colours": ["red"],
+      "available_colours": ["red"],
       "radius_limits": [20, 400],
       "direction": 135,
       "spread": 90,
     {
       "type": "lamp",
       "cost": 3,
-      "colours": ["yellow"],
+      "available_colours": ["yellow"],
       "intensity": 0.5
     },
     {
       "type": "lamp",
       "cost": 3,
-      "colours": ["red", "yellow", "green"],
+      "available_colours": ["red", "yellow/blue", "green"],
       "intensity": 0.5
     }
   ],