Nailed Baseball Bat: Difference between revisions

From PZwiki
Nailed Baseball Bat
mNo edit summary
No edit summary
Line 7: Line 7:
|weight = 15
|weight = 15
}}
}}
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.
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 is of moderate weight, because of the combined weight of the bat and the nail.
 
The spiked baseball bat is not for the unfit, any user should prioritize putting a point or two in swinging skills if not already done so.


The [[spiked baseball bat]] can also be used to bash down [[door]]s. 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.
The [[spiked baseball bat]] can also be used to bash down [[door]]s. 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.

Revision as of 15:23, 6 September 2012


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 is of moderate weight, because of the combined weight of the bat and the nail.

The spiked baseball bat is not for the unfit, any user should prioritize putting a point or two in swinging skills if not already done so.

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