X8 Scope

From PZwiki
Revision as of 11:07, 9 January 2024 by VaileasysBot (talk | contribs) (→‎top: category project: "The Game World")

Template:Infobox weapon mod

Weapon attachment. Increases firearm's maximum range.
— In-game tooltip

A x8 scope is a weapon mod.

Usage

Increases firearms maximum fire range.

Can be added to guns 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 40.43
item x8Scope
{
    Type             = WeaponPart,
    DisplayName      = x8 Scope,
    Icon             = Scope8x,
    Weight           = 0.8,
    WeightModifier   = 0.8,
    MaxRangeModifier = 20,
    MinRangeModifier = 10,
    MountOn          = HuntingRifle; VarmintRifle,
    PartType         = Scope,
    Tooltip          = Tooltip_Scope,
    MetalValue       = 22,
}

See also