Fiberglass Stock: Difference between revisions

From PZwiki
m (Remove 128px, minor fixes)
m (128px)
Line 4: Line 4:
|name_text_colour=Weapon
|name_text_colour=Weapon
|image=RifleFibreglassStock.png
|image=RifleFibreglassStock.png
|image_width=120px
|image_width=128px
<!--GENERAL-->
<!--GENERAL-->
|weight=1.0
|weight=1.0
Line 14: Line 14:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.FiberglassStock
|class_name=Base.FiberglassStock
}}{{quote|text=Weapon attachment. Decreases firearm weight and increases accuracy.|author=In-game tooltip}}A '''fiberglass stock''' is a weapon mod.
}}{{Quote|text=Weapon attachment. Decreases firearm weight and increases accuracy.|author=In-game tooltip}}A '''fiberglass stock''' is a weapon mod.


==Usage==
==Usage==

Revision as of 15:22, 25 June 2023

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