Pencil: Difference between revisions

From PZwiki
No edit summary
Line 13: Line 13:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|25}}
{{RecipeLookup|4002}}
{{RecipeLookup|24}}
{{RecipeLookup|4003}}
|}
|}
== Code ==
== Code ==
  <nowiki>item Pencil
  <nowiki>item Pencil

Revision as of 21:07, 16 November 2013

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, and it will become unusable.

Crafting

Name Recipe Description
























Code

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

History

Alpha
RC 2.9 Added to the game.

See Also

Template:Navbox/Weapons Template:Navbox/Tools