X8 Scope

From PZwiki
Revision as of 16:02, 2 June 2019 by Vaileasys (talk | contribs) (added header and new infobox)
x8 Scope
x8 Scope
General
Category Weapon mod
Encumbrance
Heavy Load
0.8
Weapon(s) RifleHunting.png RifleVarmint.png
Part type Scope
Modifiers
Encumbrance +0.8
Min. range +10 tiles
Max. range +20 tiles
Technical details
Item ID Base.x8Scope
Weapon attachment. Increases firearm's maximum range.
— In-game tooltip

A x8 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 x8Scope
		Type 			= WeaponPart,
		DisplayName 		= x8 Scope,
		Icon 			= Scope8x,
		Weight 			= 0.8,
		WeightModifier 		= 0.8,
		MaxRangeModifier 	= 20,
		MinRangeModifier 	= 10,
		MountOn 		= HuntingRifle; VarmintRifle,
		PartType 		= Scope,
		Tooltip 		= Tooltip_Scope,
		MetalValue		= 22,

See also

Template:Navbox/Weapons