Pencil: Difference between revisions

From PZwiki
m (No added content. Minor grammar changes. Made code easier to read. Changed history date to correctly reflect actual inclusion of item.)
Line 6: Line 6:
|weight = 0.1
|weight = 0.1
}}
}}
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.
A writing implement which, like the [[pen]], can be used to craft written recipes and function as a weapon of last resort. The pencil can be used to kill [[Zombies|zombies]], but doing so will usually wear down all of it's durability, making it unusable.
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 20: Line 20:
  <nowiki>item Pencil
  <nowiki>item Pencil
{
{
Type = Weapon,
        Type = Weapon,
DisplayName = Pencil,
DisplayName = Pencil,
SubCategory   =     Stab,
SubCategory           =             Stab,
Icon = Pencil,
Icon = Pencil,
MinAngle = 0,
MinAngle = 0,
Line 30: Line 30:
MinRange = 0.61,
MinRange = 0.61,
SwingAnim = Stab,
SwingAnim = Stab,
WeaponSprite = Knife,
WeaponSprite         = Knife,
Weight = 0.1,
Weight = 0.1,
WeaponWeight = 0.7,
WeaponWeight         = 0.7,
MinimumSwingTime = 4.1,
MinimumSwingTime         = 4.1,
SwingTime = 4.1,
SwingTime = 4.1,
DoorDamage = 1,
DoorDamage = 1,
SwingAmountBeforeImpact = 0.02,
SwingAmountBeforeImpact         =         0.02,
MaxHitCount = 1,
MaxHitCount         = 1,
PushBackMod = 0,
PushBackMod = 0,
KnockdownMod = 0,
KnockdownMod         = 0,
ConditionLowerChanceOneIn = 1,
ConditionLowerChanceOneIn       =                 1,
ConditionMax   = 1,
ConditionMax           = 1,
IsAimedHandWeapon = true,
IsAimedHandWeapon         = true,
AimingMod = 0.8,
AimingMod = 0.8,
Categories = Improvised,
Categories = Improvised,
Line 52: Line 52:
! Alpha ||   
! Alpha ||   
|-
|-
| RC 2.9 || Added to the game.  
| 0.2.0a || Added to the game.  
|}
|}



Revision as of 05:28, 25 June 2014

Template:Weapons A writing implement which, like the pen, can be used to craft written recipes and function as a weapon of last resort. The pencil can be used to kill zombies, but doing so will usually wear down all of it's durability, making it 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
0.2.0a Added to the game.

See Also

Template:Navbox/Weapons Template:Navbox/Tools