X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2F01-tutorial.json;h=3c2ec596c7aa866face3cbcb8f1f9d51a305abb4;hb=a0ba20f754146e02508bc40503eb9c093f0db3ad;hp=c0564c620832a74f55d8f92eade3a74dd0299fcc;hpb=374e59c4a5eb47a6b8b7e1a5c393c95e546a3534;p=tabakrolletjie.git diff --git a/data/stations/01-tutorial.json b/data/stations/01-tutorial.json index c0564c6..3c2ec59 100644 --- a/data/stations/01-tutorial.json +++ b/data/stations/01-tutorial.json @@ -1,10 +1,23 @@ { "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", + "cost": 3, + "available_colours": ["blue", "red", "blue/red"], + "intensity": 0.5 + } + ], "obstacles": [ { "type": "wall", @@ -32,12 +45,5 @@ } ], "lights": [ - { - "type": "spotlight", - "colours": ["red"], - "position": [700, 500], - "radius_limits": [20, 400], - "intensity": 0.8 - } ] }