Fishing Rod (crafted): Difference between revisions

From PZwiki
(updated infobox, intro, usage, condition and CodeBox)
m (Automated Formatting)
 
(27 intermediate revisions by 5 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=78.16}}
{{Page version|41.78.16}}
{{Infobox weapon
{{Infobox item
|display_name=Fishing Rod (crafted)
|name=Fishing Rod
|name_colour=weapon
|model=FishingRod_crafted_Model.png
|name_text_colour=weapon
|icon=FishingRod_crafted.png
|image=FishingRod crafted Model.png
|icon_name=Fishing Rod
|image_width=200px
|model2=FishingRod_crafted_Model.png
|alternate_image=FishingRod_crafted.png
|icon2=FishingRod_crafted.png
|alternate_name=Fishing Rod
|icon_name2=Fishing Rod (Twine Line)
|alternate_link=
|alternate_image2=FishingRod_crafted.png
|alternate_name2=Fishing Rod (Twine Line)
|alternate_link2=
<!--GENERAL-->
<!--GENERAL-->
|category=Fishing
|category=Weapon
|weight=0.4
|weight=0.4
|function=[[Fishing]]
|equipped=Two-Handed
|equipped=Two-Handed
|condition_max=3
|attachment_type=Shovel
|attachment_type=Shovel
|function=Fishing
|skill_type=Blunt
|skill_type=Blunt
<!--PROPERTIES-->
|material=<!-- E.g. Metal -->
|material_value=<!-- E.g. MetalValue attribute -->
|condition_max=3
<!--DAMAGE-->
<!--DAMAGE-->
|type=Blunt
|damage_type=Blunt
|base_speed=1.3
|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
|door_damage=1
|crit_multiplier=2x
|tree_damage=0
|tree_damage=0
|door_damage=1
|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=Sharp knife<br>[[Sturdy Stick]]<br>2×[[Fishing Line]] or [[Twine]]<br>[[Paperclip]] or [[Nails]]<br>{{sup|(Learned)}}
|crit_multiplier=2
|class_name=Base.CraftedFishingRod<br>Base.CraftedFishingRodTwineLine
<!-- TECHNICAL -->
}}{{About|the crafted fishing rod|the un-crafted fishing rod|Fishing Rod}}
|item_id=Base.CraftedFishingRod<br>Base.CraftedFishingRodTwineLine
A fishing rod is a crafted [[fishing]] tool or improvised [[Weapons|weapon]].  
}}
{{About|the crafted fishing rod|the spawned, non-crafted fishing rod|Fishing Rod}}
A '''fishing rod''' is a crafted [[fishing]] tool and a makeshift [[Weapons|weapon]].


==Usage==
==Usage==
===Fishing===
===Fishing===
{{Main|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.
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 a new fishing rod can be crafted from the resulting [[Sturdy Stick|sturdy stick]].


===Weapon===
===Weapon===
Line 49: Line 50:


==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 ''[[Angler USA Magazine|Angler USA Magazine Vol. 1]]''
To craft a fishing rod, the player must have picked either the [[Occupation#Fisherman|"Fisherman" occupation]] or [[Traits|"Angler" trait]] during character creation. Otherwise, it will be available after reading ''[[Angler USA Magazine|Angler USA Magazine Vol. 1]]''. There is also a regular [[Fishing Rod|fishing rod]] that can be repaired when breaks.


{{Crafting header|ing=3}}
===Fishing===
{{Crafting fishing|002|ing=3}}
{{Main|Fishing}}
|}
''For the crafted fishing rod, see: [[Fishing Rod (crafted)]]''
{{Crafting/sandbox2
|fishing_rod_crafted
}}


==Condition==
==Condition==
While fishing, the line can break, leaving a [[Sturdy Stick|sturdy stick]], and will need to be crafted again. This is unrelated to the durability of the item, where the rod/stick will break, rather than the line.  
While fishing, the line can break, leaving a [[Sturdy Stick|sturdy stick]], and will need to be crafted again. This is unrelated to the durability of the item, where the rod/stick will break, rather than the line.


The fishing rod has a maximum condition of 3, with a degradation rate influenced by the [[Skills|long blunt]] and [[Skills|maintenance]] skills. The chance of losing [[durability]] can be simplified to the following formula: <code>1 in (1 + maintenanceMod &times; 2)</code>. Where "maintenanceMod" is calculated using the long blunt and maintenance skills.<br>
The fishing rod has a maximum condition of 3, with a degradation rate influenced by the [[Skills|long blunt]] and [[Skills|maintenance]] skills. The chance of losing [[durability]] can be simplified to the following formula: <code>1 in (1 + maintenanceMod &times; 2)</code>. Where "maintenanceMod" is calculated using the long blunt and maintenance skills.<br>
Below is an example of the chance of losing durability at varying levels of the [[Skills|maintenance]] and [[Skills|long blunt]] skills.
Below is an example of the chance of losing durability at varying levels of the [[Skills|maintenance]] and [[Skills|long blunt]] skills.
{{Durability weapon|1}}
{{Durability weapon|1}}
==Distribution==
{{Stub|section=true}}


==Code==
==Code==
Line 71: Line 78:
   | source = items_weapons.txt
   | source = items_weapons.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
    item CraftedFishingRod
item CraftedFishingRod
     {
     {
         DisplayCategory = Fishing,
         DisplayCategory = Fishing,
Line 127: Line 133:
   | source = items_weapons.txt
   | source = items_weapons.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
    item CraftedFishingRodTwineLine
item CraftedFishingRodTwineLine
     {
     {
         DisplayCategory = Fishing,
         DisplayCategory = Fishing,
Line 180: Line 185:
*[[Fishing Rod]]
*[[Fishing Rod]]


{{Navbox equipment}}
{{Navbox items|blunt}}
{{Navbox weapons}}
 
 


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

Latest revision as of 08:31, 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]
Fishing Rod
FishingRod crafted 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.CraftedFishingRod
Base.CraftedFishingRodTwineLine
PlushSpiffo.pngThis article is about the crafted fishing rod. For the spawned, non-crafted fishing rod, see Fishing Rod.

A fishing rod is a crafted 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 a new fishing rod can be crafted from the resulting sturdy stick.

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.

Crafting

To craft a fishing rod, the player must have picked either the "Fisherman" occupation or "Angler" trait during character creation. Otherwise, it will be available after reading Angler USA Magazine Vol. 1. There is also a regular fishing rod that can be repaired when breaks.

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
One of:
Fishing Line.png Fishing Line ×1
Twine.png Twine ×2 unit(s)
One of:
Nails.png Nails ×1
Paperclip.png Paperclip ×1
Each of:
TZ WoodenStick.png Sturdy Stick ×1
none
MagazineFish.png
Angler USA Magazine Vol.1
none none

Condition

While fishing, the line can break, leaving a sturdy stick, and will need to be crafted again. This is unrelated to the durability of the item, where the rod/stick will break, rather than the line.

The fishing rod has a maximum condition of 3, with a degradation rate influenced by the long blunt and maintenance skills. The chance of losing durability can be simplified to the following formula: 1 in (1 + maintenanceMod × 2). Where "maintenanceMod" is calculated using the long blunt and maintenance skills.
Below is an example of the chance of losing durability at varying levels of the maintenance and long blunt skills.

For how this is calculated, see: Condition
Maintenance skill Weapon skill Condition lower chance
0 0 1/1 (100%)
0 4 1/3 (33%)
0 8 1/5 (20%)
4 0 1/5 (20%)
8 0 1/9 (11%)
4 4 1/7 (14%)
4 8 1/9 (11%)
8 8 1/13 (8%)
10 10 1/15 (7%)

Distribution

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

Code

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

FishingRod crafted.png Base.CraftedFishingRod
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item CraftedFishingRod
    {
        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,
        MinRange	=	0.61,
        SwingTime	=	2,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	FishingRod_crafted,
        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,
    }


FishingRod crafted.png Base.CraftedFishingRodTwineLine
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item CraftedFishingRodTwineLine
    {
        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,
        MinRange	=	0.61,
        SwingTime	=	2,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	FishingRod_crafted,
        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,
    }

See also