Iron Sight: Difference between revisions

From PZwiki
m (Replace 128 px image with the regular)
m (Cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 41|incver=78.16}}{{Infobox weapon mod
{{header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 41|incver=78}}
|display_name=Iron Sight
{{Infobox weapon mod
|name_colour=Weapon
|display_name = Iron Sight
|name_text_colour=Weapon
|name_colour = Weapon
|image=ScopeIronSight.png
|name_text_colour = Weapon
|image_width=120px
|image = ScopeIronSight.png
|image_width = 128px
<!--GENERAL-->
<!--GENERAL-->
|weight = 0.1
|weight=0.1
|weapon = [[File:HandGun.png|link=D-E Pistol]][[File:HandGun2.png|link=M1911 Pistol]] [[File:HandGun3.png|link=M9 Pistol]] [[File:Revolver.png|link=M625 Revolver]] [[File:RevolverLong.png|link=Magnum]] [[File:RifleHunting.png|link=Hunting Rifle]] [[File:RifleVarmint.png|link=Varmint Rifle]] [[File:AssaultRifle2.png|link=M14 Rifle]] [[File:AssaultRifle.png|link=M16 Assault Rifle]]
|weapon=[[File:HandGun.png|link=D-E Pistol]][[File:HandGun2.png|link=M1911 Pistol]] [[File:HandGun3.png|link=M9 Pistol]] [[File:Revolver.png|link=M625 Revolver]] [[File:RevolverLong.png|link=Magnum]] [[File:RifleHunting.png|link=Hunting Rifle]] [[File:RifleVarmint.png|link=Varmint Rifle]] [[File:AssaultRifle2.png|link=M14 Rifle]] [[File:AssaultRifle.png|link=M16 Assault Rifle]]
 
|part_type=Scope
|part_type = Scope
<!--MODIFIERS-->
<!--MODIFIERS-->
|weight_mod = 0.1
|weight_mod=0.1
|max_range_mod = 3
|max_range_mod=3
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name = Base.IronSight
|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 54: Line 51:


==See also==
==See also==
* [[Weapon mods]]
*[[Weapon mods]]
* [[Weapons]]
*[[Weapons]]


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

Revision as of 10:28, 19 February 2023

Iron Sight
Iron Sight
General
Category Weapon mod
Encumbrance
Heavy Load
0.1
Weapon(s) HandGun.pngHandGun2.png HandGun3.png Revolver.png RevolverLong.png RifleHunting.png RifleVarmint.png AssaultRifle2.png AssaultRifle.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

When installed on a firearm, the firearm receives a 3 tile buff to its range.

A screwdriver is required to install or uninstall the Iron Sight.

Distribution

Iron sights can be occasionally found in gun stores and attached to firearms found in the world.

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