Fishing Rod without Line: Difference between revisions

From PZwiki
Fishing Rod without Line
(Update template according to boilerplate template for weapons)
(redirect to fishing rod)
Tag: New redirect
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Stub}}
#REDIRECT [[Fishing Rod]]
{{Languages}}
{{Header|The Game World|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=78.16}}
{{Infobox weapon
|display_name=Fishing Rod without Line
|name_colour=Weapon
|name_text_colour=Weapon
|image=FishingRodBreak.png
|image_width=120px
<!--GENERAL-->
|category=Weapon
|weight=0.4
|equipped=Two-handed
|condition_max=3
|attachment_type=Shovel
|skill_type=Blunt
<!--DAMAGE-->
|type=Blunt
|base_speed=2
|min_range=0.61
|max_range=1.55
|min_damage=0.2
|max_damage=0.3
|crit_chance=5
|crit_multiplier=2
|push_back=0.3
|knockdown=0
<!--TECHNICAL DETAILS-->
|class_name=Base.FishingRodBreak
}}
'''Fishing Rod without Line''' is a material to craft {{T|Fishing Rod}}. Can be used as a weapon.
__TOC__
 
==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}}''
 
===Fishing===
{{Main|Fishing}}
{{Crafting header|ing=3}}
{{Crafting fishing|001|ing=3}}
|}
 
==Code==
===Item===
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=78.16}}
<pre>
  item FishingRodBreak
    {
        DisplayCategory = Fishing,
        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 = FishingRodBreak,
        DoorHitSound = FishingRodHit,
        HitSound = FishingRodHit,
        HitFloorSound = FishingRodHit,
        SwingSound = FishingRodSwing,
        TreeDamage = 0,
        Tooltip = Tooltip_BrokenRod,
        TwoHandWeapon = TRUE,
        CriticalChance = 5,
        CritDmgMultiplier = 2,
        MinDamage = 0.2,
        MaxDamage = 0.3,
        BaseSpeed = 1.3,
        AttachmentType = Shovel,
    }       
</pre>
 
==See also==
*{{T|Fishing}}
 
{{Navbox weapons}}
 
[[Category:Weapons]]
[[Category:Melee Weapons]]

Latest revision as of 11:29, 6 January 2024

Redirect to: