Laser

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (40.43).
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.
Laser
Handgun Laser Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Used in
HandGun.png HandGun2.png HandGun3.png AssaultRifle2.png AssaultRifle.png
Part type
Canon
Performance
Accuracy
5
Encumbrance mod.
0.2
Technical
Item ID
Base.Laser
Weapon attachment. Increases firearm accuracy.
— In-game tooltip

A laser is a weapon mod.

Usage

Increases a pistols accuracy.

Can be added to a pistol using a screwdriver.

Compatible weapons

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
garagestorage locker 4 6
gunstore counter 4 6

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Laser
{
    DisplayCategory     = WeaponPart,
    Type                = WeaponPart,
    DisplayName         = Laser,
    Icon                = HandgunLaser,
    Weight              = 0.2,
    WeightModifier      = 0.2,
    HitChanceModifier   = 5,
    MountOn             = Pistol; Pistol2; Pistol3; AssaultRifle; AssaultRifle2,
    PartType            = Canon,
    Tooltip             = Tooltip_Laser,
    MetalValue          = 15,
    WorldStaticModel    = Handgun_Laser_Ground,
}

See also