Crafted Spear

From PZwiki
Revision as of 17:16, 6 June 2018 by Vaileasys (talk | contribs)


The Game WorldItemsToolsCrafted Spear

Template:ToolsA wooden spear 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 feeble durability in combat and does only a low amount of damage. Once the spear breaks it is unrepairable.

Using it in combat is not advisable, however it does have a decent range.

Crafting

A wooden 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/ToolsTemplate:Navbox/Weapons