Vitamins

From PZwiki
Revision as of 06:18, 5 July 2019 by SimonC4 (talk | contribs) (Checked content and updated version to 40.43)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Vitamins
Vitamins
General
Category Item
Encumbrance
Heavy Load
0.2
Function Reduce exhaustion
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 exhaustion/endurance and not to be confused with tiredness. Taking vitamins is ideal when the player is running a long distance or fighting a large amount of zombies, which will begin to make them feel exhausted, slowing down movement 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.

Trivia

  • Vitamins have no direct effect on tiredness, however by reducing exhaustion, vitamins are indirectly affecting tiredness to some extent.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item PillsVitamins
        	FatigueChange		= -2,
		Weight			= 0.2,
        	UseDelta		= 0.1,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		DisplayName		= Vitamins,
		Icon			= Vitamins,
		Tooltip 		= Tooltip_Vitamins,

See also

General First Aid

Template:Navbox/Consumables