Crackers: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 32: Line 32:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Crackers|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Crackers distribution
! Container
        <span class="mw-customtoggle-togglebox-Crackers" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Crackers">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="5"|cafeteriakitchen
    |+ {{ll|Containers}}
|[[crate]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[crate]]
    |-
|4
    | all
|1
    | {{ll|FoodBox}}
|-
    | 15
|[[crate]]
    | 10.0
|4
    |-
|2
    | all
|-
    | {{ll|GroceryBag1}}
|[[crate]]
    | 1
|4
    | 1.0
|2
    |-
|-
    | cafeteriakitchen
|[[crate]]
    | {{ll|crate}}
|4
    | 4
|5
    | 20.0
|-
    |-
|generalstore
    | cafeteriakitchen
|[[shelves]]
    | {{ll|crate}}
|4
    | 4
|1
    | 50.0
|-
    |-
|grocerystorage
    | cafeteriakitchen
|[[crate]]
    | {{ll|crate}}
|4
    | 4
|1
    | 10.0
|-
    |-
|rowspan="2"|kitchen
    | generalstore
|[[counter]]
    | {{ll|shelves}}
|4
    | 4
|1
    | 10.0
|-
    |-
|[[counter]]
    | grocerystorage
|4
    | {{ll|crate}}
|1
    | 4
|}
    | 1.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Crackers" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Crackers|41.78.16-->
Crackers are often found in [[Vehicles|vehicle]] trunks and [[Containers#Crates|crates]] located in kitchens.
Crackers are often found in [[Vehicles|vehicle]] trunks and [[Containers#Crates|crates]] located in kitchens.



Revision as of 15:17, 24 April 2024

Project ZomboidItemsFoodGrainsCrackers
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Crackers
Crackers Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
70
CarbohydratesCarbohydrates
12
ProteinsProteins
1
FatFat
6
Technical
Item ID
Base.Crackers

Crackers are a non-perishable food item.

Usage

Crackers can be eaten, providing the player with some positive effects.

Crafting

Main article: Cooking

Evolved recipes

Crackers are a cooking ingredient.

Product Nutrition
Soup
Soup
5
Stew
Stew
5

Distribution

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

Crackers distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all FoodBox 15 10.0
all GroceryBag1 1 1.0
cafeteriakitchen crate 4 20.0
cafeteriakitchen crate 4 50.0
cafeteriakitchen crate 4 10.0
generalstore shelves 4 10.0
grocerystorage crate 4 1.0
kitchen counter 4 10.0

Crackers are often found in vehicle trunks and crates located in kitchens.

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Crackers
	{
		DisplayName = Crackers,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Crackers,
		EvolvedRecipe = Soup:5;Stew:5,
		FoodType = NoExplicit,
		HungerChange = -5,
		Calories = 70,
		Carbohydrates = 12,
		Lipids = 6,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = Crackers_Ground,
	}

See also