Fishing Rod: Difference between revisions

From PZwiki
No edit summary
(renew)
Line 1: Line 1:
{{Languages|Fishing Rod}}
{{languages}}
{{Tools
{{Tools
|image = FISHFishingRod.png
|image = FISHFishingRod.png
|primaryuse=[[Fishing]]
|primaryuse = Fishing
|otheruses=
|otheruses = Weapon
|weight = 0.4
|weight = 0.4
}}
}}
Used for catching fish in bodies of water. Weighs 0.4 pounds.
Used for catching fish in bodies of water.


==See also==
Fishing Rod & Fishing Rod with Twine Line<br>
DisplayName = '''Fishing Rod'''
 
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|6005}}
{{RecipeLookup|6006}}
|}
 
== Code ==
<nowiki>item FishingRod
    {
        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,
        SplatNumber = 0,
        PushBackMod = 0.3,
        MaxDamage = 0.7,
        SubCategory = Swinging,
        ConditionMax = 3,
        MaxHitCount = 2,
        DoorDamage = 2,
        SwingAnim = Bat,
        WeaponWeight = 1,
        DisplayName = Fishing Rod,
        MinRange = 0.61,
        SwingTime = 2,
        MinDamage = 0.5,
        KnockdownMod = 0,
        SplatBloodOnNoDeath = FALSE,
        Icon = FishingRod,
        RunAnim = Run_Weapon2,
        IdleAnim = Idle_Weapon2,
        BreakSound  =  PZ_WoodSnap,
        TreeDamage  =  0,
    }
 
item FishingRodTwineLine
    {
        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,
        SplatNumber = 0,
        PushBackMod = 0.3,
        MaxDamage = 0.7,
        SubCategory = Swinging,
        ConditionMax = 3,
        MaxHitCount = 2,
        DoorDamage = 2,
        SwingAnim = Bat,
        WeaponWeight = 1,
        DisplayName = Fishing Rod,
        MinRange = 0.61,
        SwingTime = 2,
        MinDamage = 0.5,
        KnockdownMod = 0,
        SplatBloodOnNoDeath = FALSE,
        Icon = FishingRod,
        RunAnim = Run_Weapon2,
        IdleAnim = Idle_Weapon2,
        BreakSound  =  PZ_WoodSnap,
        TreeDamage  =  0,
    }</nowiki>
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| - || -
|}
 
==See Also==
* [[Fishing]]
* [[Fishing]]
* [[Fishing Rod Without line]]
* [[Crafted Fishing Rod]]


<!--
{{Navbox/Tools}}
-->
[[Category:Tools]]
[[Category:Tools]]
[[Category:Weapons]]
[[Category:Items]]

Revision as of 05:00, 23 March 2015

Template:Tools Used for catching fish in bodies of water.

Fishing Rod & Fishing Rod with Twine Line
DisplayName = Fishing Rod

Crafting

Name Recipe Description Skill Level
























Code

item FishingRod
    {
        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,
        SplatNumber	=	0,
        PushBackMod	=	0.3,
        MaxDamage	=	0.7,
        SubCategory	=	Swinging,
        ConditionMax	=	3,
        MaxHitCount	=	2,
        DoorDamage	=	2,
        SwingAnim	=	Bat,
        WeaponWeight	=	1,
        DisplayName	=	Fishing Rod,
        MinRange	=	0.61,
        SwingTime	=	2,
        MinDamage	=	0.5,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	FishingRod,
        RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   PZ_WoodSnap,
        TreeDamage  =   0,
    }

	item FishingRodTwineLine
    {
        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,
        SplatNumber	=	0,
        PushBackMod	=	0.3,
        MaxDamage	=	0.7,
        SubCategory	=	Swinging,
        ConditionMax	=	3,
        MaxHitCount	=	2,
        DoorDamage	=	2,
        SwingAnim	=	Bat,
        WeaponWeight	=	1,
        DisplayName	=	Fishing Rod,
        MinRange	=	0.61,
        SwingTime	=	2,
        MinDamage	=	0.5,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	FishingRod,
        RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   PZ_WoodSnap,
        TreeDamage  =   0,
    }
Alpha
- -

See Also