Skip to content

Commit

Permalink
Sledgehammer Audit (#75130)
Browse files Browse the repository at this point in the history
* Update bludgeons.json

* update blocking on short and engi

* fix to-hit of shorties

* Adjust techniques/to-hit length

* adjust DPS
  • Loading branch information
Holli-Git authored Jul 22, 2024
1 parent 179f25a commit a1bce17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
21 changes: 10 additions & 11 deletions data/json/items/melee/bludgeons.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,9 @@
"color": "brown",
"symbol": "/",
"material": [ "wood", "steel" ],
"flags": [ "NONCONDUCTIVE", "ALWAYS_TWOHAND" ],
"weapon_category": [ "HOOKING_WEAPONRY", "GREAT_HAMMERS" ],
"techniques": [ "WBLOCK_1", "BRUTAL", "WIDE", "SWEEP" ],
"flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "ALWAYS_TWOHAND" ],
"weapon_category": [ "GREAT_HAMMERS" ],
"techniques": [ "WBLOCK_1", "BRUTAL" ],
"volume": "1250 ml",
"longest_side": "80 cm",
"to_hit": { "grip": "weapon", "length": "long", "surface": "any", "balance": "uneven" },
Expand All @@ -774,12 +774,10 @@
"symbol": "/",
"material": [ "wood", "steel" ],
"looks_like": "hammer_sledge",
"flags": [ "NONCONDUCTIVE", "ALWAYS_TWOHAND" ],
"weapon_category": [ "HOOKING_WEAPONRY" ],
"techniques": [ "WBLOCK_1", "BRUTAL", "SWEEP" ],
"flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "ALLOWS_BODY_BLOCK" ],
"volume": "900 ml",
"longest_side": "60 cm",
"to_hit": { "grip": "weapon", "length": "short", "surface": "any", "balance": "uneven" },
"to_hit": { "grip": "weapon", "length": "hand", "surface": "any", "balance": "clumsy" },
"price": "120 USD",
"price_postapoc": "2 USD 50 cent",
"qualities": [ [ "HAMMER", 1 ] ],
Expand All @@ -795,10 +793,11 @@
"symbol": "/",
"material": [ "wood", "steel" ],
"looks_like": "hammer_sledge",
"flags": [ "NONCONDUCTIVE", "BELT_CLIP" ],
"flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "BELT_CLIP" ],
"techniques": [ "WBLOCK_1" ],
"volume": "600 ml",
"longest_side": "40 cm",
"to_hit": { "grip": "solid", "length": "short", "surface": "any", "balance": "uneven" },
"to_hit": { "grip": "solid", "length": "hand", "surface": "any", "balance": "uneven" },
"price": "60 USD",
"price_postapoc": "2 USD 50 cent",
"qualities": [ [ "HAMMER", 2 ] ],
Expand All @@ -814,9 +813,9 @@
"symbol": "/",
"material": [ "wood", "steel" ],
"looks_like": "hammer_sledge",
"flags": [ "NONCONDUCTIVE", "ALWAYS_TWOHAND" ],
"flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "ALWAYS_TWOHAND" ],
"weapon_category": [ "GREAT_HAMMERS" ],
"techniques": [ "WBLOCK_1", "BRUTAL", "WIDE" ],
"techniques": [ "WBLOCK_1", "BRUTAL" ],
"volume": "1700 ml",
"longest_side": "100 cm",
"to_hit": { "grip": "weapon", "length": "long", "surface": "any", "balance": "clumsy" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"club_wooden_large": 6.55,
"stick_long": 8.0,
"heavy_crowbar": 12.94,
"hammer_sledge_engineer": 14.11,
"hammer_sledge_engineer": 12.72,
"mace_pipe_large": 14.41,
"hammer_sledge_short": 15.0,
"hammer_sledge_short": 11.69,
"hammer_sledge_heavy": 15.52,
"halligan": 14.7,
"pulverizer": 18.11,
Expand Down

0 comments on commit a1bce17

Please sign in to comment.