Vitamins: Difference between revisions

From PZwiki
(Automated update of distribution header)
m (minor)
Line 19: Line 19:


==Usage==
==Usage==
Vitamins are used to reduce fatigue, which is commonly known as [[moodles#Tired|tiredness]] and not to be confused with [[moodles#Endurance|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 [[zombie]]s, which will exhaust them quickly, slowing down movement, weakening their attacks, and reducing weapon accuracy.
Vitamins are used to reduce fatigue, which is commonly known as [[moodles#Tired|tiredness]] and not to be confused with [[Moodles#Endurance|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 [[zombie]]s, which will exhaust them quickly, slowing down movement, weakening their attacks, and reducing weapon accuracy.


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 95: Line 94:
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.50
  | incver = 50
   | code =
   | code =
item PillsVitamins
item PillsVitamins

Revision as of 01:18, 22 February 2024

Vitamins
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

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

Template:Navbox medical