Pool Cue

From PZwiki
Revision as of 20:05, 3 May 2017 by MalonyJenkins (talk | contribs) (Replaced Navigation System with Header Version, Confirmed Code Current, Updated Weapon Template to conform with new system. Cleared Old Categories.)


Template:WeaponsThe Poolcue is melee weapon which has moderate durability, but has a poor ability to knock down zombies.



The Poolcue has a medium swing rate but does not put out much damage either. One of its benefits is that it relatively light for a weapon of its length. It can be found on counters and shelves in bars, and can be found on metal shelves in various houses. The Poolcue currently cannot be repaired.

The Poolcue despite its flaws, is a multi-attack weapon, and can attack 2 zombies at once. It also can cause 2 door damage per swing, but no tree damage.









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,
		SplatN.umber			= 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,
        	RunAnim				= Run_Weapon2,
        	IdleAnim			= Idle_Weapon2,
        	TwoHandWeapon 			= TRUE,
        	BreakSound  			= PZ_WoodSnap,
        	TreeDamage  			= 0,

Template:Navbox/Weapons