Cake Batter: Difference between revisions

From PZwiki
(Updated info to the current game version, and added some hyperlinks)
(Update distribution file)
 
(39 intermediate revisions by 9 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 once created, ingredients can be added and cooked to create a fulfilling food.
A '''cake batter''' is a non-perishable, inedible [[food]] [[Items|item]].


In order to learn the pie dough recipe, the player must have either 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">
    Effective chance calculations are based off of default loot settings, and median 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.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | bakery
    | {{ll|fridge}}
    | 23.28%
    |-
    | bakerykitchen
    | {{ll|fridge}}
    | 23.28%
    |-
    | cafe
    | {{ll|fridge}}
    | 23.28%
    |-
    | cafekitchen
    | {{ll|fridge}}
    | 23.28%
    |-
    | donut_kitchenstorage
    | {{ll|fridge}}
    | 23.28%
    |}
</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 12:13, 30 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
Effective chance calculations are based off of default loot settings, and median 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.
Containers
Building/Room Container Effective chance
bakery fridge 23.28%
bakerykitchen fridge 23.28%
cafe fridge 23.28%
cafekitchen fridge 23.28%
donut_kitchenstorage fridge 23.28%

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