![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Fishing Rod (crafted)
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Weapons>Melee weapons>Fishing Rod (crafted) | Page updated: Version 41.24 |
---|
![]() |
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics. |
Fishing Rod (crafted) | |||
---|---|---|---|
![]() | |||
| |||
General | |||
Category | Weapon | ||
Weight | 0.4 | ||
Function | Fishing | ||
Equipped | Two-Handed | ||
Condition max. | 3 | ||
Skill | Long Blunt | ||
Damage | |||
Type | Blunt | ||
Attack speed | 2 | ||
Range | 0.61–1.55 tiles | ||
Damage | 0.2–0.3 | ||
Crit chance | 5%% | ||
Tree damage | - | ||
Door damage | 1 | ||
Knockback | 0.3 | ||
Knockdown | 0 | ||
Technical details | |||
Base ID |
Base.CraftedFishingRod Base.CraftedFishingRodTwineLine | ||
Crafted Fishing Rod & Crafted Fishing Rod with Twine Line
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
Fishing
- Main article: Fishing
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 | Ingredient 3 |
---|---|---|---|---|---|---|
![]() Fishing Rod |
none | ![]() |
(keep) |
![]() Sturdy Stick (consumed) |
(2 units) (consumed) | |
![]() Fishing Rod |
none | ![]() |
![]() Fishing Rod without Line (consumed) |
(2 units) (consumed) |
(consumed) |
Code
From newitems.txt (Project Zomboid directory/media/scripts/)
item CraftedFishingRod 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_crafted, RunAnim = Run_Weapon2, IdleAnim = Idle_Weapon2, BreakSound = PZ_WoodSnap, TreeDamage = 0,
Crafted Fishing Rod (Twine Line)
item CraftedFishingRodTwineLine 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_crafted, RunAnim = Run_Weapon2, IdleAnim = Idle_Weapon2, BreakSound = PZ_WoodSnap, TreeDamage = 0,
See also