Pool Cue

From PZwiki
Revision as of 14:42, 24 August 2013 by Zombieslayer123 (talk | contribs)

Template:Weapons The pool cue is a rather mediocre weapon with rather long range. It can knock Zombie back slightly and will knock them down more often than not. However, it takes quite a few hits to kill a zombie, and paired with its low durability, the pool cue will only kill about 10 zombies at most before it breaks. Therefore, it is more suited for a last-resort weapon or a quick escape plan. The pool cue is rather rare, but it can be found in some cabinets and tables around a house.

Code

item Poolcue
{
		MaxRange	=	1.5,
		WeaponSprite	=	poolcue,
		MinAngle	=	0.2,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Improvised;Blunt,
		ConditionLowerChanceOneIn	=	10,
		Weight	=	1,
		SplatNumber	=	0,
		PushBackMod	=	0.3,
		MaxDamage	=	0.7,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		MaxHitCount	=	2,
		DoorDamage	=	2,
		SwingAnim	=	Bat,
		WeaponWeight	=	1,
		DisplayName	=	Poolcue,
		MinRange	=	0.61,
		SwingTime	=	2,
		MinDamage	=	0.5,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	Poolcue,
}

Template:Navbox/Weapons