Cake Batter: Difference between revisions

From PZwiki
mNo edit summary
m (Distribution table update)
 
(36 intermediate revisions by 8 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{languages|Cake Batter}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 39.45'''    </div><!-- Code for Version Tag at top -->
|name=Cake Batter
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=CakeBatter_Model.png
{{Consumables
|icon=CakeBatter.png
|image = Cake_Batter.png
|icon_name=Cake Batter
|weight = 0.3
<!--GENERAL-->
|category=Food
|weight=0.3
<!--NUTRITION-->
|calories=800
|lipids=48
|proteins=8
|carbohydrates=50
<!--TECHNICAL DETAILS-->
|item_id=Base.CakeBatter
}}
}}
[[Cake Batter|Cake batter]] is an inedible [[Food#Non-Perishable|non-perishable]] food item that is crafted from [[flour]], [[butter]], [[sugar]], an [[egg]], [[yeast]], [[Milk Package|milk]], and a [[bowl]]. Cake batter is the base for making a [[cake]], which ingredients can be added to in order to create a fulfilling food.
A '''cake batter''' is a non-perishable, inedible [[food]] [[Items|item]].


In order to learn the cake batter recipe, the player must either have the [[Traits#Hobbies|cook]] trait or read the [[Recipe_Magazines|good cooking magazine]].
==Usage==
<br>
Cake batter cannot be consumed by the player, and is only used to make a [[Recipe ingredients#Cake ingredients|cake]].
== Nutritional information ==


'''Its nutritional values are as follows:'''<br>
==Crafting==
Carbohydrates = 50 <br>
{{Main|Cooking}}
Proteins = 8 <br>
Lipids = 48 <br>
Calories = 800 <br><br>
== Crafting ==


{| class="wikitable sortable" style="text-align:center;"
===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|Good Cooking Magazine Vol. 1]]'', or starting with the [[Occupation#Chef|chef occupation]] during character creation.
! Name
{{Crafting/sandbox2
! class="unsortable" | Recipe
|cake_batter
! class="unsortable" | Description
}}
{{RecipeLookup|2039}}
 
{{RecipeLookup|2037}}
===What it can make===
{{RecipeLookup|2041}}
Cake batter is placed in a baking pan, producing a [[Cake Preparation|cake preparation]], which can have more ingredients added to it before being cooked, and producing a [[cake]].
|}
{{Crafting/sandbox2
|cake_preparation
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.


<!--BOT FLAG|CakeBatter|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>CakeBatter distribution
        <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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-CakeBatter">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | bakery
    | {{ll|fridge}}
    | 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.


== Code ==
==Code==
=== Item ===
{{CodeBox
<nowiki>
| {{CodeSnip
  | lang = java
  | line = true
  | start = 1401
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CakeBatter
item CakeBatter
    {
{
Type = Normal,
    DisplayCategory = Food,
DisplayName = Cake Batter,
Type = Normal,
Icon = CakeBatter,
DisplayName =     Cake Batter,
Weight = 0.3,
Icon = CakeBatter,
         Carbohydrates = 50,
Weight = 0.3,
         Proteins = 8,
         Carbohydrates = 50,
         Lipids = 48,
         Proteins = 8,
         Calories = 800,
         Lipids = 48,
    }
         Calories = 800,
</nowiki>
        WorldStaticModel = CakeBatter,
=== Recipe ===
}
<nowiki>
}}
recipe Make Cake Batter
}}
    {
 
      Bowl,
==See also==
      Flour=2,
*[[Bread Dough]]
      Butter;15,
*[[Pie Dough]]
      Sugar=3,
 
      Egg/WildEggs,
{{Navbox items|prepared_food}}
      Yeast,
      Milk,


      Result:CakeBatter,
      NeedToBeLearn:true,
      Time:50.0,
      Category:Cooking,
      OnGiveXP:Give10CookingXP,
    }
</nowiki>


{{Navbox/Consumables}}
[[Category:Non-perishable food]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Latest 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