Fishing Rod: Difference between revisions

From PZwiki
No edit summary
(new infobox and code)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{languages|{{PAGENAME}}}}{{Tools
{{languages|Fishing Rod}}
|image = FishingRod.png
{{header|The Game World|Items|Weapons|Melee Weapons|version=Version 41|incver=24}}
|primaryuse = Fishing
{{Notice|Stub}}{{Infobox weapon
|otheruses = Weapon  
|display_name=Fishing Rod
|weight = 0.4
|name_colour=weapon
}}{{Notice|Stub}}
|name_text_colour=weapon
|image=FishingRod_Model.png
|image_width=200px
|alternate_image=FishingRod.png
|alternate_name=Fishing Rod
|alternate_link=
|alternate_image2=FishingRodBreak.png
|alternate_name2=Fishing Rod Without Line
|alternate_link2=
|alternate_image3=FishingRod.png
|alternate_name3=Fishing Rod (Twine Line)
|alternate_link3=
<!--GENERAL-->
|category=Weapon
|weight=0.4
|function=[[Fishing]]
|equipped=Two-Handed
|condition_max=3
<!--DAMAGE-->
|type=Blunt
|swing_time=2
|min_range=0.61
|max_range=1.7
|min_damage=0.2
|max_damage=0.3
|push_back=0.3
|knockdown=0
<!--TECHNICAL DETAILS-->
|ingredients=
|class_name=Base.FishingRod<br>Base.FishingRodBreak<br>Base.FishingRodTwineLine
}}
Used for catching fish in bodies of water.
Used for catching fish in bodies of water.


Line 13: Line 43:


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|6005}}
{{RecipeLookup|6005}}
{{RecipeLookup|6006}}
{{RecipeLookup|6006}}
|}
{{Crafting table footer}}


== Code ==
== Code ==
<nowiki>item FishingRod
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
 
[[File:FishingRod.png]] ''Fishing Rod''
{{Retrieved|version=41|incver=24}}
<pre>item FishingRod
    {
        MaxRange = 1.7,
        WeaponSprite = FishingRod_Modern,
        MinAngle = 0.65,
        Type = Weapon,
        MinimumSwingTime = 2,
        KnockBackOnNoDeath = FALSE,
        SwingAmountBeforeImpact = 0.02,
        Categories = Improvised;Blunt,
        ConditionLowerChanceOneIn = 1,
        Weight = 0.4,
        SplatNumber = 1,
        PushBackMod = 0.3,
        SubCategory = Swinging,
        ConditionMax = 3,
        MaxHitCount = 2,
        DoorDamage = 1,
        SwingAnim = Bat,
        DisplayName = Fishing Rod,
        MinRange = 0.61,
        SwingTime = 2,
        KnockdownMod = 0,
        SplatBloodOnNoDeath = FALSE,
        Icon = FishingRod,
        RunAnim = Run_Weapon2,
        IdleAnim = Idle_Weapon2,
        BreakSound  = BreakWoodItem,
        TreeDamage  = 0,
        TwoHandWeapon = TRUE,
        CriticalChance = 5,
        CritDmgMultiplier = 2,
        MinDamage = 0.2,
        MaxDamage = 0.3,
        BaseSpeed = 1.3,
        AttachmentType = Shovel,
        SurvivalGear = TRUE,
    }</pre>
 
[[File:FishingRodBreak.png]] ''Fishing Rod Without Line''
{{Retrieved|version=41|incver=24}}
<pre>item FishingRodBreak
     {
     {
         MaxRange = 1.5,
         MaxRange = 1.7,
         WeaponSprite = Poolcue,
         WeaponSprite = FishingRod_Crafted,
         MinAngle = 0.2,
         MinAngle = 0.65,
         Type = Weapon,
         Type = Weapon,
         MinimumSwingTime = 2,
         MinimumSwingTime = 2,
         KnockBackOnNoDeath = FALSE,
         KnockBackOnNoDeath = FALSE,
         SwingAmountBeforeImpact = 0.02,
         SwingAmountBeforeImpact = 0.02,
         Categories = Improvised;Blunt,
         Categories = Improvised;Blunt,
         ConditionLowerChanceOneIn = 1,
         ConditionLowerChanceOneIn = 1,
         Weight = 0.4,
         Weight = 0.4,
         SplatNumber = 0,
         SplatNumber = 1,
         PushBackMod = 0.3,
         PushBackMod = 0.3,
        MaxDamage = 0.7,
         SubCategory = Swinging,
         SubCategory = Swinging,
         ConditionMax = 3,
         ConditionMax = 3,
         MaxHitCount = 2,
         MaxHitCount = 2,
         DoorDamage = 1,
         DoorDamage = 2,
         SwingAnim = Bat,
         SwingAnim = Bat,
         DisplayName = Fishing Rod Without line,
        WeaponWeight = 1,
         MinRange = 0.61,
         DisplayName = Fishing Rod,
         SwingTime = 2,
         MinRange = 0.61,
         KnockdownMod = 0,
         SwingTime = 2,
         SplatBloodOnNoDeath = FALSE,
        MinDamage = 0.5,
         Icon = FishingRodBreak,
         KnockdownMod = 0,
         RunAnim = Run_Weapon2,
         SplatBloodOnNoDeath = FALSE,
         IdleAnim = Idle_Weapon2,
         Icon = FishingRod,
         BreakSound = BreakWoodItem,
         RunAnim = Run_Weapon2,
         TreeDamage = 0,
         IdleAnim = Idle_Weapon2,
        Tooltip = Tooltip_BrokenRod,
         BreakSound =   PZ_WoodSnap,
        TwoHandWeapon = TRUE,
         TreeDamage =   0,
        CriticalChance = 5,
     }
        CritDmgMultiplier = 2,
        MinDamage = 0.2,
        MaxDamage = 0.3,
        BaseSpeed = 1.3,
        AttachmentType = Shovel,
     }</pre>


item FishingRodTwineLine
[[File:FishingRod.png]] ''Fishing Rod (Twine Line)''
{{Retrieved|version=41|incver=24}}
<pre>    item FishingRodTwineLine
     {
     {
         MaxRange = 1.5,
         MaxRange = 1.7,
         WeaponSprite = Poolcue,
         WeaponSprite = FishingRod_Modern,
         MinAngle = 0.2,
         MinAngle = 0.65,
         Type = Weapon,
         Type = Weapon,
         MinimumSwingTime = 2,
         MinimumSwingTime = 2,
         KnockBackOnNoDeath = FALSE,
         KnockBackOnNoDeath = FALSE,
         SwingAmountBeforeImpact = 0.02,
         SwingAmountBeforeImpact = 0.02,
         Categories = Improvised;Blunt,
         Categories = Improvised;Blunt,
         ConditionLowerChanceOneIn = 1,
         ConditionLowerChanceOneIn = 1,
         Weight = 0.4,
         Weight = 0.4,
         SplatNumber = 0,
         SplatNumber = 1,
         PushBackMod = 0.3,
         PushBackMod = 0.3,
        MaxDamage = 0.7,
         SubCategory = Swinging,
         SubCategory = Swinging,
         ConditionMax = 3,
         ConditionMax = 3,
         MaxHitCount = 2,
         MaxHitCount = 2,
         DoorDamage = 1,
         DoorDamage = 2,
         SwingAnim = Bat,
         SwingAnim = Bat,
         DisplayName = Fishing Rod,
        WeaponWeight = 1,
         MinRange = 0.61,
         DisplayName = Fishing Rod,
         SwingTime = 2,
         MinRange = 0.61,
         KnockdownMod = 0,
         SwingTime = 2,
         SplatBloodOnNoDeath = FALSE,
        MinDamage = 0.5,
         Icon = FishingRod,
         KnockdownMod = 0,
         RunAnim = Run_Weapon2,
         SplatBloodOnNoDeath = FALSE,
         IdleAnim = Idle_Weapon2,
         Icon = FishingRod,
         BreakSound = BreakWoodItem,
         RunAnim = Run_Weapon2,
         TreeDamage = 0,
         IdleAnim = Idle_Weapon2,
        TwoHandWeapon = TRUE,
         BreakSound =   PZ_WoodSnap,
        CriticalChance = 5,
         TreeDamage =   0,
        CritDmgMultiplier = 2,
     }</nowiki>
        MinDamage = 0.2,
        MaxDamage = 0.3,
        BaseSpeed = 1.3,
        AttachmentType = Shovel,
     }</pre>


==See Also==
==See also==
* [[Fishing]]
* [[Fishing]]
* [[Fishing Rod Without line]]
* [[Fishing Rod (Crafted)]]
* [[Fishing Rod (Crafted)]]




{{Navbox/Tools}}{{Navbox/Weapons}}
{{Navbox/Tools}}{{Navbox/Weapons}}{{Navbox_weapons}}


[[Category:Tools]]
[[Category:Tools]]

Revision as of 02:50, 7 January 2020

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Fishing Rod
Fishing Rod
Fishing Rod Fishing Rod Without Line Fishing Rod (Twine Line)
General
Category Weapon
Encumbrance
Heavy Load
0.4
Function Fishing
Equipped Two-Handed
Condition max. 3
Skill Long Blunt
Damage
Type Blunt
Attack speed 2
Range 0.61–1.7 tiles
Damage 0.2–0.3
Knockback 0.3
Knockdown 0
Technical details
Base ID Base.FishingRod
Base.FishingRodBreak
Base.FishingRodTwineLine

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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

From items_weapons.txt (Project Zomboid directory/media/scripts/)

FishingRod.png Fishing Rod Retrieved: Build 41.24

item FishingRod
    {
        MaxRange			= 1.7,
        WeaponSprite			= FishingRod_Modern,
        MinAngle			= 0.65,
        Type				= Weapon,
        MinimumSwingTime		= 2,
        KnockBackOnNoDeath		= FALSE,
        SwingAmountBeforeImpact		= 0.02,
        Categories			= Improvised;Blunt,
        ConditionLowerChanceOneIn	= 1,
        Weight				= 0.4,
        SplatNumber			= 1,
        PushBackMod			= 0.3,
        SubCategory			= Swinging,
        ConditionMax			= 3,
        MaxHitCount			= 2,
        DoorDamage			= 1,
        SwingAnim			= Bat,
        DisplayName			= Fishing Rod,
        MinRange			= 0.61,
        SwingTime			= 2,
        KnockdownMod			= 0,
        SplatBloodOnNoDeath		= FALSE,
        Icon				= FishingRod,
        RunAnim				= Run_Weapon2,
        IdleAnim			= Idle_Weapon2,
        BreakSound  			= BreakWoodItem,
        TreeDamage  			= 0,
        TwoHandWeapon 			= TRUE,
        CriticalChance			= 5,
        CritDmgMultiplier 		= 2,
        MinDamage			= 0.2,
        MaxDamage			= 0.3,
        BaseSpeed 			= 1.3,
        AttachmentType 			= Shovel,
        SurvivalGear 			= TRUE,
    }

FishingRodBreak.png Fishing Rod Without Line Retrieved: Build 41.24

item FishingRodBreak
    {
        MaxRange			= 1.7,
        WeaponSprite			= FishingRod_Crafted,
        MinAngle			= 0.65,
        Type				= Weapon,
        MinimumSwingTime		= 2,
        KnockBackOnNoDeath		= FALSE,
        SwingAmountBeforeImpact		= 0.02,
        Categories			= Improvised;Blunt,
        ConditionLowerChanceOneIn	= 1,
        Weight				= 0.4,
        SplatNumber			= 1,
        PushBackMod			= 0.3,
        SubCategory			= Swinging,
        ConditionMax			= 3,
        MaxHitCount			= 2,
        DoorDamage			= 1,
        SwingAnim			= Bat,
        DisplayName			= Fishing Rod Without line,
        MinRange			= 0.61,
        SwingTime			= 2,
        KnockdownMod			= 0,
        SplatBloodOnNoDeath		= FALSE,
        Icon				= FishingRodBreak,
        RunAnim				= Run_Weapon2,
        IdleAnim			= Idle_Weapon2,
        BreakSound  			= BreakWoodItem,
        TreeDamage  			= 0,
        Tooltip 			= Tooltip_BrokenRod,
        TwoHandWeapon 			= TRUE,
        CriticalChance			= 5,
        CritDmgMultiplier 		= 2,
        MinDamage			= 0.2,
        MaxDamage			= 0.3,
        BaseSpeed 			= 1.3,
        AttachmentType 			= Shovel,
    }

FishingRod.png Fishing Rod (Twine Line) Retrieved: Build 41.24

    item FishingRodTwineLine
    {
        MaxRange			= 1.7,
        WeaponSprite			= FishingRod_Modern,
        MinAngle			= 0.65,
        Type				= Weapon,
        MinimumSwingTime		= 2,
        KnockBackOnNoDeath		= FALSE,
        SwingAmountBeforeImpact		= 0.02,
        Categories			= Improvised;Blunt,
        ConditionLowerChanceOneIn	= 1,
        Weight				= 0.4,
        SplatNumber			= 1,
        PushBackMod			= 0.3,
        SubCategory			= Swinging,
        ConditionMax			= 3,
        MaxHitCount			= 2,
        DoorDamage			= 1,
        SwingAnim			= Bat,
        DisplayName			= Fishing Rod,
        MinRange			= 0.61,
        SwingTime			= 2,
        KnockdownMod			= 0,
        SplatBloodOnNoDeath		= FALSE,
        Icon				= FishingRod,
        RunAnim				= Run_Weapon2,
        IdleAnim			= Idle_Weapon2,
        BreakSound  			= BreakWoodItem,
        TreeDamage  			= 0,
        TwoHandWeapon 			= TRUE,
        CriticalChance			= 5,
        CritDmgMultiplier 		= 2,
        MinDamage			= 0.2,
        MaxDamage			= 0.3,
        BaseSpeed 			= 1.3,
        AttachmentType 			= Shovel,
    }

See also


Template:Navbox/ToolsTemplate:Navbox/Weapons