Hand Axe: Difference between revisions

From PZwiki
mNo edit summary
m (another very minor edit/correcting)
(2 intermediate revisions by the same user not shown)
Line 30: Line 30:
|class_name=HandAxe
|class_name=HandAxe
}}
}}
A '''hand axe''' is a one-handed [[Weapons#Axe|weapon]] and tool.
A '''hand axe''' is a one-handed [[Weapons#Axe|weapon]] and tool. The weapon can be attached to the left or right slot of a [[Belt]] for quick access and weight reduction.


== Usage ==
== Usage ==
{| class="pztable"
!Pros
!Cons
|-
|
*Fastest swing speed of any axe.
*Weighs less than most axes.
*Can be used as an effective tool for chopping down trees and breaking down doors.
*Not too difficult to find.
|
*Shortest range of any axe.
*Deals less damage than most axes.
*Not as durable as most axes.
*Tied with the [[Stone Axe]] for lowest critical hit chance of any axe.
|}
=== Chopping trees ===
=== Chopping trees ===
A hand axe is a decent choice when chopping trees and collecting [[Log|logs]] to turn into [[Plank|planks]] using a [[saw]]. It does 15 damage per swing. For comparison, a regular [[axe]] deals 35.
A hand axe is a decent choice when chopping trees and collecting [[Log|logs]] to turn into [[Plank|planks]] using a [[saw]]. It does 15 damage per swing. For comparison, a regular [[axe]] deals 35.
Line 38: Line 54:
=== Breaking doors ===
=== Breaking doors ===
A hand axe is a decent choice when breaking down doors. It does 20 damage per swing. For comparison, a regular [[axe]] deals 35.
A hand axe is a decent choice when breaking down doors. It does 20 damage per swing. For comparison, a regular [[axe]] deals 35.
 
==Distribution==
=== Weapon ===
*The best method of finding a hand axe is looting places like hardware stores and industrial locations such as warehouses, factories and storage units. It can also sometimes be found in garages.
A hand axe is a quick swinging, one-handed weapon that does moderate damage and has a high chance to knock down.
*Hand axes can also be found inside of barricaded buildings and carpenter's houses.
 
*Occasionally, some [[zombie]]s can be found with hand axes stuck to them.
== Crafting ==
== Crafting ==
=== Cooking ===
=== Cooking ===
Line 47: Line 63:
{{RecipeLookup|2016}}
{{RecipeLookup|2016}}
{{Crafting table footer}}
{{Crafting table footer}}
==Gallery==
<gallery>
File:HoldingHandAxe.jpg|Survivor wielding the hand axe.
</gallery>


== Code ==
== Code ==

Revision as of 12:42, 24 July 2021

The Game WorldItemsToolsHand Axe
Hand Axe
Hand Axe
AxeHand.png
General
Category Tool
Encumbrance
Heavy Load
2
Equipped One-handed
Condition max. 10
Skill Axe
Attachment Belt
Damage
Type Axe
Attack speed 4
Range 0.61–1.1 tiles
Damage 0.7–1.5
Tree damage 15
Door damage 20
Knockback 0.3
Knockdown 2
Technical details
Base ID HandAxe

A hand axe is a one-handed weapon and tool. The weapon can be attached to the left or right slot of a Belt for quick access and weight reduction.

Usage

Pros Cons
  • Fastest swing speed of any axe.
  • Weighs less than most axes.
  • Can be used as an effective tool for chopping down trees and breaking down doors.
  • Not too difficult to find.
  • Shortest range of any axe.
  • Deals less damage than most axes.
  • Not as durable as most axes.
  • Tied with the Stone Axe for lowest critical hit chance of any axe.

Chopping trees

A hand axe is a decent choice when chopping trees and collecting logs to turn into planks using a saw. It does 15 damage per swing. For comparison, a regular axe deals 35.

Breaking doors

A hand axe is a decent choice when breaking down doors. It does 20 damage per swing. For comparison, a regular axe deals 35.

Distribution

  • The best method of finding a hand axe is looting places like hardware stores and industrial locations such as warehouses, factories and storage units. It can also sometimes be found in garages.
  • Hand axes can also be found inside of barricaded buildings and carpenter's houses.
  • Occasionally, some zombies can be found with hand axes stuck to them.

Crafting

Cooking

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Gallery

Code

From items_weapons.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

	item HandAxe
		MaxRange			= 1.1,
		WeaponSprite			= HandAxe,
		MinAngle			= 0.67,
		Type				= Weapon,
		MinimumSwingTime		= 3,
		KnockBackOnNoDeath		= FALSE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Axe,
		ConditionLowerChanceOneIn	= 15,
		Weight				= 2,
		SplatNumber			= 2,
		PushBackMod			= 0.3,
		SubCategory			= Swinging,
		ConditionMax			= 10,
		MaxHitCount			= 2,
		DoorDamage			= 20,
		SwingAnim			= Bat,
		DisplayName			= Hand Axe,
		MinRange			= 0.61,
		SwingTime			= 4,
		KnockdownMod			= 2,
		SplatBloodOnNoDeath		= FALSE,
		Icon				= AxeHand,
		BreakSound			= BreakWoodItem,
		TreeDamage			= 15,
		CriticalChance			= 15,
		CritDmgMultiplier		= 5,
		MinDamage			= 0.7,
		MaxDamage			= 1.5,
		BaseSpeed			= 1,
		WeaponLength			= 0.35,
		DamageCategory			= Slash,
		DamageMakeHole			= TRUE,
		AttachmentType			= Hammer,
		Tags				= ChopTree;CutPlant,