Vitamins: Difference between revisions

From PZwiki
(adjustments to layout. Added new infobox and header)
Tag: categories removed
m (Checked content and updated version to 40.43)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{languages|Vitamins}}
{{languages|Vitamins}}
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox drainable
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 40|incver=43}}{{Infobox drainable
|display_name=Vitamins
|display_name=Vitamins
|name_colour=Medical
|name_colour=Medical
|name_text_colour=Medical
|name_text_colour=Medical
|image = Vitamins.png
|image = Vitamins_120px.png
|weight = 0.2
|weight = 0.2
|primary_use = Reduce [[Moodles#Endurance|exhaustion]]
|primary_use = Reduce [[Moodles#Endurance|exhaustion]]
Line 14: Line 14:


==Usage==
==Usage==
Vitamins are used to reduce fatigue, which is commonly known as [[moodles#Endurance|exhaustion/endurance]] and not be confused with [[moodles#Tired|tiredness]]. Taking vitamins is ideal when the player is running a long distance or fighting a large amount of [[zombie]]s, which will begin to make them feel exhausted, slowing down movement and reducing weapon accuracy.
Vitamins are used to reduce fatigue, which is commonly known as [[moodles#Endurance|exhaustion/endurance]] and not to be confused with [[moodles#Tired|tiredness]]. Taking vitamins is ideal when the player is running a long distance or fighting a large amount of [[zombie]]s, which will begin to make them feel exhausted, slowing down movement and reducing weapon accuracy.


==Distribution==
==Distribution==
Line 24: Line 24:
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=40|incver=43}}
<pre> item PillsVitamins
<pre> item PillsVitamins
         FatigueChange = -2,
         FatigueChange = -2,

Revision as of 07:18, 5 July 2019

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