Scissors: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 3: Line 3:
|weapontype = Melee  
|weapontype = Melee  
|ammo = none
|ammo = none
|weight = 0.8
|weight = 0.4
}}
}}
'''Scissors''' are a stabbing weapon added in 0.2.0r RC2.9. Scissors, which have the same stats as the [[Butter Knife]], takes about 4-6 shots to take out a single zombie. It's low range and low damage paired up with its low knock-back makes it impossible to fight effectively against a group of zombies. Instead, it is more fit for situations where enemies can be isolated and disposed of 1 by 1. It has an extremely low door damage so something else should be used to destroy a door.
'''Scissors''' are a stabbing weapon added in 0.2.0r RC2.9. Scissors, which have the same stats as the [[Butter Knife]], takes about 4-6 shots to take out a single zombie. It's low range and low damage paired up with its low knock-back makes it impossible to fight effectively against a group of zombies. Instead, it is more fit for situations where enemies can be isolated and disposed of 1 by 1. It has an extremely low door damage so something else should be used to destroy a door.
Line 13: Line 13:
  <nowiki>item ButterKnife
  <nowiki>item ButterKnife
{
{
Type = Weapon,
MaxRange = 0.9,
DisplayName = Scissors,
WeaponSprite = Knife,
SubCategory    =     Stab,
MinAngle = 0,
Icon = Scissors,
Type = Weapon,
MinAngle = 0,
MinimumSwingTime = 2,
MaxDamage = 0.8,
SwingAmountBeforeImpact = 0.02,
MinDamage = 0.4,
Categories = Blade,
MaxRange = 0.9,
Weight = 0.4,
MinRange = 0.61,
ConditionLowerChanceOneIn = 1,
SwingAnim = Stab,
PushBackMod = 0.3,
WeaponSprite = Knife,
MaxDamage = 0.3,
Weight = 0.8,
SubCategory = Stab,
WeaponWeight = 0.7,
AimingMod = 0.8,
MinimumSwingTime = 4.1,
ConditionMax = 10,
SwingTime = 4.1,
MaxHitCount = 1,
DoorDamage = 1,
IsAimedHandWeapon = TRUE,
SwingAmountBeforeImpact = 0.02,
DoorDamage = 1,
MaxHitCount = 1,
SwingAnim = Stab,
PushBackMod = 0,
CriticalChance = 5,
KnockdownMod = 0,
WeaponWeight = 0.4,
ConditionLowerChanceOneIn = 100,
DisplayName = Scissors,
ConditionMax   = 1,
MinRange = 0.61,
Categories = Blade,
SwingTime = 2,
IsAimedHandWeapon = true,
MinDamage = 0.2,
AimingMod = 0.8,
KnockdownMod = 0,
Icon = Scissors,
}</nowiki>
}</nowiki>
== History ==
== History ==

Revision as of 14:43, 24 August 2013

Template:Items Scissors are a stabbing weapon added in 0.2.0r RC2.9. Scissors, which have the same stats as the Butter Knife, takes about 4-6 shots to take out a single zombie. It's low range and low damage paired up with its low knock-back makes it impossible to fight effectively against a group of zombies. Instead, it is more fit for situations where enemies can be isolated and disposed of 1 by 1. It has an extremely low door damage so something else should be used to destroy a door.

The scissors can be found in desks, drawers - mostly in office buildings and in the school.

Code

item ButterKnife
{
	MaxRange	=	0.9,
		WeaponSprite	=	Knife,
		MinAngle	=	0,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Blade,
		Weight	=	0.4,
		ConditionLowerChanceOneIn	=	1,
		PushBackMod	=	0.3,
		MaxDamage	=	0.3,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		ConditionMax	=	10,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	1,
		SwingAnim	=	Stab,
		CriticalChance	=	5,
		WeaponWeight	=	0.4,
		DisplayName	=	Scissors,
		MinRange	=	0.61,
		SwingTime	=	2,
		MinDamage	=	0.2,
		KnockdownMod	=	0,
		Icon	=	Scissors,
}

History

Alpha
RC 2.9 Was added to the game.

See Also

Template:Navbox/Weapons