Baking Pan: Difference between revisions

From PZwiki
(add "languages")
(Fixed image, added code)
Line 1: Line 1:
{{Notice|Improve}}
{{languages|Baking Pan}}
{{languages|Baking Pan}}
{{Items
{{Items
|
|image = Baking_Pan.png
|weight = 0.1
|weight = 0.1
}}
}}


The [[Baking Pan]] is a cooking utensil used in conjunction with [[Cake Batter]] to make a [[Cake]].
The '''Baking Pan''' is a cooking utensil used in conjunction with [[Cake Batter]] to make a [[Cake]].
It is most commonly found in kitchens, both in houses and in restaurants.
It is most commonly found in kitchens, both in houses and restaurants.


== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Crafting table header}}
{{RecipeLookup|2037}}
{{RecipeLookup|2037}}
{{Crafting table footer}}
{{Crafting table footer}}
<br><br>
== Code ==
<nowiki>item BakingPan
{
Type = Normal,
DisplayName = Baking Pan,
Icon = BakingPan,
Weight = 0.1,
MetalValue = 60,
}</nowiki>


[[Category:Tools]]
[[Category:Tools]]
[[Category:Items]]
[[Category:Items]]

Revision as of 18:16, 13 April 2018

Template:Items

The Baking Pan is a cooking utensil used in conjunction with Cake Batter to make a Recipe ingredients. It is most commonly found in kitchens, both in houses and restaurants.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer



Code

item BakingPan
	{
		Type			= Normal,
		DisplayName		= Baking Pan,
		Icon			= BakingPan,
		Weight			= 0.1,
		MetalValue 		= 60,
	}