X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2F01-tutorial.json;h=92d58739948662d0772ae3ad4f66c4d6b198dfed;hb=d335db4bb80f82169b29d79966756e38783939d9;hp=c0564c620832a74f55d8f92eade3a74dd0299fcc;hpb=ce7f6b545eac1cb142f96cad6646b168649821ed;p=tabakrolletjie.git diff --git a/data/stations/01-tutorial.json b/data/stations/01-tutorial.json index c0564c6..92d5873 100644 --- a/data/stations/01-tutorial.json +++ b/data/stations/01-tutorial.json @@ -5,6 +5,14 @@ "spawn positions": [[25, 400], [1000, 410]], "seeds": 100 }, + "available_lights": [ + { + "type": "lamp", + "cost": 3, + "colours": ["blue", "red"], + "intensity": 0.5 + } + ], "obstacles": [ { "type": "wall", @@ -32,12 +40,5 @@ } ], "lights": [ - { - "type": "spotlight", - "colours": ["red"], - "position": [700, 500], - "radius_limits": [20, 400], - "intensity": 0.8 - } ] }