X2 Scope: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (→‎top: Category Project: Weapons)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 40|incver=43}}
{{Languages}}
{{header/sandbox2|Project Zomboid|Items|Weapons|Firearms|Weapon parts}}
{{page version|40.43}}
{{Infobox weapon mod
{{Infobox weapon mod
|display_name=x2 Scope
|display_name=x2 Scope

Revision as of 13:02, 25 January 2024

Template:Header/sandbox2

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
x2 Scope
Scope2x.png
General
Category Weapon mod
Encumbrance
Heavy Load
0.3
Weapon(s) RifleHunting.png RifleVarmint.png
Part type Scope
Modifiers
Encumbrance +0.3
Min. range +6 tiles
Max. range +7 tiles
Technical details
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

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