X2 Scope: Difference between revisions

From PZwiki
m (Automated Formatting for Infobox and Section Headers)
m (Automated Formatting)
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Weapons|Firearms|Weapon parts}}
{{Header|Project Zomboid|Items|Weapons|Firearms|Weapon parts}}
{{Page version|40.43}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=x2 Scope
|name=x2 Scope
|model=Rifle_2XScope_Model.png
|model=Rifle_2XScope_Model.png
|icon= Scope2x.png
|icon=Scope2x.png
<!--GENERAL-->
<!--GENERAL-->
|weight=0.3
|weight=0.3
Line 16: Line 16:
|item_id=Base.x2Scope
|item_id=Base.x2Scope
}}
}}
{{quote|text=Weapon attachment. Increases firearm's maximum range.|author=In-game tooltip}}A '''x2 scope''' is a weapon mod.
{{quote|text=Weapon attachment. Increases firearm's maximum range.|author=In-game tooltip}}A '''x2 scope''' is a weapon mod.


Line 36: Line 35:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| all
|all
| [[militarycrate]]
|[[militarycrate]]
| 4
|4
| 6
|6
|-
|-
| garagestorage
|garagestorage
| [[locker]]
|[[locker]]
| 4
|4
| 8
|8
|-
|-
| gunstore
|gunstore
| [[counter]]
|[[counter]]
| 4
|4
| 8
|8
|-
|-
| policestorage
|policestorage
| [[locker]]
|[[locker]]
| 4
|4
| 4
|4
|}
|}


Line 67: Line 66:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 2462
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 40.43
   | version = 41.78.16
   | code =
   | code =
item x2Scope
item x2Scope
{
    {
    Type             = WeaponPart,
        DisplayCategory = WeaponPart,
    DisplayName     = x2 Scope,
        Type = WeaponPart,
    Icon             = Scope2x,
        DisplayName = x2 Scope,
    Weight           = 0.3,
        Icon = Scope2x,
    WeightModifier   = 0.3,
        Weight = 0.3,
    MaxRangeModifier = 7,
        WeightModifier = 0.3,
    MinRangeModifier = 6,
        MaxRangeModifier = 7,
    MountOn         = HuntingRifle; VarmintRifle,
        MinRangeModifier = 6,
    PartType         = Scope,
        MountOn = HuntingRifle; VarmintRifle; AssaultRifle; AssaultRifle2,
    Tooltip         = Tooltip_Scope,
        PartType = Scope,
    MetalValue       = 22,
        Tooltip = Tooltip_Scope,
}
        MetalValue = 22,
  }}
        WorldStaticModel = Rifle_2XScope_Ground,
    }
}}
}}
}}


Line 93: Line 94:
*[[Weapons]]
*[[Weapons]]


{{Navbox weapons}}
{{Navbox items|weapons}}

Revision as of 13:31, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 41.78.16
item x2Scope
    {
        DisplayCategory = WeaponPart,
        Type = WeaponPart,
        DisplayName = x2 Scope,
        Icon = Scope2x,
        Weight = 0.3,
        WeightModifier = 0.3,
        MaxRangeModifier = 7,
        MinRangeModifier = 6,
        MountOn = HuntingRifle; VarmintRifle; AssaultRifle; AssaultRifle2,
        PartType = Scope,
        Tooltip = Tooltip_Scope,
        MetalValue = 22,
        WorldStaticModel = Rifle_2XScope_Ground,
    }

See also