Vitamins

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Vitamins
Vitamins Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Reduce tiredness
Properties
Capacity
10 units
Effect
FatigueMoodle Icon Tired.png
-2
Technical
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bathroom medicine 4 4
shelves 4 4
bedroom desk 4 1
desk 4 1
dresser 4 1
sidetable 4 1
closet crate 4 1
conveniencestore shelves 4 1
shelves 4 1
shelves 4 2
shelves 4 2
office desk 4 1

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