Skip to content

Commit

Permalink
Update arcology_chunks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed Apr 10, 2021
1 parent ad78442 commit 0745661
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions data/mods/Aftershock/maps/nested/arcology/arcology_chunks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }
}
}
}
Expand All @@ -74,6 +68,9 @@
"| VVV "
],
"terrain": { " ": "t_floor", "|": "t_wall_p" },
"nested": {
"1": { "chunks": [ [ "arcology_2x2_gate" ] ] }
},
"furniture": {
"?": "f_console_broken",
"L": "f_table",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0745661

Please sign in to comment.