Axe: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 5: Line 5:
|weapontype = Melee  
|weapontype = Melee  
|ammo = none
|ammo = none
|weight = 2.5
|weight = 2.2
}}
}}
The axe is a tool composed of a long wooden handle and a large cutting edge, useful for both neutralizing [[Zombies]] and for taking down doors and trees. One swing can safely keep a small number of zombies at bay.
The axe is a tool composed of a long wooden handle and a large cutting edge, useful for both neutralizing [[Zombies]] and for taking down doors and trees. One swing can safely keep a small number of zombies at bay.
Line 26: Line 26:
  <nowiki>item Axe
  <nowiki>item Axe
{
{
Type = Weapon,
MaxRange = 1.5,
DisplayName = Axe,
WeaponSprite = Fireaxe,
Icon = Axe,
MinAngle = 0.2,
SplatSize = 5,
Type = Weapon,
MinAngle = 0.2,
MinimumSwingTime = 2.1,
MinAngle = 0.2,
SwingAmountBeforeImpact = 0.02,
MaxDamage = 2.8,
Categories = Axe,
MinDamage = 0.8,
Weight = 2.2,
MaxRange = 1.5,
ConditionLowerChanceOneIn = 10,
MinRange = 0.61,
PushBackMod = 0.3,
PushBackMod = 0.3,
MaxDamage = 2.8,
HitAngleMod = -30.0,
SubCategory = Swinging,
SwingAnim = Bat,
ConditionMax = 200,
WeaponSprite = Fireaxe,
MaxHitCount = 1,
IdleAnim = Idle_Weapon2,
DoorDamage = 35,
RunAnim = Run_Weapon2,
IdleAnim = Idle_Weapon2,
Weight = 2.5,
SwingAnim = Bat,
DoorDamage = 35,
CriticalChance = 20,
MinimumSwingTime = 2.1,
DisplayName = Axe,
SwingTime = 2.1,
MinRange = 0.61,
SwingAmountBeforeImpact = 0.02,
SwingTime = 2.1,
ConditionLowerChanceOneIn = 10,
HitAngleMod = -30,
ConditionMax   = 200,
MinDamage = 1.2,
Categories = Axe,
SplatSize = 5,
Icon = Axe,
RunAnim = Run_Weapon2,
}</nowiki>
}</nowiki>
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:weapons]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 08:57, 12 May 2013


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 generally kills Zombie in one well-charged hit, making it useful for close-quarter combat. The disadvantages include the long recovery times, 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, as of 0.2.0r RC1, the axe's weight has been reduced to 15 units, making it much more easy to carry. In 0.2.0r RC2.9, the weight has been further balanced to 2.5.

Crafting

Name Recipe Description












Code

item Axe
{
		MaxRange	=	1.5,
		WeaponSprite	=	Fireaxe,
		MinAngle	=	0.2,
		Type	=	Weapon,
		MinimumSwingTime	=	2.1,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Axe,
		Weight	=	2.2,
		ConditionLowerChanceOneIn	=	10,
		PushBackMod	=	0.3,
		MaxDamage	=	2.8,
		SubCategory	=	Swinging,
		ConditionMax	=	200,
		MaxHitCount	=	1,
		DoorDamage	=	35,
		IdleAnim	=	Idle_Weapon2,
		SwingAnim	=	Bat,
		CriticalChance	=	20,
		DisplayName	=	Axe,
		MinRange	=	0.61,
		SwingTime	=	2.1,
		HitAngleMod	=	-30,
		MinDamage	=	1.2,
		SplatSize	=	5,
		Icon	=	Axe,
		RunAnim	=	Run_Weapon2,
}

Template:Navbox/Weapons