Red Dot: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 128px, minor fixes)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 40|incver=43}}{{Infobox weapon mod
{{header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 40|incver=43}}
|display_name=Red Dot
{{Infobox weapon mod
|name_colour=Weapon
|display_name = Red Dot
|name_text_colour=Weapon
|name_colour = Weapon
|image=RedDot.png
|name_text_colour = Weapon
|image_width=120px
|image = RedDot_128px.png
|image_width = 128px
<!--GENERAL-->
<!--GENERAL-->
|weight = 0.2
|weight=0.2
|weapon = [[File:HandGun.png|link=D-E Pistol]][[File:HandGun2.png|link=M1911 Pistol]] [[File:HandGun3.png|link=M9 Pistol]] [[File:Revolver.png|link=M625 Revolver]] [[File:RevolverLong.png|link=Magnum]] [[File:RifleHunting.png|link=Hunting Rifle]] [[File:RifleVarmint.png|link=Varmint Rifle]] [[File:AssaultRifle2.png|link=M14 Rifle]] [[File:AssaultRifle.png|link=M16 Assault Rifle]]
|weapon=[[File:HandGun.png|link=D-E Pistol]][[File:HandGun2.png|link=M1911 Pistol]] [[File:HandGun3.png|link=M9 Pistol]] [[File:Revolver.png|link=M625 Revolver]] [[File:RevolverLong.png|link=Magnum]] [[File:RifleHunting.png|link=Hunting Rifle]] [[File:RifleVarmint.png|link=Varmint Rifle]] [[File:AssaultRifle2.png|link=M14 Rifle]] [[File:AssaultRifle.png|link=M16 Assault Rifle]]
|part_type = Scope
|part_type=Scope
<!--MODIFIERS-->
<!--MODIFIERS-->
|weight_mod = 0.2
|weight_mod=0.2
|aiming_mod = 5
|aiming_mod=5
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name = Base.RedDot
|class_name=Base.RedDot
}}{{quote|text=Weapon attachment. Increases firearm's aiming speed.|author=In-game tooltip}}A '''red dot''' is a weapon mod.
}}{{quote|text=Weapon attachment. Increases firearm's aiming speed.|author=In-game tooltip}}A '''red dot''' is a weapon mod.


==Usage==
==Usage==
Increases a pistols aiming speed.
Increases pistol's aiming speed.


Can be added to a [[pistol]] using a [[screwdriver]].
Can be added to a [[pistol]] using a [[screwdriver]].
Line 37: Line 35:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
<pre> item RedDot
<pre>
item RedDot
Type = WeaponPart,
Type = WeaponPart,
DisplayName = Red Dot,
DisplayName = Red Dot,
Line 47: Line 46:
PartType = Scope,
PartType = Scope,
Tooltip = Tooltip_RedDot,
Tooltip = Tooltip_RedDot,
MetalValue = 15,</pre>
MetalValue = 15,
</pre>


==See also==
==See also==
* [[Weapon mods]]
*[[Weapon mods]]
* [[Weapons]]
*[[Weapons]]


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

Revision as of 20:06, 26 February 2023

Template:Infobox weapon mod

Weapon attachment. Increases firearm's aiming speed.
— In-game tooltip

A red dot is a weapon mod.

Usage

Increases pistol's aiming speed.

Can be added to a pistol using 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