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
HungerUI Hunger.png
-10
CaloriesCalories
70
CarbohydratesCarbohydrates
25
ProteinsProteins
10
FatFat
1.5
Cooking
Custom recipe
Refried Bean
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.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Refried Beans (Fresh) -10 - - -
Stale Refried Beans (Stale) -8 +10 +10 -
Rotten Refried Beans (Rotten) -4 +20 +20 100%

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

Location

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

RefriedBeans distributionShow / Hide

Effective chance calculations are based off of default loot settings and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.

Containers
Building/Room Container Effective chance
mexicankitchen restaurantdisplay 23.28%
mexicankitchen restaurantdisplay 41.14%

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

History

Base.RefriedBeans

Version Description
41.65 Released on or before this version.

Help PZwiki by adding to this history.

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