Vitamins: Difference between revisions

From PZwiki
(Redesigned page, + Navbox, slight description alteration, + categories, confirmed info on pills was correct. + link to first aid.)
m (Checked content and updated version to 40.43)
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Vitamins}}
{{languages|Vitamins}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 40|incver=43}}{{Infobox drainable
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Vitamins
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Medical
{{Medical
|name_text_colour=Medical
|image = Vitamins.png
|image = Vitamins_120px.png
|primaryuse= Relieve Drowsiness/Tiredness
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.2
|weight = 0.2
}}
|primary_use = Reduce [[Moodles#Endurance|exhaustion]]
Vitamins work to reduce [[moodles#Tired|fatigue]]. They are usually found in medicine cabinets and in medical buildings, such as Cortman Medical; they can also occur as a rare drop on [[zombie]] corpses; they are also drainable, and a full container can be used 10 times before it is exhausted.
|content = Vitamins
|max_units = 10
|fatigue_change = -2
|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]].
 
==Usage==
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==
They are usually found in [[Containers#Cabinets|medicine cabinets]], in medical buildings, such as [[Cortman Medical]] and occur as a rare drop on zombie [[Containers#Corpses|corpses]].
 
==Trivia==
*Vitamins have no direct effect on tiredness, however by reducing exhaustion, vitamins are indirectly affecting tiredness to some extent.


== Effect ==
Vitamins provide -2 Fatigue for your character, making your character less [[Moodles#Tired|drowsy]].
<br><br><br><br><br><br>
== Code ==
== Code ==
''Vitamin Pills'' [[File:Vitamins.png]]
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=43}}
item PillsVitamins
<pre> item PillsVitamins
         FatigueChange = -2,
         FatigueChange = -2,
Weight = 0.2,
Weight = 0.2,
Line 27: Line 33:
DisplayName = Vitamins,
DisplayName = Vitamins,
Icon = Vitamins,
Icon = Vitamins,
Tooltip = Tooltip_Vitamins,
Tooltip = Tooltip_Vitamins,</pre>
</nowiki>


== See Also ==
== See also ==
[[First_Aid|General First Aid]]
[[First_Aid|General First Aid]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

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