Fishing Rod (crafted): Difference between revisions

From PZwiki
(→‎Crafting: old templated replaced)
m (Remove old templates, minor cleanup)
Line 1: Line 1:
{{languages|Fishing Rod (crafted)}}{{header|The Game World|Items|Weapons|Melee Weapons|version=Version 41|incver=24}}
{{Languages}}{{Header|The Game World|Items|Weapons|Melee Weapons|version=Version 41|incver=24}}{{Notice|Short}}{{Infobox weapon
{{Notice|Short}}{{Infobox weapon
|display_name=Fishing Rod (crafted)
|display_name=Fishing Rod (crafted)
|name_colour=weapon
|name_colour=weapon
Line 30: Line 29:
|ingredients=
|ingredients=
|class_name=Base.CraftedFishingRod<br>Base.CraftedFishingRodTwineLine
|class_name=Base.CraftedFishingRod<br>Base.CraftedFishingRodTwineLine
}}
}}Crafted Fishing Rod & Crafted Fishing Rod with Twine Line
Crafted Fishing Rod & Crafted Fishing Rod with Twine Line<br>
DisplayName = '''Fishing Rod'''


== 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}}''
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}}''


Line 44: Line 41:
|}
|}


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''


''Crafted Fishing Rod'' [[File:FishingRod_crafted.png]]
''Crafted Fishing Rod'' [[File:FishingRod_crafted.png]]
<nowiki>item CraftedFishingRod
<pre>
item CraftedFishingRod
MaxRange = 1.5,
MaxRange = 1.5,
WeaponSprite = Poolcue,
WeaponSprite = Poolcue,
Line 79: Line 77:
BreakSound  = PZ_WoodSnap,
BreakSound  = PZ_WoodSnap,
TreeDamage  = 0,
TreeDamage  = 0,
</nowiki>
</pre>


''Crafted Fishing Rod (Twine Line) [[File:FishingRod_crafted.png]]
''Crafted Fishing Rod (Twine Line) [[File:FishingRod_crafted.png]]
<nowiki> item CraftedFishingRodTwineLine
<pre>
item CraftedFishingRodTwineLine
MaxRange = 1.5,
MaxRange = 1.5,
WeaponSprite = Poolcue,
WeaponSprite = Poolcue,
Line 113: Line 112:
BreakSound  = PZ_WoodSnap,
BreakSound  = PZ_WoodSnap,
TreeDamage  = 0,
TreeDamage  = 0,
</nowiki>
</pre>


==See also==
==See also==
* [[Fishing]]
*[[Fishing]]
* [[Fishing Rod]]
*[[Fishing Rod]]


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


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

Revision as of 02:56, 5 March 2023

The Game WorldItemsWeaponsMelee WeaponsFishing Rod (crafted)
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 (crafted)
Fishing Rod (crafted)
Fishing Rod 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.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
Fishing Rod
Fishing Rod
0 XP none Angler USA Magazine Vol. 1
(keep)
TZ WoodenStick.png
Sturdy Stick
(consumed)
FishingRod.png
Fishing Rod
0 XP none Angler USA Magazine Vol. 1 Fishing Rod without Line
Fishing Rod without Line
(consumed)

(2 units)

(consumed)

Code

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

Crafted Fishing Rod FishingRod crafted.png

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) FishingRod crafted.png

	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