Pencil: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Items
{{Weapons
|image = Pencil.png
|image = Pencil.png  
|weapontype = Melee
|ammo = none
|weight = 0.1
|weight = 0.1
}}
}}
A writing implement. Much like the [[pen]] used to craft written recipes, and can be used as a weapon as an option of last resort.
A writing implement. Much like the [[pen]] used to craft written recipes, and can be used as a weapon as an option of last resort.


<br/>[[Category:Items]] <br/> <br/>
== Code ==
<nowiki>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,
}</nowiki>
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:Version 0.2.0p]]

Revision as of 21:50, 28 March 2012

Template:Weapons A writing implement. Much like the pen used to craft written recipes, and can be used as a weapon as an option of last resort.

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