Nailed Baseball Bat

From PZwiki

Nailed Baseball Bat


Template:Weapons An improvement on the basic baseball bat which does more damage, generally killing zombies with just one well charged 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, as the spiked baseball bat is sadly not the most reliable weapon around.

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, as the majority of the survivors actually prefer the unmodified bat.

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