Recoil Pad: Difference between revisions

From PZwiki
(Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = MODRecoilPad.png |weight = 0.1 }} ==Description== ==Compatible Weapons== File:VarmintRifle.png|32px|link=Varmint Rifle...")
 
Line 6: Line 6:
}}
}}
==Description==
==Description==
Can be added to guns using a [[screwdriver]].


==Compatible Weapons==
==Compatible Weapons==

Revision as of 02:47, 9 May 2018

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


Description

Can be added to guns using a screwdriver.

Compatible Weapons

Varmint Rifle MSR700 Rifle
Hunting Rifle MSR788 Rifle

Code

item RecoilPad
    {
        Type = WeaponPart,
        DisplayName = Recoil Pad,
        Icon = RifleRecoilPad,
        Weight = 0.1,
        WeightModifier = 0.1,
        RecoilDelayModifier = 5,
        MountOn = HuntingRifle; VarmintRifle,
        PartType = RecoilPad,
        Tooltip = Tooltip_RecoilPad,
    }

History

Alpha
- -

See Also


Template:Navbox/Weapons