Vitamins: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=50}}{{Infobox drainable
{{Languages}}
{{Header|Project Zomboid|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=50}}
{{Reupload}}<!--Missing 3D model-->
{{Infobox drainable
|display_name=Vitamins
|display_name=Vitamins
|name_colour=Medical
|name_colour=Medical
Line 10: Line 13:
|fatigue_change=-2
|fatigue_change=-2
|class_name=Base.PillsVitamins
|class_name=Base.PillsVitamins
}}{{quote|text=Provides a burst of energy when taken. Reduces fatigue.|author=In-game tooltip}}'''Vitamins''' are a drainable [[item]] used in [[First Aid|first aid]].
}}
{{Quote|text=Provides a burst of energy when taken. Reduces fatigue.|author=In-game tooltip}}
'''Vitamins''' are a drainable [[item]] used in [[First Aid|first aid]].


==Usage==
==Usage==
Line 19: Line 24:


==Code==
==Code==
{{CodeBox
{{CodeBox
| {{CodeSnip
| {{CodeSnip

Revision as of 00:53, 11 January 2024

Frame.png
This article contains outdated/low-quality images.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Vitamins
Vitamins
General
Category Item
Encumbrance
Heavy Load
0.2
Function Reduce tiredness
Capacity 10 units
Fatigue
Endurance
-2
Technical details
item ID Base.PillsVitamins
Provides a burst of energy when taken. Reduces fatigue.
— In-game tooltip

Vitamins are a drainable item used in first aid.

Usage

Vitamins are used to reduce fatigue, which is commonly known as tiredness and not to be confused with exhaustion/endurance. However, fatigue does have a direct correlation with endurance as the more tired the character is, the harder it is for them to regain their stamina. Taking vitamins is ideal when the player is running a long distance or fighting a large amount of zombies, which will exhaust them quickly, slowing down movement, weakening their attacks, and reducing weapon accuracy.

Distribution

They are usually found in medicine cabinets, in medical buildings, such as Cortman Medical and occur as a rare drop on zombie corpses.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.50
item PillsVitamins
{
    FatigueChange = -2,
    Weight = 0.2,
    UseDelta = 0.1,
    Type = Drainable,
    UseWhileEquipped = FALSE,
    DisplayName = Vitamins,
    Icon = Vitamins,
    Tooltip = Tooltip_Vitamins,
    StaticModel = PillBottle,
    Medical = TRUE,
}

See also

Template:Navbox medical