Burrito: Difference between revisions

From PZwiki
(updated header)
(→‎top: New infobox upgrade - Food)
Line 3: Line 3:
{{page version|41.65}}
{{page version|41.65}}
{{reupload|Missing 3D Variant Model (Rotten)}}
{{reupload|Missing 3D Variant Model (Rotten)}}
{{Infobox food
{{Infobox item
|display_name=Burrito
|name=Burrito
|name_colour=Food
|model=Burrito_Model.png
|name_text_colour=Food
|icon=Burrito.png
|image=Burrito_Model.png
|image_width=200px
|alternate_image=Burrito.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 24: Line 21:
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Burrito
|item_id=Base.Burrito
}}
}}
A '''burrito''' is a [[Food#Perishable|perishable]] food [[Items|item]].
A '''burrito''' is a [[Food#Perishable|perishable]] food [[Items|item]].

Revision as of 11:23, 29 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Variant Model (Rotten)
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Burrito
Burrito Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-25
CaloriesCalories
500
CarbohydratesCarbohydrates
100
ProteinsProteins
37
FatFat
34
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.Burrito

A 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