Butter Knife: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 7: Line 7:
}}
}}


The butter knife is not the best weapon found in Project zomboid. It takes about 3-5 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.
The butter knife is a stabbing weapon found in Project zomboid. It takes about 3-5 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 also has extremely low door damage, so something else should be used to destroy doors.


== Code ==
== Code ==

Revision as of 00:53, 29 July 2012

Template:Weapons

The butter knife is a stabbing weapon found in Project zomboid. It takes about 3-5 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 also has extremely low door damage, so something else should be used to destroy doors.

Code

item ButterKnife
{
	Type				=			Weapon,
	DisplayName			=			Butter Knife,
	Icon				=			KnifeButter,
	MinAngle			=			0,
	MaxDamage			=			0.5,
	MinDamage			=			0.5,
	MaxRange 			= 			0.5,
	SwingAnim			=			Bat,
	WeaponSprite		=			knife,
	Weight				=			1,
	WeaponWeight		=			0.5,
	MinimumSwingTime 	= 			5,
	DoorDamage			=			0.5,
	SwingTime			=			8,
	SwingAmountBeforeImpact = 		0.1,
	MaxHitCount 		=			1,
	UseEndurance		=			false,
	PushBackMod			=			0,
	KnockdownMod		=			0,
	Categories 			=			Blade,
}

Template:Navbox/Weapons