Skip to content

Commit

Permalink
Wooden pulley fixes (CleverRaven#60285)
Browse files Browse the repository at this point in the history
* Update terrain-mechanisms.json

looks_like to wooden pulley

* Update gates.json

wooden pulley to actually work
  • Loading branch information
Sathra225 authored and Hirmuolio committed Aug 27, 2022
1 parent dbb6ac4 commit 6f2abe0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/json/furniture_and_terrain/terrain-mechanisms.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
{
"type": "terrain",
"id": "t_palisade_pulley_wood",
"looks_like": "t_palisade_pulley",
"name": "gate pulley",
"description": "A system of ropes and wooden pulleys that allows to pull up heavy doors or gates.",
"symbol": "|",
Expand Down
15 changes: 15 additions & 0 deletions data/json/gates.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,21 @@
"moves": 1800,
"bashing_damage": 30
},
{
"type": "gate",
"id": "t_palisade_pulley_wood",
"door": "t_palisade_gate",
"floor": "t_palisade_gate_o",
"walls": "t_palisade",
"messages": {
"pull": "You pull the rope…",
"open": "The palisade gate swings open!",
"close": "The palisade gate swings closed with a crash!",
"fail": "The palisade gate can't be closed!"
},
"moves": 1800,
"bashing_damage": 30
},
{
"type": "gate",
"id": "t_gates_control_metal",
Expand Down

0 comments on commit 6f2abe0

Please sign in to comment.