From 86b58ba5e3c377be9761e24c1bf5a2130a470464 Mon Sep 17 00:00:00 2001 From: Procyonae <45432782+Procyonae@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:05:47 +0000 Subject: [PATCH] Remove tables from walls and remove weird interior walls --- data/json/mapgen/recycle_center.json | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/data/json/mapgen/recycle_center.json b/data/json/mapgen/recycle_center.json index ccad777d8d3f9..a827849657890 100644 --- a/data/json/mapgen/recycle_center.json +++ b/data/json/mapgen/recycle_center.json @@ -1,18 +1,11 @@ [ { + "type": "mapgen", "method": "json", + "om_terrain": "recyclecenter", "object": { "fill_ter": "t_thconc_floor", - "furniture": { - "#": "f_table", - "&": "f_trashcan", - "P": "f_sign", - "c": "f_chair", - "d": "f_desk", - "t": "f_table", - "{": "f_recycle_bin", - "S": "f_sink" - }, + "furniture": { "&": "f_trashcan", "P": "f_sign", "c": "f_chair", "d": "f_desk", "t": "f_table", "{": "f_recycle_bin", "S": "f_sink" }, "toilets": { "T": { } }, "place_items": [ { "chance": 50, "repeat": [ 120, 220 ], "item": "recycle_iron", "x": [ 10, 14 ], "y": [ 15, 16 ] }, @@ -34,12 +27,12 @@ " s ", " s ", " #w#+###+###w##w##### ", - " #&fff||__||_RR_____# ", + " #&fff|______RR_____# ", " #fcffD__________P__# ", - "###ddft||_________{{_# ", - "#T|||||||_________{{_# ", + "###ddft|__________{{_# ", + "#T||||||__________{{_# ", "#_D_______{{{{{P__{{_# ", - "#S#__P__P_{{{{{______# ", + "#S|__P__P_{{{{{______# ", "###_{{_{{_________P__# ", " 4#_{{_{{_{{{{{P__{{_# ", " #_{{_{{_{{{{{___{{_# ", @@ -81,10 +74,7 @@ { "signage": "BATTERIES", "x": 18, "y": 16 }, { "signage": "STEEL", "x": 15, "y": 18 } ] - }, - "om_terrain": "recyclecenter", - "type": "mapgen", - "weight": 100 + } }, { "type": "mapgen",