Fishing Rod (crafted): Difference between revisions

From PZwiki
m (Vaileasys moved page Fishing Rod (crafted) to Fishing Rod (crafted) without leaving a redirect: Crafted not part of the item name, no need to be uppercase)
m (clean up, replaced: wikitable → pztable)
Line 1: Line 1:
{{languages|{{PAGENAME}}}}{{Tools
{{languages|Fishing Rod (crafted)}}{{Tools
|image = FishingRod_crafted.png
|image = FishingRod_crafted.png
|primaryuse = Fishing
|primaryuse = Fishing
Line 9: Line 9:


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="pztable sortable" style="text-align:center;"  
|-  
|-  
! Name  
! Name  
Line 90: Line 90:
</nowiki>
</nowiki>


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

Revision as of 15:57, 11 May 2019

Template:Tools

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

Crafted Fishing Rod & Crafted Fishing Rod with Twine Line
DisplayName = Fishing Rod

Crafting

Name Recipe Description Skill Level
























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

Template:Navbox/Tools Template:Navbox/Weapons