Fiberglass Stock

From PZwiki
Revision as of 10:21, 24 November 2021 by Thing II (talk | contribs) (Add iwbums navbox)
The Game WorldItemsWeaponsFirearmsWeapon PartsFiberglass Stock
Fiberglass Stock
Fiberglass Stock
General
Category Weapon mod
Encumbrance
Heavy Load
1.0
Weapon(s) RifleHunting.png RifleVarmint.png
Part type Stock
Modifiers
Encumbrance -0.5
Accuracy 8
Technical details
Item ID Base.FiberglassStock
Weapon attachment. Decreases firearm weight and increases accuracy.
— In-game tooltip

A fiberglass stock is a weapon mod.

Usage

Decreases the weight of the weapon while also increasing the accuracy.

Can be added to guns using a screwdriver.

Compatible Weapons

Code

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

	item FiberglassStock
		Type 			= WeaponPart,
		DisplayName 		= Fiberglass Stock,
		Icon 			= RifleFibreglassStock,
		Weight 			= 1,
		WeightModifier 		= -0.5,
		HitChanceModifier 	= 8,
		MountOn 		= HuntingRifle; VarmintRifle,
		PartType 		= Stock,
		Tooltip 		= Tooltip_FiberglassStock,

See also

Template:Navbox/Weapons