X8 Scope

From PZwiki
Revision as of 00:53, 29 October 2022 by Arskey (talk | contribs) (→‎Compatible weapons: Added M16)

Template:Infobox weapon mod

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