More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Lard is a non-perishable 'spice' food item used in cooking.
Usage
Lard can be eaten raw, providing the player with some positive and negative effects. Lard is more effective when used as cooking ingredient, as all negative effects are removed.
Crafting
- Main article: Cooking
What it can make
Evolved recipes
Lard is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
Product | Nutrition |
---|---|
Soup |
4 |
Stew |
4 |
Stir Fry |
4 |
Roasted Vegetables |
4 |
Sandwich |
2 |
Pasta Pot/Saucepan |
4 |
Taco (crafted) |
2 |
Burrito (crafted) |
2 |
Toast |
2 |
Location
The loot distributions can be found in the table(s) below.
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.
Building/Room | Container | Effective chance |
---|---|---|
all | fridge | 6.74% |
all | fridge | 4.44% |
bakery | fridge | 15.52% |
bakerykitchen | fridge | 15.52% |
cafe | fridge | 15.52% |
cafekitchen | fridge | 15.52% |
conveniencestore | fridge | 15.52% |
cornerstore | fridge | 15.52% |
dinerkitchen | fridge | 6.74% |
donut_kitchenstorage | fridge | 15.52% |
fossoil | fridge | 15.52% |
gasstore | fridge | 15.52% |
generalstore | fridge | 15.52% |
generalstorestorage | fridge | 15.52% |
gigamart | fridge | 15.52% |
grocery | fridge | 15.52% |
kitchen_crepe | fridge | 15.52% |
pharmacy | fridge | 15.52% |
restaurantkitchen | fridge | 6.74% |
zippeestore | fridge | 15.52% |
Lard can be found in kitchen counters and refrigerators.
History
Base.Lard
Version | Description |
---|---|
Build 41.72 | EvolvedRecipe added with value {'Sandwich': '2', 'Sandwich Baguette': '2', 'Stir fry Griddle Pan': '4', 'Stir fry': '4', 'Roasted Vegetables': '4', 'PastaPot': '4', 'PastaPan': '4', 'Taco': '2', 'Burrito': '2', 'Toast': '2', 'Soup': '4', 'Stew': '4'} .HungerChange changed from -25 to -24 .Spice added with value true .Item tag added with value BakingFat . |
Build 41.70 | Released on this version. |
Code
Source: ProjectZomboid\media\scripts\items_food.txt
item Lard
{
DisplayName = Lard,
DisplayCategory = Food,
Type = Food,
Weight = 0.3,
Icon = Lard,
EvolvedRecipe = Sandwich:2;Sandwich Baguette:2;Stir fry Griddle Pan:4;Stir fry:4;Roasted Vegetables:4;PastaPot:4;PastaPan:4;Taco:2;Burrito:2;Toast:2;Soup:4;Stew:4,
FoodType = NoExplicit,
Spice = true,
Packaged = TRUE,
HungerChange = -24,
UnhappyChange = 30,
Calories = 4095,
Carbohydrates = 0,
Lipids = 454,
Proteins = 0,
WorldStaticModel = Lard_Ground,
Tags = BakingFat,
}