Hand Axe: Difference between revisions

From PZwiki
(No longer under construction - added image, short description.)
Line 1: Line 1:
{{Notice|Underconstruction}}
{{languages|Hand Axe}}
{{languages|Hand Axe}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 41|incver=50}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 41|incver=50}}
Line 6: Line 5:
|name_colour=Weapon
|name_colour=Weapon
|name_text_colour=Weapon
|name_text_colour=Weapon
|image=Image.png
|image=HandAxe_Model.png
|image_width=120px
|image_width=200px
<!--GENERAL-->
<!--GENERAL-->
|category=Tool
|category=Tool
Line 28: Line 27:
|class_name=HandAxe
|class_name=HandAxe
}}
}}
TODO: A one-line descriptive sentence.
A '''hand axe''' is a one-handed weapon and tool.


== Usage ==
== Usage ==

Revision as of 23:45, 11 June 2021

The Game WorldItemsToolsHand Axe
Hand Axe
Hand Axe
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
Knockback 0.3
Knockdown 2
Technical details
Base ID HandAxe

A hand axe is a one-handed weapon and tool.

Usage

Chopping trees

A hand axe is a decent choice when chopping trees. 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.

Weapon

A hand axe is a quick swinging, one-handed weapon that does moderate damage and has a high chance to knock down.

Crafting

Cooking

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

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,