Fishing Rod: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 35: Line 35:
|class_name=Base.FishingRod<br>Base.FishingRodBreak<br>Base.FishingRodTwineLine
|class_name=Base.FishingRod<br>Base.FishingRodBreak<br>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.
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.


'''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.'''
'''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.'''

Revision as of 17:24, 19 November 2021

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.55 tiles
Damage 0.2–0.3
Knockback 0.3
Knockdown 0
Technical details
Base 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.

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.50

	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,

FishingRodBreak.png Fishing Rod without Line Retrieved: Build 41.50

	item FishingRodBreak
		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  		= 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.50

	item FishingRodTwineLine
		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,
		Tags 			= FishingRod,

See also


Template:Navbox/ToolsTemplate:Navbox/Weapons