Skip to content

Commit

Permalink
Added NOCOLLIDE flags to most 'hanging rope'-type of furniture (#76677)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Burmistrov authored Sep 26, 2024
1 parent 39eabf6 commit 55b8eb3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/furniture_and_terrain/furniture-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@
"color": "white",
"move_cost_mod": 1,
"required_str": -1,
"flags": [ "CLIMBABLE", "TRANSPARENT", "SEEN_FROM_ABOVE", "EXAMINE_FROM_ABOVE", "DIFFICULT_Z", "ALLOW_ON_OPEN_AIR" ],
"flags": [ "CLIMBABLE", "TRANSPARENT", "SEEN_FROM_ABOVE", "EXAMINE_FROM_ABOVE", "DIFFICULT_Z", "ALLOW_ON_OPEN_AIR", "NOCOLLIDE" ],
"examine_action": "deployed_furniture",
"deployed_item": "grapnel",
"bash": {
Expand All @@ -1780,7 +1780,7 @@
"color": "light_green",
"move_cost_mod": 1,
"required_str": -1,
"flags": [ "CLIMBABLE", "TRANSPARENT", "SEEN_FROM_ABOVE", "ALLOW_ON_OPEN_AIR", "DIFFICULT_Z" ],
"flags": [ "CLIMBABLE", "TRANSPARENT", "SEEN_FROM_ABOVE", "ALLOW_ON_OPEN_AIR", "DIFFICULT_Z", "NOCOLLIDE" ],
"examine_action": "deployed_furniture",
"deployed_item": "vine_30",
"bash": {
Expand All @@ -1801,7 +1801,7 @@
"color": "white",
"move_cost_mod": 1,
"required_str": -1,
"flags": [ "CLIMBABLE", "TRANSPARENT", "SEEN_FROM_ABOVE", "ALLOW_ON_OPEN_AIR", "DIFFICULT_Z" ],
"flags": [ "CLIMBABLE", "TRANSPARENT", "SEEN_FROM_ABOVE", "ALLOW_ON_OPEN_AIR", "DIFFICULT_Z", "NOCOLLIDE" ],
"examine_action": "deployed_furniture",
"deployed_item": "rope_30",
"bash": {
Expand All @@ -1821,7 +1821,7 @@
"color": "yellow",
"move_cost_mod": 0,
"required_str": -1,
"flags": [ "TRANSPARENT", "EASY_DECONSTRUCT" ],
"flags": [ "TRANSPARENT", "EASY_DECONSTRUCT", "NOCOLLIDE" ],
"examine_action": "deployed_furniture",
"deployed_item": "rope_30",
"deconstruct": { "items": [ { "item": "rope_30", "count": 1 } ] },
Expand All @@ -1837,7 +1837,7 @@
"color": "white",
"move_cost_mod": 0,
"required_str": -1,
"flags": [ "TRANSPARENT" ],
"flags": [ "TRANSPARENT", "NOCOLLIDE" ],
"deconstruct": {
"items": [ { "item": "block_and_tackle", "count": 1 }, { "item": "rope_30", "count": 1 }, { "item": "spike", "count": 1 } ]
},
Expand All @@ -1853,7 +1853,7 @@
"color": "dark_gray",
"move_cost_mod": 1,
"required_str": -1,
"flags": [ "TRANSPARENT" ],
"flags": [ "TRANSPARENT", "NOCOLLIDE" ],
"deconstruct": {
"items": [ { "item": "chain", "count": 1 }, { "item": "block_and_tackle", "count": 1 }, { "item": "nuts_bolts", "charges": 2 } ]
},
Expand Down

0 comments on commit 55b8eb3

Please sign in to comment.