Recoil Pad

From PZwiki
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.
Recoil Pad
Rifle RecoilPad Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Used in
MSR700 RifleRifleHunting.pngM14 RifleM16 Assault Rifle
Part type
Recoil pad
Performance
Recoil
-10
Encumbrance mod.
0.1
Technical
Item ID
Base.RecoilPad
Weapon attachment. Reduces firearm recoil and delay to next shot.
— In-game tooltip

A recoil pad is a weapon mod.

Usage

Reduces firearm recoil by 10. 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 RecoilPad
{
    DisplayCategory     = WeaponPart,
    Type                = WeaponPart,
    DisplayName         = Recoil Pad,
    Icon                = RifleRecoilPad,
    Weight              = 0.1,
    WeightModifier      = 0.1,
    RecoilDelayModifier = -10.0,
    MountOn             = HuntingRifle; VarmintRifle; AssaultRifle; AssaultRifle2,
    PartType            = RecoilPad,
    Tooltip             = Tooltip_RecoilPad,
    WorldStaticModel    = Rifle_RecoilPad_Ground,
}

See also