Pool Cue: Difference between revisions

From PZwiki
m (Fixed Coding)
mNo edit summary
Line 4: Line 4:
|weapontype = Melee  
|weapontype = Melee  
|ammo = none
|ammo = none
|weight = 1
|weight = 0.6
}}
}}
The pool cue is a rather mediocre 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. The pool cue is rather rare, but it can be found in some cabinets and tables around a house.
The pool cue is a rather mediocre 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. The pool cue is rather rare, but it can be found in some cabinets and tables around a house.
Line 10: Line 10:
  <nowiki>item Poolcue
  <nowiki>item Poolcue
{
{
Type = Weapon,
MaxRange = 3,
DisplayName = Poolcue,
WeaponSprite = poolcue,
    SubCategory    =     Swinging,
MinAngle = 0.2,
Icon = Poolcue,
MinimumSwingTime = 2,
MinAngle = 0.2,
Type = Weapon,
MaxDamage = 0.7,
SwingAnim = Bat,
MinDamage = 0.5,
WeaponWeight = 2.5,
MaxRange = 3.0,
DisplayName = Poolcue,
SwingAnim = Bat,
Categories = Improvised,
WeaponSprite = poolcue,
SwingAmountBeforeImpact = 0.02,
Weight = 1,
SwingTime = 2,
WeaponWeight = 2.5,
MinDamage = 0.5,
DoorDamage = 1,
ConditionLowerChanceOneIn = 5,
MinimumSwingTime = 2.0,
Weight = 0.6,
SwingTime = 2.0,
PushBackMod = 0.3,
SwingAmountBeforeImpact = 0.02,
MaxDamage = 0.7,
ConditionLowerChanceOneIn = 5,
SubCategory = Swinging,
PushBackMod = 0.3,
ConditionMax = 10,
ConditionMax = 10,
Icon = Poolcue,
Categories = Improvised,
DoorDamage = 1,
}</nowiki>
}</nowiki>
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:weapons]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 09:01, 12 May 2013

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	=	3,
		WeaponSprite	=	poolcue,
		MinAngle	=	0.2,
		MinimumSwingTime	=	2,
		Type	=	Weapon,
		SwingAnim	=	Bat,
		WeaponWeight	=	2.5,
		DisplayName	=	Poolcue,
		Categories	=	Improvised,
		SwingAmountBeforeImpact	=	0.02,
		SwingTime	=	2,
		MinDamage	=	0.5,
		ConditionLowerChanceOneIn	=	5,
		Weight	=	0.6,
		PushBackMod	=	0.3,
		MaxDamage	=	0.7,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		Icon	=	Poolcue,
		DoorDamage	=	1,
}

Template:Navbox/Weapons