Sling

From PZwiki
Revision as of 16:22, 2 June 2019 by Vaileasys (talk | contribs) (added header and new infobox)
Sling
Sling
General
Category Weapon mod
Encumbrance
Heavy Load
0.5
Weapon(s) RifleHunting.png RifleVarmint.png Shotgun2.png
Part type Scope
Modifiers
Encumbrance -0.3
Technical details
Item ID Base.Sling
Weapon attachment. Reduces firearm carry-weight.
— In-game tooltip

A sling is a weapon mod.

Usage

A sling is an attachment for the hunting rifle, varmint rifle and shotgun, it reduces the weight of the weapon by -0.3.

Can be added to guns using a screwdriver.

Compatible weapons

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

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

See also

Template:Navbox/Weapons