Screwdriver: Difference between revisions

From PZwiki
m (Fixed Coding)
mNo edit summary
Line 11: Line 11:
  <nowiki>item Screwdriver
  <nowiki>item Screwdriver
{
{
Type = Weapon,
MaxRange = 0.8,
DisplayName = Screwdriver,
WeaponSprite = Knife,
SubCategory    =   Stab,
MinAngle = 0,
Icon = Screwdriver,
Type = Weapon,
MinAngle = 0,
MinimumSwingTime = 4.1,
MaxDamage = 2.4,
SwingAmountBeforeImpact = 0.02,
MinDamage = 0.9,
Categories = Improvised,
MaxRange = 0.9,
Weight = 0.4,
MinRange = 0.61,
ConditionLowerChanceOneIn = 1,
SwingAnim = Stab,
PushBackMod = 0,
WeaponSprite = Knife,
MaxDamage = 2.4,
Weight = 0.5,
SubCategory = Stab,
WeaponWeight = 0.7,
AimingMod = 0.8,
MinimumSwingTime = 4.1,
ConditionMax = 100,
SwingTime = 4.1,
MaxHitCount = 1,
DoorDamage = 1,
IsAimedHandWeapon = TRUE,
SwingAmountBeforeImpact = 0.02,
DoorDamage = 1,
MaxHitCount = 1,
SwingAnim = Stab,
PushBackMod = 0,
WeaponWeight = 0.7,
KnockdownMod = 0,
DisplayName = Screwdriver,
ConditionLowerChanceOneIn = 1,
MinRange = 0.61,
ConditionMax   = 100,
SwingTime = 4.1,
IsAimedHandWeapon = true,
MinDamage = 0.9,
AimingMod = 0.8,
KnockdownMod = 0,
Categories = Improvised,
Icon = Screwdriver,
}</nowiki>
}</nowiki>
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:weapons]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 09:07, 12 May 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.

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