X8 Scope: Difference between revisions

From PZwiki
m (Remove 128px, minor fixes)
m (128px)
Line 4: Line 4:
|name_text_colour=Weapon
|name_text_colour=Weapon
|image=Scope8x.png
|image=Scope8x.png
|image_width=120px
|image_width=128px
<!--GENERAL-->
<!--GENERAL-->
|weight=0.8
|weight=0.8
Line 15: Line 15:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.x8Scope
|class_name=Base.x8Scope
}}{{quote|text=Weapon attachment. Increases firearm's maximum range.|author=In-game tooltip}}A '''x8 scope''' is a weapon mod.
}}{{Quote|text=Weapon attachment. Increases firearm's maximum range.|author=In-game tooltip}}A '''x8 scope''' is a weapon mod.


==Usage==
==Usage==

Revision as of 15:33, 25 June 2023

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