Burrito

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing rotten 3D model
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
PlushSpiffo.pngThis article is about burritos that spawn naturally. For burritos made by the player, see Recipe ingredients.

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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bandkitchen fridge 4 8
cafeteria restaurantdisplay 4 1
restaurantdisplay 4 1
restaurantdisplay 4 2
restaurantdisplay 4 2
camping fridge 4 1
fridge 4 1
fridge 4 2
fridge 4 2
motelroomoccupied fridge 1 1

Burritos can be crafted, or found in fridges.

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

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

See also