Red Dot: Difference between revisions

From PZwiki
m (→‎top: Category Project: Weapons)
m (→‎top: New infobox upgrade - Weapon parts)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Weapons|Firearms|Weapon parts}}
{{header/sandbox2|Project Zomboid|Items|Weapons|Firearms|Weapon parts}}
{{page version|40.43}}
{{page version|40.43}}
{{Infobox weapon mod
{{Infobox item
|display_name=Red Dot
|name=Red Dot
|name_colour=Weapon
|model=Handgun_RedDotScope_Model.png
|name_text_colour=Weapon
|icon=RedDot.png
|image=Handgun_RedDotScope_Model.png
|alternate_image=RedDot.png
<!--GENERAL-->
<!--GENERAL-->
|weight=0.2
|weight=0.2
Line 16: Line 14:
|aiming_mod=5
|aiming_mod=5
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.RedDot
|item_id=Base.RedDot
}}
}}
{{Quote|text=Weapon attachment. Increases firearm's aiming speed.|author=In-game tooltip}}
{{Quote|text=Weapon attachment. Increases firearm's aiming speed.|author=In-game tooltip}}

Revision as of 03:33, 27 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (40.43).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Red Dot
Handgun RedDotScope Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Used in
HandGun.pngHandGun2.png HandGun3.png Revolver.png RevolverLong.png RifleHunting.png RifleVarmint.png AssaultRifle2.png AssaultRifle.png
Part type
Scope
Performance
Aiming time
5
Encumbrance mod.
0.2
Technical
Item ID
Base.RedDot
Weapon attachment. Increases firearm's aiming speed.
— In-game tooltip

A red dot is a weapon mod.

Usage

Increases firearms' aiming speed.

To install an attachment, right click either the weapon you want to modify or attachment you want to add, and select "Upgrade" to modify the weapon. Requires a screwdriver.

Compatible weapons

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

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