Iron Sight: Difference between revisions

From PZwiki
(3d model request tag)
m (Added model. Removed image improvement tag.)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 41|incver=78.16}}
{{Languages}}{{Header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 41|incver=78.16}}
{{Reupload}} <!-- Needs model image in infobox along with variants in a <gallery> section-->
{{Infobox weapon mod
{{Infobox weapon mod
|display_name=Iron Sight
|display_name=Iron Sight
|name_colour=Weapon
|name_colour=Weapon
|name_text_colour=Weapon
|name_text_colour=Weapon
|image=ScopeIronSight.png
|image=Rifle_IronSights_Model.png
|image_width=128px
|alternate_image=ScopeIronSight.png
<!--GENERAL-->
<!--GENERAL-->
|weight=0.1
|weight=0.1

Revision as of 09:28, 30 December 2023

Iron Sight
Iron Sight
ScopeIronSight.png
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