Burrito: Difference between revisions

From PZwiki
No edit summary
(Update values for 41.66)
Line 39: Line 39:
== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=66}}
<pre> item BurritoRecipe
<pre> item Burrito
        HungerChange = -5,
{
        Weight = 0.1,
HungerChange   =       -25,
        Type = Food,
Weight =       0.3,
        DisplayName = Burrito,
Type   =       Food,
        DaysTotallyRotten = 5,
UnhappyChange  =      -10,
        DaysFresh = 3,
DisplayName     =       Burrito,
        Icon = Burrito,
DaysTotallyRotten       =       5,
        Carbohydrates = 0,
DaysFresh = 3,
        Proteins = 2,
Icon   =       Burrito,
        Lipids = 2,
Carbohydrates = 100,
        Calories = 40,
Proteins = 37,
        WorldStaticModel = Burrito_Ground,</pre>
Lipids = 34,
Calories = 500,
WorldStaticModel = Burrito_Ground,
}</pre>


==See also==
==See also==

Revision as of 23:50, 28 February 2022

Burrito
Burrito
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-5
Thirst
Thirst
0
Calories
Calories
40
Carbohydrates
Carbohydrates
0
Proteins
Proteins
2
Fat
Fat
2
Effect
Unhappiness
Unhappiness
0
Technical details
Item ID Base.Burrito

Burrito is a perishable food item.

Usage

Burrito is best used as a meal component, as eating it raw suffers large penalties to thirst and happiness.

Crafting

A burrito is crafted from a Tortilla and various other vegetables and sauces.

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Burritos can be Crafted, or found in residential fridges.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.66

	item Burrito
{
	HungerChange    =       -25,
	Weight  =       0.3,
	Type    =       Food,
	UnhappyChange   =       -10,
	DisplayName     =       Burrito,
	DaysTotallyRotten       =       5,
	DaysFresh = 3,
	Icon    =       Burrito,
	Carbohydrates = 100,
	Proteins = 37,
	Lipids = 34,
	Calories = 500,
	WorldStaticModel = Burrito_Ground,
}

See also

Template:Navbox/Consumables