Fiberglass Stock: Difference between revisions

From PZwiki
m (→‎top: Category Project: Weapons)
m (→‎top: New infobox upgrade - Weapon parts)
Line 3: Line 3:
{{page version|41.65}}
{{page version|41.65}}
{{Reupload|Missing 3D model}}
{{Reupload|Missing 3D model}}
{{Infobox weapon mod
{{Infobox item
|display_name=Fiberglass Stock
|name=Fiberglass Stock
|name_colour=Weapon
|model=RifleFibreglassStock.png
|name_text_colour=Weapon
|image=RifleFibreglassStock.png
|image_width=128px
|image_width=128px
<!--GENERAL-->
<!--GENERAL-->
Line 17: Line 15:
|accuracy_mod=8
|accuracy_mod=8
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.FiberglassStock
|item_id=Base.FiberglassStock
}}
}}
{{Quote|text=Weapon attachment. Decreases firearm weight and increases accuracy.|author=In-game tooltip}}
{{Quote|text=Weapon attachment. Decreases firearm weight and increases accuracy.|author=In-game tooltip}}

Revision as of 03:26, 27 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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.
Fiberglass Stock
General
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Used in
RifleVarmint.pngRifleHunting.png
Part type
Stock
Performance
Accuracy
8
Encumbrance mod.
-0.5
Technical
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 encumbrance of the firearm by 0.5, while also increasing its accuracy by 8. Can be attached using a screwdriver.

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 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