Iron Sight: Difference between revisions

From PZwiki
(added header and new infobox)
mNo edit summary
Line 10: Line 10:
|weight = 0.1
|weight = 0.1
|weapon = [[File:RifleHunting.png|link=Hunting Rifle]] [[File:RifleVarmint.png|link=Varmint Rifle]] [[File:HandGun.png|link=Pistol]]
|weapon = [[File:RifleHunting.png|link=Hunting Rifle]] [[File:RifleVarmint.png|link=Varmint Rifle]] [[File:HandGun.png|link=Pistol]]
|part_type = Stock
|part_type = Scope
<!--MODIFIERS-->
<!--MODIFIERS-->
|weight_mod = 0.1
|weight_mod = 0.1

Revision as of 16:02, 2 June 2019

Iron Sight
Iron Sight
General
Category Weapon mod
Encumbrance
Heavy Load
0.1
Weapon(s) RifleHunting.png RifleVarmint.png HandGun.png
Part type Scope
Modifiers
Encumbrance 0.1
Max. range 3 tiles
Technical details
Item ID Base.FiberglassStock
Weapon attachment. Increases firearm's maximum range.
— In-game tooltip

An iron sight 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 IronSight
		Type 		= WeaponPart,
		DisplayName 		= Iron Sight,
		Icon 			= ScopeIronSight,
		Weight 			= 0.1,
		WeightModifier 		= 0.1,
		MaxRangeModifier 	= 3,
		MountOn 		= HuntingRifle; VarmintRifle; Pistol,
		PartType 		= Scope,
		Tooltip 		= Tooltip_IronSight,

See also

Template:Navbox/Weapons