Skip to content

Commit

Permalink
Update bludgeons.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SirPendrak authored Jun 25, 2024
1 parent fe69e07 commit be23f04
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/json/items/melee/bludgeons.json
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,42 @@
"price": "40 USD",
"price_postapoc": "5 USD"
},
{
"id": "survivor_polehammer",
"type": "GENERIC",
"symbol": "/",
"color": "light_gray",
"looks_like": "lucern_hammer",
"name": { "str": "survivor polehammer" },
"description": "A standard hammerhead solidly mounted at the end of a proper spear shaft. The long leverage provides surprising balance and impact force. Simple and effective.",
"weapon_category": [ "POLEARMS" ],
"material": [ "wood", "steel" ],
"flags": [ "DURABLE_MELEE", "REACH_ATTACK", "NONCONDUCTIVE", "POLEARM", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ],
"techniques": [ "WBLOCK_1", "WIDE", "SWEEP" ],
"weight": "1500 g",
"volume": "1250 ml",
"longest_side": "180 cm",
"to_hit": { "grip": "weapon", "length": "long", "surface": "any", "balance": "neutral" },
"price": "50 USD",
"price_postapoc": "10 USD",
"qualities": [ [ "HAMMER", 1 ] ],
"category": "weapons",
"melee_damage": { "bash": 25 }
},
{
"id": "survivor_polehammer_makeshift",
"copy-from": "survivor_polehammer",
"type": "GENERIC",
"name": { "str": "makeshift survivor polehammer" },
"description": "A standard hammerhead mounted at the end of a long stick. It is far from being a proper weapon, but it allows you to bash zombie heads from a safe distance.",
"delete": { "flags": [ "DURABLE_MELEE" ] },
"weight": "1800 g",
"volume": "1650 ml",
"to_hit": { "grip": "solid", "length": "long", "surface": "any", "balance": "uneven" },
"price": "5 USD",
"price_postapoc": "2 USD",
"melee_damage": { "bash": 22 }
},
{
"type": "GENERIC",
"id": "mace",
Expand Down

0 comments on commit be23f04

Please sign in to comment.