X8 Scope: Difference between revisions

From PZwiki
(added header and new infobox)
(Add iwbums navbox)
Line 49: Line 49:


{{Navbox/Weapons}}
{{Navbox/Weapons}}
{{Navbox_weapons}}

Revision as of 10:23, 24 November 2021

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