Sling: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 8: Line 8:
A Sling is a attachment for the [[Hunting Rifle|Hunting Rifle]], [[Varmint Rifle|Varmint Rifle]] and [[Shotgun|Shotgun]], 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.
A Sling is a attachment for the [[Hunting Rifle|Hunting Rifle]], [[Varmint Rifle|Varmint Rifle]] and [[Shotgun|Shotgun]], 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.
==Compatible Weapons==
==Compatible Weapons==
[[File:Shotgun.png|32px|link=Shotgun|Shotgun]] [[Shotgun|Shotgun]]<br>
[[File:Shotgun2.png|32px|link=Shotgun|Shotgun]] [[Shotgun|Shotgun]]<br>
[[File:VarmintRifle.png|32px|link=Varmint Rifle|Varmint Rifle]] [[Varmint Rifle|Varmint Rifle]]<br>
[[File:VarmintRifle.png|32px|link=Varmint Rifle|Varmint Rifle]] [[Varmint Rifle|Varmint Rifle]]<br>
[[File:HuntingRifle.png|32px|link=Hunting Rifle|Hunting Rifle]] [[Hunting Rifle|Hunting Rifle]]
[[File:HuntingRifle.png|32px|link=Hunting Rifle|Hunting Rifle]] [[Hunting Rifle|Hunting Rifle]]

Revision as of 15:55, 24 March 2016

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.

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