Red Dot: Difference between revisions

From PZwiki
(Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = MODRedDotSight.png |weight = 0.2 }} ==Description== ==Compatible Weapons== 32px|link=Pistol|Pistol [...")
 
mNo edit summary
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages}}
{{header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 40|incver=43}}
{{Infobox weapon mod
|display_name = Red Dot
|name_colour = Weapon
|name_text_colour = Weapon
|image = RedDot_128px.png
|image_width = 128px
<!--GENERAL-->
|weight = 0.2
|weapon = [[File:RifleHunting.png|link=Hunting Rifle]] [[File:RifleVarmint.png|link=Varmint Rifle]] [[File:HandGun.png|link=Pistol]]
|part_type = Scope
<!--MODIFIERS-->
|weight_mod = 0.2
|aiming_mod = 5
<!--TECHNICAL DETAILS-->
|class_name = Base.RedDot
}}{{quote|text=Weapon attachment. Increases firearm's aiming speed.|author=In-game tooltip}}A '''red dot''' is a weapon mod.


{{Consumables
==Usage==
|image = MODRedDotSight.png
Increases a pistols aiming speed.
|weight = 0.2
}}
==Description==


==Compatible Weapons==
Can be added to a [[pistol]] using a [[screwdriver]].
[[File:Pistol.png|32px|link=Pistol|Pistol]] [[Pistol|Pistol]]
== Code ==
<nowiki>item RedDot
    {
        Type = WeaponPart,
        DisplayName = Red Dot,
        Icon = RedDot,
        Weight = 0.2,
        WeightModifier = 0.2,
        AimingTimeModifier = 5,
        MountOn = Pistol,
        PartType = Scope,
        Tooltip = Tooltip_RedDot,
    }</nowiki>


== History ==
==Compatible weapons==
[[File:HandGun.png|link=Pistol]] [[Pistol]]


{| class="wikitable" width="550" style="text-align:center;"
==Code==
|-
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
! Alpha ||
{{Retrieved|version=40|incver=43}}
|-
<pre> item RedDot
| - || -
Type = WeaponPart,
|}
DisplayName = Red Dot,
 
Icon = RedDot,
==See Also==
Weight = 0.2,
* [[Items#Firearm Modifications|Firearm Modifications]]
WeightModifier = 0.2,
AimingTimeModifier = 5,
MountOn = Pistol,
PartType = Scope,
Tooltip = Tooltip_RedDot,
MetalValue = 15,</pre>


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


{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]

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