Vitamins: Difference between revisions

From PZwiki
m (Checked content and updated version to 40.43)
m (Distribution table update)
 
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Vitamins}}
{{Header|Project Zomboid|Items|Medical items}}
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 40|incver=43}}{{Infobox drainable
{{Page version|41.78.16}}
|display_name=Vitamins
{{Infobox item
|name_colour=Medical
|name=Vitamins
|name_text_colour=Medical
|model=Vitamins_Model.png
|image = Vitamins_120px.png
|icon=Vitamins.png
|weight = 0.2
|icon_name=Vitamins
|primary_use = Reduce [[Moodles#Endurance|exhaustion]]
|weight=0.2
|content = Vitamins
|primary_use=Reduce [[Tired|tiredness]]
|max_units = 10
|content=Vitamins
|fatigue_change = -2
|max_units=10
|class_name = Base.PillsVitamins
|fatigue_change=-2
}}{{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]].
|item_id=Base.PillsVitamins
}}
{{Quote|text=Provides a burst of energy when taken. Reduces fatigue.|author=In-game tooltip}}
'''Vitamins''' are a drainable [[Items|item]] used in [[First Aid|first aid]].


==Usage==
==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.
Vitamins are used to reduce fatigue, which is commonly known as [[Tired|tiredness]] and not to be confused with [[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.


==Distribution==
==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]].
The loot distributions can be found in the table(s) below.


==Trivia==
<!--BOT FLAG|PillsVitamins|41.78.16-->
*Vitamins have no direct effect on tiredness, however by reducing exhaustion, vitamins are indirectly affecting tiredness to some extent.
{{clear}}
<div class="togglebox theme-red">
    <div>PillsVitamins distribution
        <span class="mw-customtoggle-togglebox-PillsVitamins" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-PillsVitamins">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|Handbag}}
    | 1
    | 1.0
    |-
    | all
    | {{ll|inventoryfemale}}
    | 1
    | 0.1
    |-
    | all
    | {{ll|medicine}}
    | 4
    | 4.0
    |-
    | all
    | {{ll|sidetable}}
    | 1
    | 1.0
    |-
    | bathroom
    | {{ll|counter}}
    | 4
    | 4.0
    |-
    | bathroom
    | {{ll|medicine}}
    | 4
    | 4.0
    |-
    | bathroom
    | {{ll|shelves}}
    | 4
    | 4.0
    |-
    | bedroom
    | {{ll|desk}}
    | 4
    | 1.0
    |-
    | bedroom
    | {{ll|dresser}}
    | 4
    | 1.0
    |-
    | bedroom
    | {{ll|sidetable}}
    | 4
    | 1.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 1.0
    |-
    | conveniencestore
    | {{ll|shelves}}
    | 4
    | 20.0
    |-
    | conveniencestore
    | {{ll|shelves}}
    | 4
    | 10.0
    |-
    | office
    | {{ll|desk}}
    | 4
    | 1.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-PillsVitamins" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|PillsVitamins|41.78.16-->


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=43}}
| {{CodeSnip
<pre> item PillsVitamins
  | lang = java
        FatigueChange = -2,
  | line = true
Weight = 0.2,
  | start = 1865
        UseDelta = 0.1,
  | source = newitems.txt
Type = Drainable,
  | retrieved = true
UseWhileEquipped = FALSE,
  | version = 41.78.16
DisplayName = Vitamins,
  | code =
Icon = Vitamins,
item PillsVitamins
Tooltip = Tooltip_Vitamins,</pre>
{
    DisplayCategory = FirstAid,
        FatigueChange = -2,
Weight = 0.2,
        UseDelta = 0.1,
Type = Drainable,
UseWhileEquipped = FALSE,
DisplayName = Vitamins,
Icon = Vitamins,
Tooltip = Tooltip_Vitamins,
StaticModel = PillBottle,
WorldStaticModel = Vitamins_Ground,
Medical = TRUE,
}
}}
}}


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


{{Navbox/Consumables}}
{{Navbox items|medical}}

Latest revision as of 16:57, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Vitamins
Vitamins Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Reduce tiredness
Properties
Capacity
10 units
Effect
FatigueMoodle Icon Tired.png
-2
Technical
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.

PillsVitamins distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Handbag 1 1.0
all inventoryfemale 1 0.1
all medicine 4 4.0
all sidetable 1 1.0
bathroom counter 4 4.0
bathroom medicine 4 4.0
bathroom shelves 4 4.0
bedroom desk 4 1.0
bedroom dresser 4 1.0
bedroom sidetable 4 1.0
closet crate 4 1.0
conveniencestore shelves 4 20.0
conveniencestore shelves 4 10.0
office desk 4 1.0

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item PillsVitamins
	{
	    DisplayCategory = FirstAid,
        FatigueChange	=	-2,
		Weight	=	0.2,
        UseDelta	=	0.1,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		DisplayName	=	Vitamins,
		Icon	=	Vitamins,
		Tooltip = Tooltip_Vitamins,
		StaticModel = PillBottle,
		WorldStaticModel = Vitamins_Ground,
		Medical = TRUE,
	}

See also