Fishing Rod without Line: Difference between revisions

From PZwiki
Fishing Rod without Line
(PZ Updater automated execution(task: deploy ReLookup, eid: c332893631d7eb73bb9bb369f5ba8eb4))
m (→‎Crafting: file fix (A-L), replaced: File:FISHFishingRod.png → File:FishingRod.png (2))
Line 11: Line 11:
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 6005 -->
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 6005 -->
{{Crafting/core|ing=3
{{Crafting/core|ing=3
  | product_image = [[File:FISHFishingRod.png|link=Fishing Rod|Fishing Rod]] | product_name = [[Fishing Rod]] | product_quantity = x1
  | product_image = [[File:FishingRod.png|link=Fishing Rod|Fishing Rod]] | product_name = [[Fishing Rod]] | product_quantity = x1
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | sl = ''none''
  | sl = ''none''
Line 21: Line 21:
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 6006 -->
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 6006 -->
{{Crafting/core|ing=3
{{Crafting/core|ing=3
  | product_image = [[File:FISHFishingRod.png]] | product_name = [[Fishing Rod|Fishing Rod<br>with Twine Line]] | product_quantity = x1
  | product_image = [[File:FishingRod.png]] | product_name = [[Fishing Rod|Fishing Rod<br>with Twine Line]] | product_quantity = x1
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | sl = ''none''
  | sl = ''none''

Revision as of 15:46, 5 April 2022

Furniture Pickup.png
It has been suggested that this article be merged with Fishing Rod.

Template:Weapons

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Fishing Rod
Fishing Rod x1
none Angler USA Magazine Vol.1 Fishing Rod Without line
Fishing Rod x1
(consumed)
Fishing Line
Fishing Line x2
(consumed)
File:Nailclip.png
Nails
or
Paperclip x1
(consumed)
FishingRod.png
Fishing Rod
with Twine Line
x1
none Angler USA Magazine Vol.1 Fishing Rod Without line
Fishing Rod x1
(consumed)
Twine
Twine (2 units)
(consumed)
File:Nailclip.png
Nails
or
Paperclip x1
(consumed)


Code

item FishingRodBreak
        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 Without line,
        MinRange	=	0.61,
        SwingTime	=	2,
        MinDamage	=	0.5,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	FishingRodBreak,
        RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   PZ_WoodSnap,
        TreeDamage  =   0,

See Also

Template:Navbox/Weapons