![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Refried Beans
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Perishable Food>Refried Beans | Page updated: Version 41.78.16 |
---|
Refried Beans | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 0.2 |
Days until stale | 4 days |
Days until rotten | 8 days |
Nutrition | |
Hunger | -10 |
Calories | 70 |
Carbohydrates | 25 |
Proteins | 10 |
Fat | 1.5 |
Technical details | |
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 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Crafting
- Main article: Cooking
Evolved recipes
Refried Beans are a cooking ingredient.
Product | Nutrition |
---|---|
![]() Sandwich |
5 |
![]() Burger |
5 |
![]() Taco |
5 |
![]() Burrito |
10 |
![]() Omelette |
5 |
Distribution
Refried Beans can be found in the restaurant displays of Mexican restaurants.
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
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