Red Dot

From PZwiki
Revision as of 15:16, 2 June 2019 by Vaileasys (talk | contribs) (added header and new infobox)
Red Dot
Red Dot
General
Category Weapon mod
Encumbrance
Heavy Load
0.2
Weapon(s) RifleHunting.png RifleVarmint.png HandGun.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 a pistols aiming speed.

Can be added to a pistol using a screwdriver.

Compatible weapons

HandGun.png Pistol (disambiguation)

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,

See also

Template:Navbox/Weapons