Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fire Ax has a spike not a hook #78973

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/json/items/tool/firefighting.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"id": "fire_ax",
"type": "TOOL",
"name": { "str": "fire axe" },
"description": "A large, two-handed pickhead axe normally used by firefighters. It makes a powerful melee weapon, but is a bit slow to recover between swings.",
"description": "A large, two-handed pickhead axe normally used by firefighters. It makes a powerful melee weapon, but is a bit slow to recover between swings. The pickhead is for spiking into doors and glass and is not effective at hooking limbs of opponents.",
"weight": "3448 g",
"volume": "2 L",
"price": "200 USD",
Expand All @@ -67,7 +67,7 @@
"techniques": [ "WBLOCK_1", "BRUTAL", "SWEEP" ],
"qualities": [ [ "AXE", 3 ], [ "PRY", 3 ], [ "BUTCHER", -30 ] ],
"flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "BELT_CLIP", "SHEATH_AXE" ],
"weapon_category": [ "HOOKING_WEAPONRY", "GREAT_AXES" ],
"weapon_category": [ "GREAT_AXES" ],
"use_action": [ "CROWBAR" ],
"pocket_data": [
{
Expand Down
3 changes: 2 additions & 1 deletion data/json/items/tool/woodworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"qualities": [ [ "CUT", 1 ], [ "AXE", 3 ], [ "BUTCHER", -36 ] ],
"techniques": [ "WBLOCK_1", "BRUTAL", "SWEEP" ],
"flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "SHEATH_AXE", "NO_SALVAGE" ],
"weapon_category": [ "HOOKING_WEAPONRY", "GREAT_AXES" ],
"//": "Wood axes also lack the ability to hook appropriately in combat, for the same reason they work well against trees. Straight axe head instead of curved.",
"weapon_category": [ "GREAT_AXES" ],
"melee_damage": { "bash": 14, "cut": 28 }
},
{
Expand Down
Loading