Fishing Rod: Difference between revisions

From PZwiki
(Created page with "Used for catching fish in bodies of water. Weighs 0.4 pounds.")
 
m (clean up, replaced: wikitable → pztable)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Used for catching fish in bodies of water. Weighs 0.4 pounds.
{{languages|Fishing Rod}}{{Tools
|image = FishingRod.png
|primaryuse = Fishing
|otheruses = Weapon
|weight = 0.4
}}{{Notice|Stub}}
Used for catching fish in bodies of water.
 
Fishing Rod & Fishing Rod with Twine Line<br>
DisplayName = '''Fishing Rod'''
 
'''As of Build 32 crafting fishing rods requires the player to either pick the "Fisherman" profession, "Angler" trait or read one of the [[Recipe Magazines]] that can be found in the world.'''
 
== Crafting ==
{| class="pztable 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>
 
==See also==
* [[Fishing]]
* [[Fishing Rod Without line]]
* [[Fishing Rod (Crafted)]]
 
 
{{Navbox/Tools}}{{Navbox/Weapons}}
 
[[Category:Tools]]
[[Category:Weapons]]
[[Category:Melee Weapons]]
[[Category:Items]]

Revision as of 14:55, 11 May 2019

Template:Tools

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Used for catching fish in bodies of water.

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

As of Build 32 crafting fishing rods requires the player to either pick the "Fisherman" profession, "Angler" trait or read one of the Recipe magazines that can be found in the world.

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,
    }

See also


Template:Navbox/ToolsTemplate:Navbox/Weapons