Red Dot: Difference between revisions

From PZwiki
mNo edit summary
(Add iwbums navbox)
Line 46: Line 46:


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

Revision as of 10:22, 24 November 2021

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,
		MetalValue		= 15,

See also

Template:Navbox/Weapons