Cake Batter: Difference between revisions

From PZwiki
m (Automated editing: update crafting tables)
m (Distribution table update)
(One intermediate revision by the same user not shown)
Line 17: Line 17:
|item_id=Base.CakeBatter
|item_id=Base.CakeBatter
}}
}}
A '''cake batter''' is a non-perishable, inedible [[food]] [[Items|item]].
A '''cake batter''' is a non-perishable, inedible [[food]] [[Items|item]].


Line 41: Line 40:
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|CakeBatter|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>CakeBatter distribution
! Container
        <span class="mw-customtoggle-togglebox-CakeBatter" 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-CakeBatter">
! 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%;"
|bakery  
    |+ {{ll|Containers}}
|[[fridge]]
    ! Building / Room
|4  
    ! Container
|1
    ! Rolls
|-
    ! Chance
|cafe  
    |-
|[[fridge]]
    | bakery
|4  
    | {{ll|fridge}}
|1
    | 4
|}
    | 10.0
    |-
    | cafe
    | {{ll|fridge}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-CakeBatter" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|CakeBatter|41.78.16-->
Cake batter can often be found inside [[Containers#Displays|displays]] in bakeries.
Cake batter can often be found inside [[Containers#Displays|displays]] in bakeries.


Line 83: Line 92:
         Calories = 800,
         Calories = 800,
         WorldStaticModel = CakeBatter,
         WorldStaticModel = CakeBatter,
}  
}
}}
}}
}}
}}

Revision as of 15:06, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Cake Batter
CakeBatter Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Nutrition
CaloriesCalories
800
CarbohydratesCarbohydrates
50
ProteinsProteins
8
FatFat
48
Technical
Item ID
Base.CakeBatter

A cake batter is a non-perishable, inedible food item.

Usage

Cake batter cannot be consumed by the player, and is only used to make a cake.

Crafting

Main article: Cooking

Obtaining

The player must first learn how to make cake batter before it is craftable. This can be done by either reading Good Cooking Magazine Vol. 1, or starting with the chef occupation during character creation.

Product Ingredients Tools Requirements Workstation XP
CakeBatter.png
Cake Batter
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
Each of:
Bowl.png Bowl ×1
Butter.png Butter ×15 unit(s)
Yeast.png Yeast ×1
Milk.png Milk ×1
none
Profession chef2.png
Chef occupation
(or)
Trait cook.png
Cook trait
(or)
MagazineFood.png
Good Cooking Magazine Vol.1
none 2.5 Cooking

What it can make

Cake batter is placed in a baking pan, producing a cake preparation, which can have more ingredients added to it before being cooked, and producing a cake.

Product Ingredients Tools Requirements Workstation XP
Cake.png
Cake Preparation
BakingPan.png Baking Pan ×1
CakeBatter.png Cake Batter ×1
none none none 0.75 Cooking

Distribution

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

CakeBatter distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bakery fridge 4 10.0
cafe fridge 4 10.0

Cake batter can often be found inside displays in bakeries.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item CakeBatter
	{
	    DisplayCategory = Food,
		Type				=			Normal,
		DisplayName			=		    Cake Batter,
		Icon				=			CakeBatter,
		Weight				=			0.3,
        Carbohydrates = 50,
        Proteins = 8,
        Lipids = 48,
        Calories = 800,
        WorldStaticModel = CakeBatter,
	}

See also