Fiberglass Stock

From PZwiki
Revision as of 15:22, 25 June 2023 by Faalagorn (talk | contribs) (128px)
The Game WorldItemsWeaponsFirearmsWeapon PartsFiberglass Stock
Fiberglass Stock
Fiberglass Stock
General
Category Weapon mod
Encumbrance
Heavy Load
1.0
Weapon(s) RifleVarmint.pngRifleHunting.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 firearm by 0.5, while also increasing it's accuracy by 8. Can be attached using a screwdriver.

Compatible Weapons

Code

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

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

See also