Pencil

From PZwiki
Revision as of 02:40, 15 April 2012 by Pianoman (talk | contribs)

Template:Weapons A writing implement which, like the pen can be used to craft written recipes and is also a weapon of last resort. The pencil can be used to kill zombies, but doing so will usually exhaust all of its durability.

Crafting

Name Recipe Description
























Code

item Pencil
{
	Type				=			Weapon,
	DisplayName			=			Pencil,
	Icon				=			Pencil,
	MinAngle			=			0,
	MaxDamage			=			2.5,
	MinDamage			=			2.5,
	MaxRange 			= 			0.5,
	SwingAnim			=			Bat,
	WeaponSprite		=			knife,
	Weight				=			0.1,
	WeaponWeight		=			0.1,
	MinimumSwingTime 	= 			60,
	DoorDamage			=			0,
	SwingTime			=			65,
	SwingAmountBeforeImpact = 		0.20,
	MaxHitCount 		=			1,
	UseEndurance		=			false,
	PushBackMod			=			0,
	KnockdownMod		=			0,
	ConditionLowerChanceOneIn = 	1,
	ConditionMax 	  	= 			1,
	Categories 			=			Improvised,
}

Template:Navbox/Weapons