Screwdriver: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 4: Line 4:
|weapontype = Melee  
|weapontype = Melee  
|ammo = none
|ammo = none
|weight = 0.5
|weight = 0.4
}}
}}


Line 14: Line 14:
  <nowiki>item Screwdriver
  <nowiki>item Screwdriver
{
{
MaxRange = 0.8,
MaxRange = 0.9,
WeaponSprite = Knife,
WeaponSprite = Knife,
MinAngle = 0,
MinAngle = 0,
Type = Weapon,
Type = Weapon,
MinimumSwingTime = 4.1,
MinimumSwingTime = 2,
KnockBackOnNoDeath = FALSE,
SwingAmountBeforeImpact = 0.02,
SwingAmountBeforeImpact = 0.02,
Categories = Improvised,
Categories = Improvised;Blade,
ConditionLowerChanceOneIn = 7,
Weight = 0.4,
Weight = 0.4,
ConditionLowerChanceOneIn = 1,
SplatNumber = 0,
PushBackMod = 0,
PushBackMod = 0.3,
MaxDamage = 2.4,
MaxDamage = 0.5,
SubCategory = Stab,
SubCategory = Stab,
AimingMod = 0.8,
AimingMod = 0.8,
ConditionMax = 100,
ConditionMax = 10,
MaxHitCount = 1,
MaxHitCount = 1,
IsAimedHandWeapon = TRUE,
IsAimedHandWeapon = TRUE,
DoorDamage = 1,
DoorDamage = 1,
SwingAnim = Stab,
SwingAnim = Stab,
WeaponWeight = 0.7,
WeaponWeight = 0.4,
DisplayName = Screwdriver,
DisplayName = Screwdriver,
MinRange = 0.61,
MinRange = 0.61,
SwingTime = 4.1,
SwingTime = 2,
MinDamage = 0.9,
MinDamage = 0.2,
KnockdownMod = 0,
KnockdownMod = 0,
SplatBloodOnNoDeath = FALSE,
Icon = Screwdriver,
Icon = Screwdriver,
}</nowiki>
}</nowiki>

Revision as of 14:43, 24 August 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 a knotted board that is combined with a sturdy stick to create kindling.

Code

item Screwdriver
{
		MaxRange	=	0.9,
		WeaponSprite	=	Knife,
		MinAngle	=	0,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Improvised;Blade,
		ConditionLowerChanceOneIn	=	7,
		Weight	=	0.4,
		SplatNumber	=	0,
		PushBackMod	=	0.3,
		MaxDamage	=	0.5,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		ConditionMax	=	10,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	1,
		SwingAnim	=	Stab,
		WeaponWeight	=	0.4,
		DisplayName	=	Screwdriver,
		MinRange	=	0.61,
		SwingTime	=	2,
		MinDamage	=	0.2,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	Screwdriver,
}

Template:Navbox/Weapons