X4 Scope

From PZwiki
Revision as of 13:31, 14 April 2024 by CalvyBot (talk | contribs) (Automated Formatting)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
x4 Scope
Rifle 4XScope Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Used in
RifleHunting.png RifleVarmint.png
Part type
Scope
Performance
Min range
+8
Max range
+13
Encumbrance mod.
+0.4
Technical
Item ID
Base.x4Scope
Weapon attachment. Increases firearm's maximum range.
— In-game tooltip

A x4 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 6
gunstore counter 4 6
policestorage locker 4 2

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 x4Scope
    {
        DisplayCategory = WeaponPart,
        Type = WeaponPart,
        DisplayName = x4 Scope,
        Icon = Scope4x,
        Weight = 0.4,
        WeightModifier = 0.4,
        MaxRangeModifier = 13,
        MinRangeModifier = 8,
        MountOn = HuntingRifle; VarmintRifle; AssaultRifle; AssaultRifle2,
        PartType = Scope,
        Tooltip = Tooltip_Scope,
        MetalValue = 22,
        WorldStaticModel = Rifle_4XScope_Ground,
    }

See also