Stone Hammer: Difference between revisions

From PZwiki
(Replaced Navigation System with Header Version, Confirmed Code Current. Cleared Old Categories except weapons)
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Stone Axe}}
{{languages|Stone Hammer}}
{{header|The Game World|Items|Tools|version=Version 37|incver=8}}{{Tools
{{header|The Game World|Items|Tools|version=Version 37|incver=8}}{{Tools
|image = SmallStoneHammer.png
|image = HammerStone.png
|primaryuse= Construction
|primaryuse= Construction
|otheruses= Kill Zombies, Destroy Doors
|otheruses= Kill Zombies, Destroy Doors
|weight = 1.2
|weight = 1.2
}}A Stone Hammer is a tool that is crafted by a player and cannot be naturally found. It is similar to a [[Hammer|hammer]] and uses the same sprite ingame, but has much less durability and damage. Once the hammer breaks it is unrepairable.  
}}A '''stone hammer''' is a tool that is crafted by a player and cannot be naturally found. It is similar to a [[Hammer|hammer]] and uses the same sprite ingame, but has much less durability and damage. Once the hammer breaks it is unrepairable.  


Stone Hammers are primarily used as a inferior hammer in construction but is less efficient at doing so and can be used as a weapon at minimal damage and its swing rate is slow.  
Stone Hammers are primarily used as a inferior hammer in construction but is less efficient at doing so and can be used as a weapon at minimal damage and its swing rate is slow.  
Line 62: Line 62:
* [[Foraging]]
* [[Foraging]]


{{Navbox/Tools}}
{{Navbox/Tools}}{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:Weapons]]
[[Category:Weapons]]
[[Category:Melee Weapons]]

Revision as of 17:15, 6 June 2018


The Game WorldItemsToolsStone Hammer

Template:ToolsA stone hammer is a tool that is crafted by a player and cannot be naturally found. It is similar to a hammer and uses the same sprite ingame, but has much less durability and damage. Once the hammer breaks it is unrepairable.

Stone Hammers are primarily used as a inferior hammer in construction but is less efficient at doing so and can be used as a weapon at minimal damage and its swing rate is slow.

Crafting

Stone Hammers are made up of items which are scavenged via Foraging.Tree branches, stones) and ripped sheets are required.

Name Recipe Description Crafting Level












Code

	
    item HammerStone
        MaxRange			= 1,
        WeaponSprite			= Hammer,
        MinAngle			= 0,
        Type				= Weapon,
        MinimumSwingTime		= 3,
        KnockBackOnNoDeath		= TRUE,
        SwingAmountBeforeImpact		= 0.02,
        Categories			= Blunt,
        ConditionLowerChanceOneIn	= 5,
        Weight				= 1.2,
        SplatN.umber			= 0,
        PushBackMod			= 0.5,
        MaxDamage			= 0.7,
        SubCategory			= Swinging,
        ConditionMax			= 5,
        MaxHitCount			= 1,
        DoorDamage			= 2,
        CanBarricade			= TRUE,
        SwingAnim			= Bat,
        WeaponWeight			= 1,
        DisplayName			= Stone Hammer,
        MinRange			= 0.61,
        SwingTime			= 3,
        MinDamage			= 0.2,
        KnockdownMod			= 0,
        SplatBloodOnNoDeath		= TRUE,
        Icon				= HammerStone,
        RunAnim				= Run_Weapon2,
        IdleAnim			= Idle_Weapon2,
        BreakSound  			= PZ_MetalSnap,
        TreeDamage  			= 1,


See Also

Template:Navbox/ToolsTemplate:Navbox/Weapons