Fishing Rod: Difference between revisions

From PZwiki
m (→‎top: Category update: "Melee weapons")
m (Automated Formatting)
(32 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Weapons|Melee weapons|Long blunt weapons}}
{{Header|The Game World|Items|Weapons|Melee weapons|version=Version 41|incver=50}}
{{Page version|41.78.16}}
{{Stub}}
{{Split|Fishing Rod without Line|reason=Different model, different name, probably enough to warrant similar page similar to [[Sturdy Stick]]? It previously was separate page, see [[Talk:Fishing Rod without Line|the discussion]]}}
{{Infobox weapon
{{Infobox item
|display_name=Fishing Rod
|name=Fishing Rod
|name_colour=weapon
|model=FishingRod_Model.png
|name_text_colour=weapon
|icon=FishingRod.png
|image=FishingRod_Model.png
|icon_name=Fishing Rod (Fishing Line)
|image_width=200px
|model2=FishingRod_Model.png
|alternate_image=FishingRod.png
|icon2=FishingRod.png
|alternate_name=Fishing Rod
|icon_name2=Fishing Rod (Twine Line)
|alternate_link=
|model3=FishingRod_crafted_Model.png
|alternate_image2=FishingRodBreak.png
|icon3=FishingRodBreak.png
|alternate_name2=Fishing Rod without Line
|icon_name3=Fishing Rod without Line
|alternate_link2=
|alternate_image3=FishingRod.png
|alternate_name3=Fishing Rod (Twine Line)
|alternate_link3=
<!--GENERAL-->
|category=Weapon
|category=Weapon
|weight=0.4
|weight=0.4
|function=[[Fishing]]
|equipped=Two-Handed
|equipped=Two-Handed
|attachment_type=Shovel
|function=Fishing
|skill_type=Blunt
|condition_max=3
|condition_max=3
<!--DAMAGE-->
|damage_type=Blunt
|type=Blunt
|swing_time=2
|min_range=0.61
|max_range=1.55
|min_damage=0.2
|min_damage=0.2
|max_damage=0.3
|max_damage=0.3
|crit_chance=5%
|crit_multiplier=2x
|tree_damage=-
|door_damage=1
|door_damage=1
|tree_damage=0
|min_range=0.61
|max_range=1.55
|base_speed=1.3
|push_back=0.3
|push_back=0.3
|knockdown=0
|knockdown=0
<!--TECHNICAL DETAILS-->
|crit_chance=5
|ingredients=
|crit_multiplier=2x
|class_name=Base.FishingRod<br>Base.FishingRodBreak<br>Base.FishingRodTwineLine
|item_id=Base.FishingRod Base.FishingRodBreak Base.FishingRodTwineLine
}}
}}
The '''fishing rod''' is a tool and weapon that can be used to catch fish, requiring a fishing tackle or bait in order to work. The player can fish by walking up to a body of water, right-clicking on it and selecting the "Fishing" option. Fishing lines can also sometimes break and need to be replaced.
{{About|the spawned, non-crafted fishing rod|the crafted fishing rod|Fishing Rod (crafted)}}
A '''fishing rod''' is a [[fishing]] tool and a makeshift [[Weapons|weapon]].


'''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.'''
==Usage==
===Fishing===
{{Main|Fishing}}
A fishing rod requires some kind of [[Fishing#Bait|bait]], such as [[Fishing Tackle|fishing tackle]] or [[worm]]. The player can fish by walking up to a body of water, right-clicking on it and selecting the "Fishing" option.
 
Fishing lines can also sometimes break and need to be replaced.
 
===Weapon===
The fishing rod can hit up to 2 enemies at a time (with multi-hit enabled), dealing a maximum of 0.3 damage to enemies (unless a critical hit) from up to 1.55 tiles away at an attack speed of 1.3. Unlike [[Fishing Rod (crafted)|crafted fishing rod]], the fishing rod without line can still be used as a weapon after the line breaks.


==Crafting==
==Crafting==
To craft a fishing rod, the player must have picked either the {{T|Occupation#Fisherman|"Fisherman" occupation}} or {{T|Traits|"Angler" trait}} during character creation. Otherwise, it will be available after reading ''{{T|Recipe Magazines|Angler USA Magazine Vol. 1}}''
This fishing rod cannot be crafted, it can only be repaired if the line breaks, requiring either the [[Occupation#Fisherman|"Fisherman" occupation]] or [[Traits|"Angler" trait]] during character creation, otherwise, reading the ''[[Angler USA Magazine|Angler USA Magazine Vol. 1]]''. There is also a [[Fishing Rod (crafted)|fishing rod]] that can be crafted with a stick.


===Fishing===
===Fishing===
{{Main|Fishing}}
{{Main|Fishing}}
{{Crafting header|ing=2}}
''For the crafted fishing rod, see: [[Fishing Rod (crafted)]]''
{{Crafting fishing|001|ing=2}}
{{Crafting/sandbox2
{{Crafting fishing|002|ing=2}}
|fishing_rod
}}
 
==Condition==
{{Stub|section=true}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|camping
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|2
|-
|rowspan="3"|closet
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|1
|}
|}
==Trivia==
*Fishing rod without line uses a [[Fishing Rod (crafted)|crafted fishing rod]] model currently. This seems to be an mistake.


==Code==
==Code==
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|
[[File:FishingRod.png]] ''Fishing Rod''<br>
{{CodeSnip
|lang=java
|line=true
|start=2491
|source=items_weapons.txt
|retrieved=true
|version=41.78.16
|code=    item FishingRod
    {
        DisplayCategory = Fishing,
        MaxRange = 1.55,
        WeaponSprite = FishingRod_Modern,
        MinAngle = 0.8,
        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  =  FishingRodBreak,
        DoorHitSound = FishingRodHit,
HitSound = FishingRodHit,
HitFloorSound = FishingRodHit,
SwingSound = FishingRodSwing,
        TreeDamage  =  0,
        TwoHandWeapon = TRUE,
        CriticalChance = 5,
        CritDmgMultiplier = 2,
        MinDamage = 0.2,
        MaxDamage = 0.3,
        BaseSpeed = 1.3,
        AttachmentType = Shovel,
        SurvivalGear = TRUE,
        Tags = FishingRod,
    }


[[File:FishingRod.png]] ''Fishing Rod''
}}
{{Retrieved|version=41|incver=50}}
<pre>
item FishingRod
MaxRange = 1.55,
WeaponSprite = FishingRod_Modern,
MinAngle = 0.8,
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,
Tags = FishingRod,
</pre>


[[File:FishingRodBreak.png]] ''Fishing Rod without Line''
[[File:FishingRod.png]] ''Fishing Rod (Twine Line)''<br>
{{Retrieved|version=41|incver=50}}
{{CodeSnip
<pre>
|lang=java
item FishingRodBreak
|line=true
MaxRange = 1.55,
|start=2580
WeaponSprite = FishingRod_Crafted,
|source=items_weapons.txt
MinAngle = 0.8,
|retrieved=true
Type = Weapon,
|version=41.78.16
MinimumSwingTime = 2,
|code=   item FishingRodTwineLine
KnockBackOnNoDeath = FALSE,
    {
SwingAmountBeforeImpact = 0.02,
        DisplayCategory = Fishing,
Categories = Improvised;Blunt,
        MaxRange = 1.55,
ConditionLowerChanceOneIn = 1,
        WeaponSprite = FishingRod_Modern,
Weight = 0.4,
        MinAngle = 0.8,
SplatNumber = 1,
        Type = Weapon,
PushBackMod = 0.3,
        MinimumSwingTime = 2,
SubCategory = Swinging,
        KnockBackOnNoDeath = FALSE,
ConditionMax = 3,
        SwingAmountBeforeImpact = 0.02,
MaxHitCount = 2,
        Categories = Improvised;Blunt,
DoorDamage = 1,
        ConditionLowerChanceOneIn = 1,
SwingAnim = Bat,
        Weight = 0.4,
DisplayName = Fishing Rod Without line,
        SplatNumber = 1,
MinRange = 0.61,
        PushBackMod = 0.3,
SwingTime = 2,
        SubCategory = Swinging,
KnockdownMod = 0,
        ConditionMax = 3,
SplatBloodOnNoDeath = FALSE,
        MaxHitCount = 2,
Icon = FishingRodBreak,
        DoorDamage = 1,
RunAnim = Run_Weapon2,
        SwingAnim = Bat,
IdleAnim = Idle_Weapon2,
        DisplayName = Fishing Rod,
BreakSound = BreakWoodItem,
        MinRange = 0.61,
TreeDamage  = 0,
        SwingTime = 2,
Tooltip = Tooltip_BrokenRod,
        KnockdownMod = 0,
TwoHandWeapon = TRUE,
        SplatBloodOnNoDeath = FALSE,
CriticalChance = 5,
        Icon = FishingRod,
CritDmgMultiplier = 2,
        RunAnim = Run_Weapon2,
MinDamage = 0.2,
        IdleAnim = Idle_Weapon2,
MaxDamage = 0.3,
        BreakSound =  FishingRodBreak,
BaseSpeed = 1.3,
        DoorHitSound = FishingRodHit,
AttachmentType = Shovel,
HitSound = FishingRodHit,
</pre>
HitFloorSound = FishingRodHit,
SwingSound = FishingRodSwing,
        TreeDamage  =  0,
        TwoHandWeapon = TRUE,
        CriticalChance = 5,
        CritDmgMultiplier = 2,
        MinDamage = 0.2,
        MaxDamage = 0.3,
        BaseSpeed = 1.3,
        AttachmentType = Shovel,
        Tags = FishingRod,
    }
}}


[[File:FishingRod.png]] ''Fishing Rod (Twine Line)''
[[File:FishingRodBreak.png]] ''Fishing Rod without Line''<br>
{{Retrieved|version=41|incver=50}}
{{CodeSnip
<pre>
|lang=java
item FishingRodTwineLine
|line=true
MaxRange = 1.55,
|start=2536
WeaponSprite = FishingRod_Modern,
|source=items_weapons.txt
MinAngle = 0.8,
|retrieved=true
Type = Weapon,
|version=41.78.16
MinimumSwingTime = 2,
|code=   item FishingRodBreak
KnockBackOnNoDeath = FALSE,
    {
SwingAmountBeforeImpact = 0.02,
        DisplayCategory = Fishing,
Categories = Improvised;Blunt,
        MaxRange = 1.55,
ConditionLowerChanceOneIn = 1,
        WeaponSprite = FishingRod_Crafted,
Weight = 0.4,
        MinAngle = 0.8,
SplatNumber = 1,
        Type = Weapon,
PushBackMod = 0.3,
        MinimumSwingTime = 2,
SubCategory = Swinging,
        KnockBackOnNoDeath = FALSE,
ConditionMax = 3,
        SwingAmountBeforeImpact = 0.02,
MaxHitCount = 2,
        Categories = Improvised;Blunt,
DoorDamage = 1,
        ConditionLowerChanceOneIn = 1,
SwingAnim = Bat,
        Weight = 0.4,
DisplayName = Fishing Rod,
        SplatNumber = 1,
MinRange = 0.61,
        PushBackMod = 0.3,
SwingTime = 2,
        SubCategory = Swinging,
KnockdownMod = 0,
        ConditionMax = 3,
SplatBloodOnNoDeath = FALSE,
        MaxHitCount = 2,
Icon = FishingRod,
        DoorDamage = 1,
RunAnim = Run_Weapon2,
        SwingAnim = Bat,
IdleAnim = Idle_Weapon2,
        DisplayName = Fishing Rod Without line,
BreakSound  = BreakWoodItem,
        MinRange = 0.61,
TreeDamage = 0,
        SwingTime = 2,
TwoHandWeapon = TRUE,
        KnockdownMod = 0,
CriticalChance = 5,
        SplatBloodOnNoDeath = FALSE,
CritDmgMultiplier = 2,
        Icon = FishingRodBreak,
MinDamage = 0.2,
        RunAnim = Run_Weapon2,
MaxDamage = 0.3,
        IdleAnim = Idle_Weapon2,
BaseSpeed = 1.3,
        BreakSound  =  FishingRodBreak,
AttachmentType = Shovel,
        DoorHitSound = FishingRodHit,
Tags = FishingRod,
HitSound = FishingRodHit,
</pre>
HitFloorSound = FishingRodHit,
SwingSound = FishingRodSwing,
        TreeDamage =   0,
        Tooltip = Tooltip_BrokenRod,
        TwoHandWeapon = TRUE,
        CriticalChance = 5,
        CritDmgMultiplier = 2,
        MinDamage = 0.2,
        MaxDamage = 0.3,
        BaseSpeed = 1.3,
        AttachmentType = Shovel,
    }
}}
}}


==See also==
==See also==
*[[Crafted Spear]]
*[[Fishing]]
*[[Fishing]]
*[[Fishing Rod (Crafted)]]
*[[Fishing Rod (crafted)]]
 
{{Navbox items|blunt}}
 


{{Navbox equipment}}
{{Navbox weapons}}


[[Category:Fishing Tools]]
[[Category:Fishing tools]]
[[Category:Weapons]]
[[Category:Tools]]
[[Category:Melee Weapons]]
[[Category:Items]]

Revision as of 08:30, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Scissors.png
It has been suggested that this article should be split into Fishing Rod.
Reason: Different model, different name, probably enough to warrant similar page similar to Sturdy Stick? It previously was separate page, see the discussion
Fishing Rod
FishingRod Model.png
FishingRod Model.png
FishingRod crafted Model.png
General
Category
Weapon
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Equipped
Two-Handed
Slot attached
Back
Function
Fishing
Skill
Properties
Max condition
3
Performance
Damage type
Blunt
Damage
0.2–0.3
Door damage
1
Tree damage
0
Range
0.61–1.55
Attack speed
1.3
Knockback
0.3
Knockdown
0
Crit chance
5%
Technical
Item ID
Base.FishingRod Base.FishingRodBreak Base.FishingRodTwineLine
PlushSpiffo.pngThis article is about the spawned, non-crafted fishing rod. For the crafted fishing rod, see Fishing Rod (crafted).

A fishing rod is a fishing tool and a makeshift weapon.

Usage

Fishing

Main article: Fishing

A fishing rod requires some kind of bait, such as fishing tackle or worm. The player can fish by walking up to a body of water, right-clicking on it and selecting the "Fishing" option.

Fishing lines can also sometimes break and need to be replaced.

Weapon

The fishing rod can hit up to 2 enemies at a time (with multi-hit enabled), dealing a maximum of 0.3 damage to enemies (unless a critical hit) from up to 1.55 tiles away at an attack speed of 1.3. Unlike crafted fishing rod, the fishing rod without line can still be used as a weapon after the line breaks.

Crafting

This fishing rod cannot be crafted, it can only be repaired if the line breaks, requiring either the "Fisherman" occupation or "Angler" trait during character creation, otherwise, reading the Angler USA Magazine Vol. 1. There is also a fishing rod that can be crafted with a stick.

Fishing

Main article: Fishing

For the crafted fishing rod, see: Fishing Rod (crafted)

Product Ingredients Tools Requirements Workstation XP
FishingRod crafted.png
Fishing Rod
One of:
HuntingKnife.png Hunting Knife ×1
KnifeChopping.png Kitchen Knife ×1
Machete.png Machete ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Each of:
TZ WoodenStick.png Sturdy Stick ×1
none
MagazineFish.png
Angler USA Magazine Vol.1
none none

Condition

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

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
camping counter 4 1
counter 4 2
closet crate 4 1
crate 4 2
crate 4 1

Trivia

  • Fishing rod without line uses a crafted fishing rod model currently. This seems to be an mistake.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

FishingRod.png Fishing Rod
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item FishingRod
    {
        DisplayCategory = Fishing,
        MaxRange	=	1.55,
        WeaponSprite	=	FishingRod_Modern,
        MinAngle	=	0.8,
        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  =   FishingRodBreak,
        DoorHitSound = FishingRodHit,
		HitSound = FishingRodHit,
		HitFloorSound = FishingRodHit,
		SwingSound = FishingRodSwing,
        TreeDamage  =   0,
        TwoHandWeapon = TRUE,
        CriticalChance	=	5,
        CritDmgMultiplier = 2,
        MinDamage	=	0.2,
        MaxDamage	=	0.3,
        BaseSpeed = 1.3,
        AttachmentType = Shovel,
        SurvivalGear = TRUE,
        Tags = FishingRod,
    }

FishingRod.png Fishing Rod (Twine Line)
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item FishingRodTwineLine
    {
        DisplayCategory = Fishing,
        MaxRange	=	1.55,
        WeaponSprite	=	FishingRod_Modern,
        MinAngle	=	0.8,
        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  =   FishingRodBreak,
        DoorHitSound = FishingRodHit,
		HitSound = FishingRodHit,
		HitFloorSound = FishingRodHit,
		SwingSound = FishingRodSwing,
        TreeDamage  =   0,
        TwoHandWeapon = TRUE,
        CriticalChance	=	5,
        CritDmgMultiplier = 2,
        MinDamage	=	0.2,
        MaxDamage	=	0.3,
        BaseSpeed = 1.3,
        AttachmentType = Shovel,
        Tags = FishingRod,
    }

FishingRodBreak.png Fishing Rod without Line
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item FishingRodBreak
    {
        DisplayCategory = Fishing,
        MaxRange	=	1.55,
        WeaponSprite	=	FishingRod_Crafted,
        MinAngle	=	0.8,
        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  =   FishingRodBreak,
        DoorHitSound = FishingRodHit,
		HitSound = FishingRodHit,
		HitFloorSound = FishingRodHit,
		SwingSound = FishingRodSwing,
        TreeDamage  =   0,
        Tooltip = Tooltip_BrokenRod,
        TwoHandWeapon = TRUE,
        CriticalChance	=	5,
        CritDmgMultiplier = 2,
        MinDamage	=	0.2,
        MaxDamage	=	0.3,
        BaseSpeed = 1.3,
        AttachmentType = Shovel,
    }

See also