Butter Knife: 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.8
|weight = 0.3
}}
}}


Line 12: Line 12:
  <nowiki>item ButterKnife
  <nowiki>item ButterKnife
{
{
Type = Weapon,
MaxRange = 0.9,
DisplayName = Butter Knife,
WeaponSprite = Knife,
    SubCategory    =    Stab,
MinAngle = 0,
Icon = KnifeButter,
Type = Weapon,
MinAngle = 0,
MinimumSwingTime = 4.1,
MaxDamage = 0.8,
SwingAmountBeforeImpact = 0.02,
MinDamage = 0.4,
Categories = Blade,
MaxRange = 0.9,
Weight = 0.3,
MinRange = 0.61,
ConditionLowerChanceOneIn = 100,
SwingAnim = Stab,
PushBackMod = 0,
WeaponSprite = Knife,
MaxDamage = 0.5,
Weight = 0.8,
SubCategory = Stab,
WeaponWeight = 0.7,
AimingMod = 0.8,
MinimumSwingTime = 4.1,
ConditionMax = 1,
SwingTime = 4.1,
MaxHitCount = 1,
DoorDamage = 1,
IsAimedHandWeapon = TRUE,
SwingAmountBeforeImpact = 0.02,
DoorDamage = 1,
MaxHitCount = 1,
SwingAnim = Stab,
PushBackMod = 0,
WeaponWeight = 0.4,
KnockdownMod = 0,
DisplayName = Butter Knife,
ConditionLowerChanceOneIn = 100,
MinRange = 0.61,
ConditionMax   = 1,
SwingTime = 4.1,
Categories = Blade,
MinDamage = 0.2,
IsAimedHandWeapon = true,
KnockdownMod = 0,
AimingMod = 0.8,
Icon = KnifeButter,
}</nowiki>
}</nowiki>
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:weapons]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 09:03, 12 May 2013

Template:Weapons

The butter knife is a stabbing weapon found in Project zomboid. It takes about 3-6 decently aimed hits to kill a zombie. Paired up with its short range and its low knockback, it makes it unable to fight large groups of zombies. It is best used in last resort situations or in situations where one has to fight only 1-2 zombies at a time, because it is a stabbing weapon. The butter knife has extremely low door damage, so something else should be used to destroy doors.

Code

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

Template:Navbox/Weapons