Spoon: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 40: Line 40:
AimingMod = 0.8,
AimingMod = 0.8,
}</nowiki>
}</nowiki>
== History ==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9 || Added to the game.
|}
==See Also==
* [[Fork]]
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:weapons]]
[[Category:Items]]
[[Category:Version 0.2.0r]]
[[Category:Version 0.2.0r]]

Revision as of 18:33, 4 June 2013


Template:Items

The spoon is a stabbing weapon that was added in 0.2.0r RC2.9 along with the Fork and the Scissors. The spoon is capable of killing a zombie in 4-6 decently aimed shots. Because of its low range, low knockback, and low damage, the spoon is not fit for fighting large groups- or even multiple zombies at once. Rather, the spoon should be used if zombies could be SAFELY fought 1 by 1 or there is only one enemy. Spoons are abundant in kitchens just like most other stabbing weapons (Kitchen Knife, Fork, Butter Knife)


Code

item Spoon
{
	Type				=			Weapon,
		DisplayName			=			Spoon,
		SubCategory    		=     		Stab,
		Icon				=			Spoon,
		MinAngle			=			0,
		MaxDamage			=			0.8,
		MinDamage			=			0.4,
		MaxRange 			= 			0.9,
		MinRange 			= 			0.61,
		SwingAnim			=			Stab,
		WeaponSprite		=			Knife,
		Weight				=			0.8,
		WeaponWeight		=			0.7,
		MinimumSwingTime 	= 			4.1,
		SwingTime			=			4.1,
		DoorDamage			=			1,
		SwingAmountBeforeImpact = 		0.02,
		MaxHitCount 		=			1,
		PushBackMod			=			0,
		KnockdownMod		=			0,
		ConditionLowerChanceOneIn = 	100,
		ConditionMax 	  	= 			1,
		Categories 			=			Blade,
		IsAimedHandWeapon	=			true,
		AimingMod			=			0.8,
}

History

Alpha
RC 2.9 Added to the game.

See Also

Template:Navbox/Weapons