Sling: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 41|incver=65}}
{{Languages}}
{{Reupload}} <!-- Needs model image in infobox along with variants in a <gallery> section-->
{{Header|Project Zomboid|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 41|incver=65}}
{{Reupload|Missing 3D model}}
{{Infobox weapon mod
{{Infobox weapon mod
|display_name=Sling
|display_name=Sling
Line 15: Line 16:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Sling
|class_name=Base.Sling
}}{{quote|text=Weapon attachment. Reduces firearm carry-weight.|author=In-game tooltip}}A '''sling''' is a weapon mod.
}}
{{Quote|text=Weapon attachment. Reduces firearm carry-weight.|author=In-game tooltip}}
A '''sling''' is a weapon mod.


==Usage==
==Usage==
This item can be attached to a [[JS-2000 Shotgun]], [[MSR700 Rifle]], or [[MSR788 Rifle]], using a [[screwdriver]], thus reducing weight of the firearm by 0.3.  
This item can be attached to a [[JS-2000 Shotgun|JS-2000 shotgun]], [[MSR700 Rifle|MSR700 rifle]], or [[MSR788 Rifle|MSR788 rifle]], using a [[screwdriver]], thus reducing encumbrance of the firearm by 0.3.


==Compatible weapons==
==Compatible weapons==
*[[File:Shotgun2.png|32px|link=Shotgun]] [[JS-2000 Shotgun]]
*[[File:Shotgun2.png|link=Shotgun]] [[JS-2000 Shotgun]]
*[[File:RifleVarmint.png|32px|link=Varmint Rifle]] [[MSR700 Rifle]]
*[[File:RifleVarmint.png|link=Varmint Rifle]] [[MSR700 Rifle]]
*[[File:RifleHunting.png|32px|link=Hunting Rifle]] [[MSR788 Rifle]]
*[[File:RifleHunting.png|link=Hunting Rifle]] [[MSR788 Rifle]]


==Code==
==Code==

Revision as of 01:23, 14 January 2024

Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.

Template:Infobox weapon mod

Weapon attachment. Reduces firearm carry-weight.
— In-game tooltip

A sling is a weapon mod.

Usage

This item can be attached to a JS-2000 shotgun, MSR700 rifle, or MSR788 rifle, using a screwdriver, thus reducing encumbrance of the firearm by 0.3.

Compatible weapons

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

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

See also