Nailed Baseball Bat

From PZwiki
Revision as of 09:49, 30 May 2012 by 14.32.248.195 (talk)

Nailed Baseball Bat


Template:Weapons An improvement on the basic baseball bat which does more damage, generally killing zombies with just one hit. Since it has good range, pushes zombies away AND deals good damage, it is an excellent weapon that is relatively easy to find the components for. However, it has lower durability than a standard baseball bat, and one should only expect it to survive 2-3 dozen battles. Always have a backup weapon in long trips.

The spiked baseball bat can also be used to bash down doors. They are most commonly found in survivors, but it is more reliable to craft it.

Crafting

Output Recipe Description












Code

item BaseballBatNails
{
	Type				=			Weapon,
	DisplayName			=			Spiked Baseball Bat,
	Icon				=			BaseballBatNails,
	MinAngle			=			0,
	MaxDamage			=			1.8,
	MinDamage			=			1.8,
	MaxRange 			= 			1.5,
	SwingAnim			=			Bat,
	WeaponSprite		=			baseballbat,
	Weight				=			15,
	WeaponWeight 		=			1.0,
	DoorDamage			=			10,
	MinimumSwingTime 	= 			15,
	SwingTime			=			26,
	SwingAmountBeforeImpact = 		0.2,
	PushBackMod			=			0.6,
	ConditionLowerChanceOneIn =		3,
	ConditionMax 			  = 	15,
	Categories 			=			Blunt,

}

Template:Navbox/Weapons