Red Dot: Difference between revisions

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

Revision as of 09:37, 30 December 2023

Red Dot
Red Dot
RedDot.png
General
Category Weapon mod
Encumbrance
Heavy Load
0.2
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.2
Aiming time 5
Technical details
Item ID Base.RedDot
Weapon attachment. Increases firearm's aiming speed.
— In-game tooltip

A red dot is a weapon mod.

Usage

Increases firearms' aiming speed.

To install an attachment, right click either the weapon you want to modify or attachment you want to add, and select "Upgrade" to modify the weapon. Requires a screwdriver.

Compatible weapons

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item RedDot
		Type 			= WeaponPart,
		DisplayName 		= Red Dot,
		Icon 			= RedDot,
		Weight 			= 0.2,
		WeightModifier 		= 0.2,
		AimingTimeModifier 	= 5,
		MountOn 		= Pistol,
		PartType 		= Scope,
		Tooltip 		= Tooltip_RedDot,
		MetalValue		= 15,

See also