Vitamins: Difference between revisions

From PZwiki
(Redesigned page, + Navbox, slight description alteration, + categories, confirmed info on pills was correct. + link to first aid.)
Line 1: Line 1:
{{languages}}
__NOTOC__
<!--this section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
{{languages|Vitamins}}
{{Items
<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 -->
|image = Vitamins.png  
<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 -->
<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 -->
{{Medical
|image = Vitamins.png
|primaryuse= Relieve Drowsiness/Tiredness
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.2
|weight = 0.2
}} <!--/infobox-->
}}
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, meaning they can be used multiple times before they become worthless.
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.
 


== Effect ==
== Effect ==
Fatigue: -2  
Vitamins provide -2 Fatigue for your character, making your character less [[Moodles#Tired|drowsy]].
<br><br><br><br><br><br>
== Code ==
''Vitamin Pills'' [[File:Vitamins.png]]
<nowiki>
item PillsVitamins
        FatigueChange = -2,
Weight = 0.2,
        UseDelta = 0.1,
Type = Drainable,
UseWhileEquipped = FALSE,
DisplayName = Vitamins,
Icon = Vitamins,
Tooltip = Tooltip_Vitamins,
</nowiki>


<!--
== See Also ==
== Crafting ==
[[First_Aid|General First Aid]]
ITEM NAME can be used in the following recipes:


{| class="wikitable" width="550" style="text-align:center;"
|-
! Ingredients || Other Items || Output || Description
|-
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|}
-->
==Code==
<nowiki>
item Vitamins
{
  FatigueChange = -2,
  Weight = 0.2,
  UseDelta = 0.1,
  Type = Drainable,
  UseWhileEquipped = FALSE,
  DisplayName = Vitamins,
  Icon = Vitamins,
}</nowiki>
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:items]]
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 01:18, 22 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Vitamins   

Template:Medical Vitamins work to reduce 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.

Effect

Vitamins provide -2 Fatigue for your character, making your character less drowsy.





Code

Vitamin Pills Vitamins.png

	
	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