Red Dot: Difference between revisions

From PZwiki
(added header and new infobox)
mNo edit summary
Line 38: Line 38:
MountOn = Pistol,
MountOn = Pistol,
PartType = Scope,
PartType = Scope,
Tooltip = Tooltip_RedDot,</pre>
Tooltip = Tooltip_RedDot,
MetalValue = 15,</pre>


==See also==
==See also==

Revision as of 16:04, 2 June 2019

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