Spoon

From PZwiki
Revision as of 20:28, 3 May 2017 by MalonyJenkins (talk | contribs) (Replaced Navigation System with Header Version, Confirmed and Updated Code to include metal value, Updated Weapon Template, Cleared Old Categories.)


Template:WeaponsThe Spoon is a emergency starting weapon which can be found in most houses. Out of all the basic cutlery (butter knife, fork, spoon), the spoon, similar to the fork is a extremely low damage weapon which cannot perform the insta-kill jaw stab which comes with the Butter Knife or other advanced knives. Every hit on a zombie reduces the item condition falling by 1, and having a max of 3, it means you only get 3 hits with the spoon before it breaks.



The spoon is a single attack weapon, meaning it can only concentrate on one zombie at a time, attacking two at a time is risky as only one zombie will be stopped per hit and the other could get in close enough to damage the character.

One if the benefits of the spoon is that it is plentiful in the game world and is quite light. The spoon cannot be repaired. It is recommended you use the Butter Knife compared to the spoon if truely out of weapons at the start.







Code

	
	item Spoon
		MaxRange			= 0.9,
		WeaponSprite			= Knife,
		MinAngle			= 0,
		Type				= Weapon,
		MinimumSwingTime		= 2,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Blade,
		Weight				= 0.3,
		ConditionLowerChanceOneIn	= 1,
		PushBackMod			= 0.3,
		MaxDamage			= 0.1,
		SubCategory			= Stab,
		AimingMod			= 0.8,
		ConditionMax			= 3,
		MaxHitCount			= 1,
		IsAimedHandWeapon		= TRUE,
		DoorDamage			= 1,
		SwingAnim			= Stab,
		CriticalChance			= 5,
		WeaponWeight			= 0.3,
		DisplayName			= Spoon,
		MinRange			= 0.2,
		SwingTime			= 2,
		MinDamage			= 0.1,
		KnockdownMod			= 0,
		Icon				= Spoon,
		TreeDamage  			= 0,
		EnduranceMod 			= 0.5,
		MetalValue 			= 5,

Template:Navbox/Weapons