Crafted Spear: Difference between revisions

From PZwiki
(Noticed incorrect Language Bar settings - Might help to type it correctly.)
(Replaced Navigation System with Header Version, Confirmed Code Current. Cleared Old Categories except weapons)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Wooden Lance}}
{{languages|Wooden Lance}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Tools|version=Version 37|incver=8}}{{Tools
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Tools|Tools]] -> [[Wooden_Lance|Wooden Lance]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Tools
|image = SmallWoodenLance.png
|image = SmallWoodenLance.png
|primaryuse= Fishing
|primaryuse= Fishing
|otheruses= Kill Zombies
|otheruses= Kill Zombies
|weight = 0.4
|weight = 0.4
}}
}}A Wooden Lance is a tool that is crafted by a player and cannot be naturally found. It is used as a basic fishing tool. It has immensely feable durability in combat and does only a low amount of damage. Once the lance breaks it is unrepairable.  
 
A Wooden Lance is a tool that is crafted by a player and cannot be naturally found. It is used as a basic fishing tool. It has immensely feable durability in combat and does only a low amount of damage. Once the lance breaks it is unrepairable.  


Using it in combat is not advisable but it has a decent range.
Using it in combat is not advisable but it has a decent range.
Line 69: Line 64:
{{Navbox/Tools}}
{{Navbox/Tools}}
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:Items]]
[[Category:Tools]]
[[Category:Weapons]]
[[Category:Weapons]]
[[Category:Version 34.28]]

Revision as of 20:40, 3 May 2017


The Game WorldItemsToolsCrafted Spear

Template:ToolsA Wooden Lance is a tool that is crafted by a player and cannot be naturally found. It is used as a basic fishing tool. It has immensely feable durability in combat and does only a low amount of damage. Once the lance breaks it is unrepairable.

Using it in combat is not advisable but it has a decent range.

Crafting

A Crafted Spear is basically just a tree branch that's been sharpened with a Kitchen or Hunting Knife. If those aren't available, a Chipped Stone can be used in their stead.

Name Recipe Description Crafting Level












Code

	
     item WoodenLance
        MaxRange			= 1.5,
        WeaponSprite			= Poolcue,
        MinAngle			= 0.2,
        Type				= Weapon,
        MinimumSwingTime		= 2,
        KnockBackOnNoDeath		= FALSE,
        SwingAmountBeforeImpact		= 0.02,
        Categories			= Improvised;Blunt,
        ConditionLowerChanceOneIn	= 1,
        Weight				= 0.4,
        SplatN.umber			= 0,
        PushBackMod			= 0.3,
        MaxDamage			= 0.7,
        SubCategory			= Swinging,
        ConditionMax			= 3,
        MaxHitCount			= 2,
        DoorDamage			= 2,
        SwingAnim			= Bat,
        WeaponWeight			= 1,
        DisplayName			= Wooden Spear,
        MinRange			= 0.61,
        SwingTime			= 2,
        MinDamage			= 0.5,
        KnockdownMod			= 0,
        SplatBloodOnNoDeath		= FALSE,
        Icon				= StickSharpened,
        RunAnim				= Run_Weapon2,
        IdleAnim			= Idle_Weapon2,
        BreakSound  			= PZ_WoodSnap,
        TreeDamage  			= 0,
        TwoHandWeapon 			= TRUE,


See Also

Template:Navbox/Tools Template:Navbox/Weapons