Skip to content

Commit

Permalink
Palisade wall HP
Browse files Browse the repository at this point in the history
Increase palisade wall HP to better reflect their role and construction
  • Loading branch information
I-am-Erk committed Nov 25, 2018
1 parent 3a795dc commit 6c1af92
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 6c1af92

Please sign in to comment.