Burrito: Difference between revisions

From PZwiki
(reupload notice)
m (Minor improvements)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}
{{reupload|Needs model image in infobox [[:File:Burrito Model.png]].}}
{{Reupload|Needs a better model, currently only a texture}}
{{Infobox food
{{Infobox food
|display_name=Burrito
|display_name=Burrito
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Item_Burrito.png
|image=Burrito_Model.png
|image_width=200px
|alternate_image=Burrito.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 22: Line 24:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Burrito
|class_name=Base.Burrito
}}'''Burrito''' is a [[Food#Perishable|perishable]] food [[item]].  
}}
'''Burrito''' is a [[Food#Perishable|perishable]] food [[Items|item]].


==Usage==
==Usage==
Line 28: Line 31:


==Crafting==
==Crafting==
A burrito is crafted from a [[Tortilla]] and various other [[vegetables]] and sauces.
A burrito is crafted from a [[tortilla]] and various other [[Food#Vegetable|vegetables]] and sauces.


==Distribution==
==Distribution==
Line 57: Line 60:
==See also==
==See also==
*[[Tortilla]]
*[[Tortilla]]
 
{{Clear}}<!--Remove when page gets longer-->
{{Navbox food}}
{{Navbox food}}

Revision as of 20:55, 13 January 2024

Frame.png
This article contains outdated/low-quality images.
Reason: Needs a better model, currently only a texture
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Burrito
Burrito
Burrito.png
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-25
Calories
Calories
500
Carbohydrates
Carbohydrates
100
Proteins
Proteins
37
Fat
Fat
34
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Burrito

Burrito is a perishable food item.

Usage

Burritos can be eaten to restore hunger points and reduce unhappiness.

Crafting

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

Distribution

Burritos can be crafted, or found in 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