X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=blobdiff_plain;f=data%2Fstations%2F04-multicolor.json;fp=data%2Fstations%2F04-multicolor.json;h=831d60a1a54b3185d44e80cbad4a0d8ed505d03a;hp=0000000000000000000000000000000000000000;hb=eaba54e95ab4dbfd54a4001b116fe1679a30661e;hpb=ff511928a9e814b987399cf6d8a58cfe0b49a7fe diff --git a/data/stations/04-multicolor.json b/data/stations/04-multicolor.json new file mode 100644 index 0000000..831d60a --- /dev/null +++ b/data/stations/04-multicolor.json @@ -0,0 +1,113 @@ +{ + "config": { + "name": "Rhizomucor", + "spawn positions": [[25, 400], [1000, 410], [998, 332], [76, 300]], + "seeds": 65, + "turnip target": 40 + }, + "battery": { + "current": 8000, + "max": 8000, + "recharge": 8000 + }, + "available_lights": [ + { + "type": "lamp", + "cost": 3, + "available_colours": ["blue", "red"], + "intensity": 0.8 + } + ], + "obstacles": [ + { + "type": "wall", + "vertices": [ + [0, 0], [200, 302], [400, 0] + ] + }, + { + "type": "wall", + "vertices": [ + [624, 0], [824, 302], [1024, 0] + ] + }, + { + "type": "wall", + "vertices": [ + [0, 704], [200, 402], [400, 704] + ] + }, + { + "type": "wall", + "vertices": [ + [624, 704], [824, 402], [1024, 704] + ] + } + ], + "lights": [ + { + "colours": [ "green" ], + "position": [313, 490 ], + "intensity": 0.8, + "type": "lamp" + }, + { + "colours": [ "green" ], + "position": [313, 403 ], + "intensity": 0.8, + "type": "lamp" + }, + { + "colours": [ "green" ], + "position": [313, 312 ], + "intensity": 0.8, + "type": "lamp" + }, + { + "colours": [ "green" ], + "position": [313, 230 ], + "intensity": 0.8, + "type": "lamp" + }, + { + "colours": [ "green" ], + "position": [250, 290 ], + "intensity": 0.8, + "type": "lamp" + }, + { + "colours": [ "green" ], + "position": [250, 360 ], + "type": "lamp" + }, + { + "colours": [ "green" ], + "position": [250, 430 ], + "intensity": 0.8, + "type": "lamp" + }, + { + "colours": [ "green" ], + "position": [145, 270 ], + "intensity": 0.8, + "type": "lamp" + }, + { + "colours": [ "green" ], + "position": [145, 460 ], + "intensity": 0.8, + "type": "lamp" + }, + { + "colours": [ "green" ], + "position": [160, 400 ], + "intensity": 0.8, + "type": "lamp" + }, + { + "colours": [ "green" ], + "position": [160, 335 ], + "type": "lamp" + } + ] +}