Red Dot: Difference between revisions

From PZwiki
m (Minor)
(3d model request 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

Revision as of 00:10, 9 December 2023

Frame.png
This article contains outdated/low-quality images.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Red Dot
Red Dot
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