Skip to content

Commit

Permalink
Merge pull request #26835 from I-am-Erk/Palisades-Erk
Browse files Browse the repository at this point in the history
Palisade wall HP
  • Loading branch information
ZhilkinSerg authored Nov 25, 2018
2 parents 45700fe + 6c1af92 commit fdea4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
"move_cost": 0,
"flags": [ "FLAMMABLE", "NOITEM", "SUPPORTS_ROOF", "REDUCE_SCENT", "CONNECT_TO_WALL", "WALL" ],
"bash": {
"str_min": 10,
"str_min": 35,
"str_max": 150,
"sound": "crunch!",
"sound_fail": "whump!",
Expand All @@ -941,7 +941,7 @@
"move_cost": 0,
"flags": [ "FLAMMABLE", "NOITEM", "DOOR", "CONNECT_TO_WALL", "WALL" ],
"bash": {
"str_min": 6,
"str_min": 24,
"str_max": 150,
"sound": "crunch!",
"sound_fail": "whump!",
Expand Down

0 comments on commit fdea4be

Please sign in to comment.