Sling

From PZwiki
Revision as of 14:10, 6 June 2018 by Vaileasys (talk | contribs)
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


Description

A Sling is a attachment for the MSR788 Rifle, MSR700 Rifle and Shotgun (disambiguation), it reduces the weight of the weapon by a negative -0.3 and so can be useful when you have to transport large amount of items without becoming encumbered.

Can be added to guns using a screwdriver.

Compatible Weapons

Shotgun Shotgun (disambiguation)
Varmint Rifle MSR700 Rifle
Hunting Rifle MSR788 Rifle

Code

item Sling
    {
        Type = WeaponPart,
        DisplayName = Sling,
        Icon = GunSling,
        Weight = 0.5,
        WeightModifier = -0.3,
        MountOn = HuntingRifle; VarmintRifle; Shotgun,
        PartType = Sling,
        Tooltip = Tooltip_Sling,
    }

History

Alpha
- -

See Also


Template:Navbox/Weapons