From: Simon Cross Date: Sat, 10 Sep 2016 21:03:53 +0000 (+0200) Subject: Add second level. X-Git-Tag: tabakrolletjie-v1.0.0~40 X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=commitdiff_plain;h=77b600b206ed9b4f02eacf39036b11e5f261eed1 Add second level. --- diff --git a/data/stations/02-tunnels.json b/data/stations/02-tunnels.json new file mode 100644 index 0000000..ddd1b4e --- /dev/null +++ b/data/stations/02-tunnels.json @@ -0,0 +1,168 @@ +{ + "config": { + "name": "Cladosporium", + "spawn positions": [[25, 400], [1000, 410]], + "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 + } + ], + "lights": [], + "obstacles": [ + { + "type": "wall", + "vertices": [ + [92, 164], [156, 164], [156, 100], [92, 100] + ] + }, + { + "type": "wall", + "vertices": [ + [244, 164], [308,164], [308, 100], [244, 100] + ] + }, + { + "type": "wall", + "vertices": [ + [396, 164], [460, 164], [460, 100], [396, 100] + ] + }, + { + "type": "wall", + "vertices": [ + [548, 164], [612, 164], [612, 100], [548, 100] + ] + }, + { + "type": "wall", + "vertices": [ + [700, 164], [764, 164], [764, 100], [700, 100] + ] + }, + { + "type": "wall", + "vertices": [ + [852, 164], [916, 164], [916, 100], [852, 100] + ] + }, + { + "type": "wall", + "vertices": [ + [92, 316], [156, 316], [156, 252], [92, 252] + ] + }, + { + "type": "wall", + "vertices": [ + [244, 316], [308, 316], [308, 252], [244, 252] + ] + }, + { + "type": "wall", + "vertices": [ + [396, 316], [460, 316], [460, 252], [396, 252] + ] + }, + { + "type": "wall", + "vertices": [ + [548, 316], [612, 316], [612, 252], [548, 252] + ] + }, + { + "type": "wall", + "vertices": [ + [700, 316], [764, 316], [764, 252], [700, 252] + ] + }, + { + "type": "wall", + "vertices": [ + [852, 316], [916, 316], [916, 252], [852, 252] + ] + }, + { + "type": "wall", + "vertices": [ + [92, 468], [156, 468], [156, 404], [92, 404] + ] + }, + { + "type": "wall", + "vertices": [ + [244, 468], [308, 468], [308, 404], [244, 404] + ] + }, + { + "type": "wall", + "vertices": [ + [396, 468], [460, 468], [460, 404], [396, 404] + ] + }, + { + "type": "wall", + "vertices": [ + [548, 468], [612, 468], [612, 404], [548, 404] + ] + }, + { + "type": "wall", + "vertices": [ + [700, 468], [764, 468], [764, 404], [700, 404] + ] + }, + { + "type": "wall", + "vertices": [ + [852, 468], [916, 468], [916, 404], [852, 404] + ] + }, + { + "type": "wall", + "vertices": [ + [92, 620], [156, 620], [156, 556], [92, 556] + ] + }, + { + "type": "wall", + "vertices": [ + [244, 620], [308, 620], [308, 556], [244, 556] + ] + }, + { + "type": "wall", + "vertices": [ + [396, 620], [460, 620], [460, 556], [396, 556] + ] + }, + { + "type": "wall", + "vertices": [ + [548, 620], [612, 620], [612, 556], [548, 556] + ] + }, + { + "type": "wall", + "vertices": [ + [700, 620], [764, 620], [764, 556], [700, 556] + ] + }, + { + "type": "wall", + "vertices": [ + [852, 620], [916, 620], [916, 556], [852, 556] + ] + } + ] +}