Wood Axe: Difference between revisions

From PZwiki
(No longer under construction - added model, description)
m (fixes)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{languages|Hand Axe}}
{{languages}}
{{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}}
{{Testing|build=[[Build 41]]}}
{{Testing|build=[[Build 41]]}}
Line 29: Line 29:
|class_name=WoodAxe
|class_name=WoodAxe
}}
}}
A wood axe is a wood chopping tool and [[Weapons#Two-Handed|heavy weapon]].
A '''wood axe''' is a two-handed weapon and tool. The weapon can be attached to the character's back for quick access and weight reduction.
 
== Usage ==
== Usage ==
{{pros-cons
<!-- #PROS# - below this line -->
|pros1 = Deals significantly more damage than most melee weapons.
|pros2 = Highest critical hit chance(50%) of any axe.
|pros3 = Longest range of any axe.
|pros4 = Most durable axe.
|pros5 = Can be used as an effective tool for chopping down trees or breaking down doors.
<!-- #CONS# - below this line -->
|cons1 = Extremely slow swing speed.
|cons2 = Uses lots of stamina.
|cons3 = Can only be held in both hands.
}}
=== Chopping trees ===
=== Chopping trees ===
A wood axe is the best choice when chopping trees. It does 55 damage per swing. For comparison, a regular [[axe]] deals 35.
A wood axe is the best choice when chopping trees. It does 55 damage per swing. For comparison, a regular [[axe]] deals 35.


=== Breaking doors ===
=== Breaking doors ===
A wood axe is the best choice when breaking down doors. It does 55 damage per swing. For comparison, a regular [[axe]] deals 35.
A wood axe is the best choice when breaking down doors. It does 55 damage per swing. For comparison, a regular [[axe]] deals 35..
 
==Distribution==
=== Weapon ===
*The best method of finding a wood 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 wood axe is considered a heavy weapon and requires two hands to use at all. Its high damage, ability to break down doors and trees, and durability make it seem a desirable weapon. This is offset, however, by the high [[Moodles#Exhausted|exhaustion]] rate of the weapon and its incredibly slow swinging speed.
*Wood axes can also be found inside of barricaded buildings and carpenter's houses.
 
==Gallery==
<gallery>
File:HoldingWoodAxe.jpg|Survivor wielding the wood axe.
</gallery>
== Code ==
== Code ==
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''

Revision as of 15:54, 24 July 2021

The Game WorldItemsToolsWood Axe
Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.
Wood Axe
Wood Axe
WoodAxe.png
General
Category Tool
Encumbrance
Heavy Load
3
Function Chopping Trees
Equipped Two-handed
Condition max. 15
Skill Axe
Attachment Back
Damage
Type Axe
Attack speed 0.5
Range 0.61–1.35 tiles
Damage 1.3–3
Knockback 0.3
Knockdown 3
Technical details
Base ID WoodAxe

A wood axe is a two-handed weapon and tool. The weapon can be attached to the character's back for quick access and weight reduction.

Usage

Pros Cons
  • Deals significantly more damage than most melee weapons.
  • Highest critical hit chance(50%) of any axe.
  • Longest range of any axe.
  • Most durable axe.
  • Can be used as an effective tool for chopping down trees or breaking down doors.
  • Extremely slow swing speed.
  • Uses lots of stamina.
  • Can only be held in both hands.

Chopping trees

A wood axe is the best choice when chopping trees. It does 55 damage per swing. For comparison, a regular axe deals 35.

Breaking doors

A wood axe is the best choice when breaking down doors. It does 55 damage per swing. For comparison, a regular axe deals 35..

Distribution

  • The best method of finding a wood 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.
  • Wood axes can also be found inside of barricaded buildings and carpenter's houses.

Gallery

Code

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

	item WoodAxe
		MaxRange			= 1.35,
		WeaponSprite			= WoodAxe,
		MinAngle			= 0.8,
		Type				= Weapon,
		MinimumSwingTime		= 0.5,
		KnockBackOnNoDeath		= TRUE,
		SwingAmountBeforeImpact		= 0.002,
		Categories			= Axe,
		ConditionLowerChanceOneIn	= 25,
		Weight				= 3,
		SplatNumber			= 3,
		PushBackMod			= 0.3,
		EnduranceMod			= 3,
		SubCategory			= Swinging,
		ConditionMax			= 15,
		MaxHitCount			= 2,
		DoorDamage			= 55,
		IdleAnim			= Idle_Weapon2,
		SwingAnim			= Heavy,
		DisplayName			= Wood Axe,
		MinRange			= 0.61,
		SwingTime			= 0.5,
		HitAngleMod			= -30,
		SplatSize			= 5,
		KnockdownMod			= 3,
		SplatBloodOnNoDeath		= TRUE,
		Icon				= WoodAxe,
		RunAnim				= Run_Weapon2,
		TwoHandWeapon			= TRUE,
		BreakSound			= BreakWoodItem,
		TreeDamage			= 55,
		MetalValue			= 120,
		CriticalChance			= 50,
		CritDmgMultiplier		= 12,
		MinDamage			= 1.3,
		MaxDamage			= 3,
		BaseSpeed			= 1,
		WeaponLength			= 0.5,
		RequiresEquippedBothHands	= TRUE,
		DamageCategory			= Slash,
		DamageMakeHole			= TRUE,
		AttachmentType			= BigBlade,
		Tags				= ChopTree;CutPlant,