Cake Batter: Difference between revisions

From PZwiki
(Copied from "Cake batter" (to be redirected here))
 
mNo edit summary
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{languages|Cake Batter}}
{{languages|Cake Batter}}
{{Items
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=16}}{{Infobox food
|image = Dough.png
|display_name=Cake Batter
|weight = 0.3
|name_colour=Food
}}
|name_text_colour=Food
Necessary to prepare [[Cake|cake]].
|image=CakeBatter_120px.png
|alternate_image=Cake.png
|alternate_name=Cake Preparation
|alternate_link=Cake
|alternate_image2=CakeCooked.png
|alternate_name2=Cake
|alternate_link2=Cake
<!--GENERAL-->
|category=Food
|weight=0.3
<!--NUTRITION-->
|calories=800
|lipids=48
|proteins=8
|carbohydrates=50
<!--TECHNICAL DETAILS-->
|class_name=Base.CakeBatter
}}'''Cake batter''' is a [[Food#Non-Perishable|non-perishable]], inedible food [[item]].
 
==Usage==
Cake batter cannot be consumed by the player, and is only used to make a [[cake]].


== Crafting ==
== Crafting ==
{{Crafting table header}}
===Cooking===
{{Main|Cooking}}
====How to make====
The player must first learn how to make cake batter before it is craftable. This can be done by either reading a [[Recipe Magazines#Cooking|''Good Cooking Magazine'']], or starting with the [[Occupation#Chef|chef occupation]] during character creation.
{{Cooking table header}}
{{RecipeLookup|2039}}
{{RecipeLookup|2039}}
{{Crafting table footer}}
{{Crafting table footer}}


== See also ==
====What it can make====
* [[Cooking]]
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]].
* [[Cake]]
{{Cooking table header}}
{{RecipeLookup|2037}}
{{Crafting table footer}}
 
 
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=16}}
<pre> item CakeBatter
Type = Normal,
DisplayName = Cake Batter,
Icon = CakeBatter,
Weight = 0.3,
        Carbohydrates = 50,
        Proteins = 8,
        Lipids = 48,
        Calories = 800,</pre>
 
==See also==
*[[Bread Dough]]
*[[Pie Dough]]


[[Category:Cookable Food]]
{{Navbox/Consumables}}
[[Category:Perishable Food]]

Revision as of 16:49, 20 September 2018

Cake Batter
Cake Batter
Cake Preparation Cake
General
Category Food
Encumbrance
Heavy Load
0.3
Nutrition
Calories
Calories
800
Carbohydrates
Carbohydrates
50
Proteins
Proteins
8
Fat
Fat
48
Technical details
Item ID Base.CakeBatter

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

Cooking

Main article: Cooking

How to make

The player must first learn how to make cake batter before it is craftable. This can be done by either reading a Good Cooking Magazine, or starting with the chef occupation during character creation. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer


Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.16

	item CakeBatter
		Type		= Normal,
		DisplayName	= Cake Batter,
		Icon		= CakeBatter,
		Weight		= 0.3,
        	Carbohydrates 	= 50,
        	Proteins 	= 8,
        	Lipids 		= 48,
        	Calories 	= 800,

See also

Template:Navbox/Consumables