Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
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
SandwichSandwich
Sandwich
5
Burger
Burger
5
Taco.png
Taco (crafted)
5
Burrito.png
Burrito (crafted)
10
PanFull.png
Omelette (crafted)
5

Location

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

RefriedBeans distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
mexicankitchen restaurantdisplay 41.46%
mexicankitchen restaurantdisplay 23.67%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - ForagingNav: 1
TownZone: 1
TrailerPark: 1
- - - - - - -

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

History

Base.RefriedBeans

Version Description
Build 42.0.0 EvolvedRecipe changed from {'Burrito': '10', 'Taco': '5', 'Omelette': '5', 'Burger': '5', 'Sandwich': '5', 'Sandwich Baguette': '5'} to {'Burrito': '10', 'Taco': '5', 'Omelette': '5', 'Burger': '5', 'Hotdog': '5', 'Sandwich': '5'}.
StaticModel added with value RefriedBeans_Ground.
Build 41.72 EvolvedRecipeName added with value Refried Bean.
EvolvedRecipe changed from {'Burrito': '10'} to {'Burrito': '10', 'Taco': '5', 'Omelette': '5', 'Burger': '5', 'Sandwich': '5', 'Sandwich Baguette': '5'}.
FoodType changed from Vegetables to Bean.
Build 41.69 DaysFresh added with value 4.
DaysTotallyRotten added with value 8.
DisplayCategory added with value Food.
Packaged removed.
Build 41.66 FoodType added with value Vegetables.
Build 41.65 Released on this version.

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_prepared.txt

Retrieved: Build 42.0.2
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;Hotdog:5;Sandwich:5,
		FoodType = Bean,
		DaysFresh = 4,
		DaysTotallyRotten = 8,
		HungerChange = -10,
		Calories = 70,
		Carbohydrates = 25,
		Lipids = 1.5,
		Proteins = 10,
		StaticModel = RefriedBeans_Ground,
		WorldStaticModel = RefriedBeans_Ground,
		EvolvedRecipeName = Refried Bean,
	}

See also