Refried Beans

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Refried Beans
RefriedBeans Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
4 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
70
CarbohydratesCarbohydrates
25
ProteinsProteins
10
FatFat
1.5
Technical
Item ID
Base.RefriedBeans

Refried Beans are a perishable food item used in cooking.

Usage

Consumable properties

Refried Beans can be eaten as-is, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten
RefriedBeans.png
Hunger: -10
RefriedBeans.png
Hunger: -7
Boredom: +10
Unhappiness: +10
RefriedBeans.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Refried Beans are a cooking ingredient.

Product Nutrition
Sandwich
Sandwich
5
Burger
Burger
5
Taco
Taco
5
Burrito
Burrito
10
Omelette
Omelette
5

Distribution

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

Containers
Building/Room Container Rolls Chance
mexicankitchen restaurantdisplay 4 1
restaurantdisplay 4 1
restaurantdisplay 4 2
restaurantdisplay 4 2

Refried Beans can be found in the restaurant displays of Mexican restaurants.

Code

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

Item

RefriedBeans.png Base.RefriedBeans
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item RefriedBeans
	{
		DisplayName = Refried Beans,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = RefriedBeans,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Burrito:10;Taco:5;Omelette:5;Burger:5;Sandwich:5;Sandwich Baguette:5,
		FoodType = Bean,
		DaysFresh = 4,
		DaysTotallyRotten = 8,
		HungerChange = -10,
		Calories = 70,
		Carbohydrates = 25,
		Lipids = 1.5,
		Proteins = 10,
		WorldStaticModel = RefriedBeans_Ground,
		EvolvedRecipeName = Refried Bean,
	}

See also