Pool Cue: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Weapons |image = Pool_cue.png |weapontype = Melee |ammo = none |weight = 4.0 }} The pool cue is a decent weapon with rather long range. It can knock Zombie...")
 
No edit summary
Line 6: Line 6:
|weight = 4.0
|weight = 4.0
}}
}}
The pool cue is a decent weapon with rather long range. It can knock [[Zombies]] 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. It's better then nothing, but not very useful.
The pool cue is a decent weapon with rather long range. It can knock [[Zombies]] 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.
== Code ==
== Code ==
  <nowiki>item Poolcue
  <nowiki>item Poolcue

Revision as of 09:59, 30 May 2012

Template:Weapons The pool cue is a decent 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.

Code

item Poolcue
{
	Type				=			Weapon,
	DisplayName			=			Poolcue,
	Icon				=			Poolcue,
	MinAngle			=			0.2,
	MaxDamage			=			.7,
	MinDamage			=			.5,
	MaxRange 			= 			3.0,
	SwingAnim			=			Bat,
	WeaponSprite		=			poolcue,
	Weight				=			4,
	WeaponWeight		=			2.5,
	DoorDamage			=			1,
	MinimumSwingTime 	= 			10,
	SwingTime			=			18,
	SwingAmountBeforeImpact = 		0.2,
	ConditionLowerChanceOneIn = 	5,
	PushBackMod			=			0.3,
	ConditionMax 		= 			10,
	Categories 			=			Improvised,

}

Template:Navbox/Weapons