Screwdriver: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 9: Line 9:
The screwdriver is a weapon that is mostly found in the Hardware store and a couple of crates scattered around town. In times of emergency, the screwdriver will more than take care of a single undead attacker, but it is unfit for long term survival. It has finite durability and it has a low damage, ranging from a 2-5 well placed hits to kill a single undead.
The screwdriver is a weapon that is mostly found in the Hardware store and a couple of crates scattered around town. In times of emergency, the screwdriver will more than take care of a single undead attacker, but it is unfit for long term survival. It has finite durability and it has a low damage, ranging from a 2-5 well placed hits to kill a single undead.


The screwdriver is also used to create [[kindle|kindling]] when combined with a [[wood plank]].
The screwdriver is also used to create [[kindle|kindling]] when combined with a [[wooden plank]].


== Code ==
== Code ==

Revision as of 17:54, 30 July 2013

Template:Weapons

The screwdriver is a weapon that is mostly found in the Hardware store and a couple of crates scattered around town. In times of emergency, the screwdriver will more than take care of a single undead attacker, but it is unfit for long term survival. It has finite durability and it has a low damage, ranging from a 2-5 well placed hits to kill a single undead.

The screwdriver is also used to create kindling when combined with a wooden plank.

Code

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

Template:Navbox/Weapons