X2 Scope: Difference between revisions

From PZwiki
(added header and new infobox)
mNo edit summary
Line 41: Line 41:
MountOn = HuntingRifle; VarmintRifle,
MountOn = HuntingRifle; VarmintRifle,
PartType = Scope,
PartType = Scope,
Tooltip = Tooltip_Scope,</pre>
Tooltip = Tooltip_Scope,
MetalValue = 22,</pre>


==See also==
==See also==

Revision as of 17:02, 2 June 2019

x2 Scope
x2 Scope
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

From newitems.txt (Project Zomboid directory/media/scripts/) 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

Template:Navbox/Weapons