X2 Scope

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.
x2 Scope
Rifle 2XScope Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Used in
RifleHunting.png RifleVarmint.png
Part type
Scope
Performance
Min range
+6
Max range
+7
Encumbrance mod.
+0.3
Technical
Item ID
Base.x2Scope
Weapon attachment. Increases firearm's maximum range.
— In-game tooltip

A x2 scope is a weapon mod.

Usage

Increases firearms maximum fire range.

Can be added to guns using a screwdriver.

Compatible weapons

Distribution

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

Containers
Building/Room Container Rolls Chance
all militarycrate 4 6
garagestorage locker 4 8
gunstore counter 4 8
policestorage locker 4 4

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 x2Scope
{
    Type             = WeaponPart,
    DisplayName      = x2 Scope,
    Icon             = Scope2x,
    Weight           = 0.3,
    WeightModifier   = 0.3,
    MaxRangeModifier = 7,
    MinRangeModifier = 6,
    MountOn          = HuntingRifle; VarmintRifle,
    PartType         = Scope,
    Tooltip          = Tooltip_Scope,
    MetalValue       = 22,
}

See also