Screwdriver

From PZwiki

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.

Code

item Screwdriver
{
	Type				=			Weapon,
	DisplayName			=			Screwdriver,
	Icon				=			Screwdriver,
	MinAngle			=			0,
	MaxDamage			=			1,
	MinDamage			=			.3,
	MaxRange 			= 			0.5,
	SwingAnim			=			Bat,
	WeaponSprite		=			knife,
	Weight				=			0.5,
	WeaponWeight		=			0.1,
	MinimumSwingTime 	= 			10,
	DoorDamage			=			1,
	SwingTime			=			16,
	SwingAmountBeforeImpact = 		0.3,
	MaxHitCount 		=			1,
	UseEndurance		=			false,
	PushBackMod			=			0,
	KnockdownMod		=			0,
	ConditionLowerChanceOneIn = 	100,
	ConditionMax 		= 			1,
	Categories 			=			Improvised,
}

Template:Navbox/Weapons