From 074566160eef56d3f18cd4462240db4e9e9204a1 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Fri, 9 Apr 2021 22:24:03 -0500 Subject: [PATCH] Update arcology_chunks.json --- .../maps/nested/arcology/arcology_chunks.json | 35 +++++++++---------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/data/mods/Aftershock/maps/nested/arcology/arcology_chunks.json b/data/mods/Aftershock/maps/nested/arcology/arcology_chunks.json index 086122e8b8040..7367c206f8c86 100644 --- a/data/mods/Aftershock/maps/nested/arcology/arcology_chunks.json +++ b/data/mods/Aftershock/maps/nested/arcology/arcology_chunks.json @@ -37,19 +37,13 @@ { "type": "mapgen", "method": "json", - "nested_mapgen_id": "arcology_2x2_gate_open", + "nested_mapgen_id": "arcology_2x2_gate", "//": "Goes to 9x9 arcology stores", "object": { "mapgensize": [ 2, 2 ], "rows": [ "//", - "/2"], - "terrain": { "/": [ "t_retractable_gates_locked", "t_retractable_gates" ] }, - "computers": { - "5": { - "name": "Interior Gate Controls", - "security": 0, - "options": [ { "name": "EMERGENCY OVERRIDE - OPEN GATES", "action": "open", "security": 1 } ], - "failures": [ { "action": "damage" }, { "action": "shutdown" } ] + "/ "], + "terrain": { "/": [ "t_retractable_gates_locked", "t_retractable_gates_locked", "t_retractable_gates_locked", "t_retractable_gates" ] } } } } @@ -74,6 +68,9 @@ "| VVV " ], "terrain": { " ": "t_floor", "|": "t_wall_p" }, + "nested": { + "1": { "chunks": [ [ "arcology_2x2_gate" ] ] } + }, "furniture": { "?": "f_console_broken", "L": "f_table", @@ -111,17 +108,17 @@ "mapgensize": [ 9, 9 ], "rotation": [ 0, 3 ], "rows": [ - "HHH HHH", - " ....... ", - "w.L.L.L.w", - "w.L.L.L.w", - "w.L.L.L.w", - "y....... ", - "MMM?MM Y", - " A ", - " VVV " + "1 |||||||", + " ...... ", + "|.L.L.L.w", + "|.L.L.L.w", + "|.L.L.L.w", + "|....... ", + "|MM?MM Y", + "| A ", + "| VVV " ], - "terrain": { " ": "t_floor", "L": "t_carpet_yellow", ".": "t_carpet_yellow", "?": "t_carpet_yellow" }, + "terrain": { " ": "t_floor", "L": "t_carpet_yellow", ".": "t_carpet_yellow", "?": "t_carpet_yellow", "|": "t_wall_p" }, "furniture": { "?": "f_console_broken", "L": "f_table",