Axe

From PZwiki
Revision as of 02:20, 3 December 2013 by ZombieLawnGnome (talk | contribs) (Updated the axe's weight in the infobox)


Template:Weapons The axe is a tool composed of a long wooden handle and a large cutting edge, useful for both neutralizing Zombie and for taking down doors and trees. One swing can safely keep a small number of zombies at bay.

The Axe can sometimes kills Zombie in one well-charged hit, making it useful for close-quarter combat. The disadvantages includes that after a swing, the axe has a long recovery time, if charged swings are taken in rapid succession, and the relatively short reach. The weapon's advantages include its comparatively high damage output and high durability. Therefore, the Axe is particularly viable as a long term weapon.

It is also useful for breaking doors since it has a door damage of 35. It is best used as a mainstream weapon and for breaking down doors quickly and effectively, and it can also be used to chop down trees to collect Plank.

In the pre-alpha, the axe weighed 35 units of weight, making it almost impossible to carry around in a scavenging mission. However, currently, the axe's weight has been lowered down to a far more reasonable 3 units.

Crafting

Name Recipe Description












Code

item Axe
{
		MaxRange	=	1.5,
		WeaponSprite	=	Fireaxe,
		MinAngle	=	0.2,
		Type	=	Weapon,
		MinimumSwingTime	=	3.0,
		KnockBackOnNoDeath	=	TRUE,
		SwingAmountBeforeImpact	=	0.002,
		Categories	=	Axe,
		ConditionLowerChanceOneIn	=	20,
		Weight	=	3,
		SplatNumber	=	1,
		PushBackMod	=	0.3,
		MaxDamage	=	2.5,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		MaxHitCount	=	2,
		DoorDamage	=	35,
		IdleAnim	=	Idle_Weapon2,
		SwingAnim	=	Bat,
		CriticalChance	=	20,
		WeaponWeight	=	3,
		DisplayName	=	Axe,
		MinRange	=	0.61,
		SwingTime	=	3.0,
		HitAngleMod	=	-30,
		MinDamage	=	1,
		SplatSize	=	5,
		KnockdownMod	=	2,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	Axe,
		RunAnim	=	Run_Weapon2,
}

History

Alpha
RC 2.9 the weight has been further balanced to 2.5.

See Also

Template:Navbox/Weapons