Pool Cue: Difference between revisions

From PZwiki
(Replaced Navigation System with Header Version, Confirmed Code Current, Updated Weapon Template to conform with new system. Cleared Old Categories.)
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Poolcue}}
{{languages|Poolcue}}
{{header|The Game World|Items|Weapons|version=Version 37|incver=8}}{{Weapons|image = Pool_cue.png |weapontype = Melee |ammo = None|hands = One/Two handed|weight = 1.0|mindamage = 0.5|maxdamage = 0.7|condition = 10|degrade = 10|id = Poolcue}}The Poolcue is melee weapon which has moderate durability, but has a poor ability to knock down zombies.
{{header|The Game World|Items|Weapons|Melee Weapons|version=Version 37|incver=8}}{{Weapons|image = Poolcue.png |weapontype = Melee |ammo = None|hands = One/Two handed|weight = 1.0|mindamage = 0.5|maxdamage = 0.7|condition = 10|degrade = 10|id = Poolcue}}The Poolcue is melee weapon which has moderate durability, but has a poor ability to knock down zombies.
<br><br>
<br><br>
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 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.

Revision as of 17:01, 6 June 2018


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