Fishing Rod (crafted): Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(new infobox)
Line 1: Line 1:
{{languages|Fishing Rod (crafted)}}{{Tools
{{languages|Fishing Rod (crafted)}}{{header|The Game World|Items|Weapons|Melee Weapons|version=Version 41|incver=24}}
|image = FishingRod_crafted.png
{{Notice|Short}}{{Infobox weapon
|primaryuse = Fishing
|display_name=Fishing Rod (craftged)
|otheruses = Weapon  
|name_colour=weapon
|weight = 0.4
|name_text_colour=weapon
}}{{Notice|Short}}
|image=FishingRod crafted Model.png
|image_width=200px
|alternate_image=FishingRod_crafted.png
|alternate_name=Fishing Rod
|alternate_link=
|alternate_image2=FishingRod_crafted.png
|alternate_name2=Fishing Rod (Twine Line)
|alternate_link2=
<!--GENERAL-->
|category=Weapon
|weight=0.4
|function=[[Fishing]]
|equipped=Two-Handed
|condition_max=3
<!--DAMAGE-->
|type=Blunt
|swing_time=2
|min_range=0.61
|max_range=1.7
|min_damage=0.2
|max_damage=0.3
|push_back=0.3
|knockdown=0
<!--TECHNICAL DETAILS-->
|ingredients=
|class_name=Base.CraftedFishingRod<br>Base.CraftedFishingRodTwineLine
}}
Crafted Fishing Rod & Crafted Fishing Rod with Twine Line<br>
Crafted Fishing Rod & Crafted Fishing Rod with Twine Line<br>
DisplayName = '''Fishing Rod'''
DisplayName = '''Fishing Rod'''


== Crafting ==
== Crafting ==
{| class="pztable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|6007}}
{{RecipeLookup|6007}}
{{RecipeLookup|6008}}
{{RecipeLookup|6008}}
|}
{{Crafting table footer}}


== Code ==
== Code ==

Revision as of 03:59, 7 January 2020

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 (craftged)
Fishing Rod (craftged)
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
DisplayName = Fishing Rod

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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