Baseball bat: Difference between revisions

From PZwiki
Baseball bat
mNo edit summary
Line 19: Line 19:
[[npcs|Gun nuts]] will sometimes be carrying a baseball bat when you encounter them. In [['Til Death Us Do Part]], the raider who enters your house and the looter patrolling the grocery store will both be carrying a baseball bat.
[[npcs|Gun nuts]] will sometimes be carrying a baseball bat when you encounter them. In [['Til Death Us Do Part]], the raider who enters your house and the looter patrolling the grocery store will both be carrying a baseball bat.


Baseball bats can be found in many houses, but are pretty rare. Also, many NPCs carry baseball bats, and killing them will allow you to take the bat out of its corpse.
Also, many NPCs carry baseball bats, and killing them will allow you to take the bat out of its corpse.
 
They are usually found as a rare loot in wardrobes and kitchen cupboards of certain houses.


== Crafting ==  
== Crafting ==  

Revision as of 01:51, 1 September 2013


Template:Weapons The baseball bat is an improvised blunt weapon of modest weight, and it is particularly effective when used to deliver blows to the head. It usually won't kill a standing zombie but will either send the zombie to the floor, allowing the character to follow up with a killing blow or will knock it back. The baseball bat also has a long range (for a melee weapon), capable of keeping a small group of undead distanced from one's person while delivering killing blows or addressing the undead in another direction. Unfortunately, the baseball bat has a finite durability, so it is recommended to have a backup weapon at hand when going on extended missions. The baseball bat has the secondary, and less important, purpose of smashing watermelons.

Although the baseball bat is relatively light, it still requires some swinging skills, or the wielder will tire rather quickly.

The baseball bat can be also used to break down doors, taking 5 hits to diminish a single unit of health.

Can be crafted into a spiked baseball bat. Refer to the spiked baseball bat page for pros and cons of crafting a spiked baseball bat.


Obtaining

Gun nuts will sometimes be carrying a baseball bat when you encounter them. In 'Til Death Us Do Part, the raider who enters your house and the looter patrolling the grocery store will both be carrying a baseball bat.

Also, many NPCs carry baseball bats, and killing them will allow you to take the bat out of its corpse.

They are usually found as a rare loot in wardrobes and kitchen cupboards of certain houses.

Crafting

The baseball bat can be upgraded using crafting:


Output Recipe Description
























Code

item BaseballBat
{
	MaxRange	=	1.5,
		WeaponSprite	=	Baseballbat,
		MinAngle	=	0.2,
		Type	=	Weapon,
		MinimumSwingTime	=	3,
		KnockBackOnNoDeath	=	TRUE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Blunt,
		ConditionLowerChanceOneIn	=	30,
		Weight	=	2,
		SplatNumber	=	1,
		PushBackMod	=	0.5,
		MaxDamage	=	1.2,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		MaxHitCount	=	2,
		DoorDamage	=	7,
		IdleAnim	=	Idle_Weapon2,
		SwingAnim	=	Bat,
		CriticalChance	=	10,
		WeaponWeight	=	2,
		DisplayName	=	Baseball Bat,
		MinRange	=	0.61,
		SwingTime	=	3,
		HitAngleMod	=	-30,
		MinDamage	=	0.8,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	BaseballBat,
		RunAnim	=	Run_Weapon2,


}

History

Alpha
RC 2.9.8a Melee weapons debuffed.

See Also

Template:Navbox/Weapons