Iron Sight: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 15: Line 15:
|max_range_mod = 3
|max_range_mod = 3
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name = Base.FiberglassStock
|class_name = Base.IronSight
}}{{quote|text=Weapon attachment. Increases firearm's maximum range.|author=In-game tooltip}}An '''iron sight''' is a weapon mod.
}}{{quote|text=Weapon attachment. Increases firearm's maximum range.|author=In-game tooltip}}An '''iron sight''' is a weapon mod.


Line 40: Line 40:
MountOn = HuntingRifle; VarmintRifle; Pistol,
MountOn = HuntingRifle; VarmintRifle; Pistol,
PartType = Scope,
PartType = Scope,
Tooltip = Tooltip_IronSight,</pre>
Tooltip = Tooltip_IronSight,
MetalValue = 15,</pre>


==See also==
==See also==

Revision as of 17:03, 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.IronSight
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,
		MetalValue		= 15,

See also

Template:Navbox/Weapons