Nailed Baseball Bat: Difference between revisions

From PZwiki
Nailed Baseball Bat
m (Vaileasys moved page Spiked Baseball Bat to Nailed Baseball Bat over redirect: reverting back)
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Nailed Baseball Bat}}
{{languages|Nailed Baseball Bat}}
{{header|The Game World|Items|Weapons|version=Version 37|incver=8}}{{Weapons|image = Baseballbatnails.png |weapontype = Melee |ammo = None|hands = One/Two handed|weight = 2.0|mindamage = 1|maxdamage = 1.5|condition = 15|degrade = 10|id = BaseballBatNails}}A craftable improvement on the basic [[Baseball Bat|baseball bat]] which does more damage, generally killing [[Zombies]] with one well-charged hit. Since it has good range, pushes zombies away, and deals above average damage, it is an excellent weapon that is relatively easy to find the components for.  
{{header|The Game World|Items|Weapons|Melee Weapons|version=Version 37|incver=8}}{{Weapons|image = Baseballbatnails.png |weapontype = Melee |ammo = None|hands = One/Two handed|weight = 2.0|mindamage = 1|maxdamage = 1.5|condition = 15|degrade = 10|id = BaseballBatNails}}A craftable improvement on the basic [[Baseball Bat|baseball bat]] which does more damage, generally killing [[Zombies]] with one well-charged hit. Since it has good range, pushes zombies away, and deals above average damage, it is an excellent weapon that is relatively easy to find the components for.  
<br><br>
<br><br>
However, it has lower durability than a standard baseball bat, and one should only expect it to survive two to three dozen battles. It is recommended to have a backup weapon on long trips, as the spiked baseball bat is likely to break during repeat confrontations.  
However, it has lower durability than a standard baseball bat, and one should only expect it to survive two to three dozen battles. It is recommended to have a backup weapon on long trips, as the spiked baseball bat is likely to break during repeat confrontations.  
Line 7: Line 7:
The nailed baseball bat is not for the unfit, any user should prioritize putting a point or two in swinging skills if not already done so to benefit from the output of the bat.
The nailed baseball bat is not for the unfit, any user should prioritize putting a point or two in swinging skills if not already done so to benefit from the output of the bat.
<br><br>
<br><br>
It can also be used to bash down [[Door|door]]s, causing 7 damage per swing. They are not found naturally but can be found on the bodies of dead survivors, but it is quicker reliable to craft one, as the unmodified bat spawns in many locations in the world.
It can also be used to bash down [[door]]s, causing 7 damage per swing. They are not found naturally but can be found on the bodies of dead survivors, but it is quicker reliable to craft one, as the unmodified bat spawns in many locations in the world.


== Crafting ==  
== Crafting ==  
Line 29: Line 29:
!  <br> 5% Repaired, 95% Success
!  <br> 5% Repaired, 95% Success
|-
|-
|[[File:Nailed Baseball Bat.png|32px]] <br>
|[[File:BaseballBatNails.png|32px]] <br>
[[Nailed Baseball Bat]]
[[Nailed Baseball Bat]]
| [[File:Woodglue.png|32px]]<br>
| [[File:Woodglue.png|32px]]<br>
Line 38: Line 38:
| [[File:Glue.png|32px]]<br>
| [[File:Glue.png|32px]]<br>
[[Glue]] <small>(2 Uses)</small>
[[Glue]] <small>(2 Uses)</small>
| [[File:MATERIALScotchTape.png|32px]]<br>
| [[File:Scotchtape.png|32px]]<br>
[[Adhesive Tape]] <small>(4 Uses)</small>
[[Adhesive Tape]] <small>(4 Uses)</small>
| [[File:Nails.png|[[Nails]]|32px]]<br>
| [[File:Nails.png|[[Nails]]|32px]]<br>

Revision as of 17:10, 6 June 2018


The Game WorldItemsWeaponsMelee WeaponsNailed Baseball Bat

Template:WeaponsA craftable improvement on the basic baseball bat which does more damage, generally killing Zombie with one well-charged hit. Since it has good range, pushes zombies away, and deals above average 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 two to three dozen battles. It is recommended to have a backup weapon on long trips, as the spiked baseball bat is likely to break during repeat confrontations.

The nailed baseball bat is not for the unfit, any user should prioritize putting a point or two in swinging skills if not already done so to benefit from the output of the bat.

It can also be used to bash down doors, causing 7 damage per swing. They are not found naturally but can be found on the bodies of dead survivors, but it is quicker reliable to craft one, as the unmodified bat spawns in many locations in the world.

Crafting

Output Recipe Description












Materials to Repair

Item Repaired 1st Repair Materials =
55% Repaired, 100% Success

20% Repaired, 95% Success

10% Repaired, 95% Success

10% Repaired, 95% Success

5% Repaired, 95% Success
BaseballBatNails.png

Nailed Baseball Bat

Woodglue.png

Wood Glue (2 Uses)
(Requires Carpentry Level 2)

DuctTape.png

Duct Tape (2 Uses)

Glue.png

Glue (2 Uses)

Scotchtape.png

Adhesive Tape (4 Uses)

Nails

Nails (1 Use)

Repair Code

    fixing Fix Nailed Baseball Bat
  
     Require : BaseballBatNails,

       Fixer : Woodglue=2; Woodwork=2,
       Fixer : DuctTape=2,
       Fixer : Glue=2,
       Fixer : Scotchtape=4,
       Fixer : Nails,
 

Code

	
	item BaseballBatNails
		MaxRange			= 1.5,
		WeaponSprite			= BaseballbatSpiked,
		MinAngle			= 0.2,
		Type				= Weapon,
		MinimumSwingTime		= 3,
		KnockBackOnNoDeath		= TRUE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Blunt,
		ConditionLowerChanceOneIn	= 10,
		Weight				= 2,
		SplatN.umber			= 1,
		PushBackMod			= 0.5,
		MaxDamage			= 1.5,
		SubCategory			= Swinging,
		ConditionMax			= 15,
		MaxHitCount			= 2,
		DoorDamage			= 7,
		IdleAnim			= Idle_Weapon2,
		SwingAnim			= Bat,
		CriticalChance			= 15,
		WeaponWeight			= 2,
		DisplayName			= Spiked Baseball Bat,
		MinRange			= 0.61,
		SwingTime			= 3,
		HitAngleMod			= -30,
		MinDamage			= 1,
		KnockdownMod			= 2,
		SplatBloodOnNoDeath		= TRUE,
		Icon				= BaseballBatNails,
		RunAnim				= Run_Weapon2,
        	TwoHandWeapon 			= TRUE,
        	BreakSound  			= PZ_WoodSnap,
        	TreeDamage  			= 1,
        	MetalValue 			= 5,


See Also

Template:Navbox/Weapons