Baking Tray: Difference between revisions

From PZwiki
mNo edit summary
m (language fix)
Line 1: Line 1:
{{languages}}
{{languages|Baking Tray}}
{{Items  
{{Items  
|image = Baking_Tray.png
|image = Baking_Tray.png
Line 7: Line 7:
A kitchen tool used to cook [[dough]].  
A kitchen tool used to cook [[dough]].  


 
<br><br><br><br><br><br><br><br>
 
 
 
 
 
 
 
 
 
 
 
 
 
== Code ==
== Code ==
  <nowiki>item BakingTray
  <nowiki>item BakingTray
     {
     {
         Weight = 0.5,
         Weight = 0.5,
         Type = Normal,
         Type = Normal,
         DisplayName =   BakingTray,
         DisplayName = BakingTray,
         Icon = BakingTray,
         Icon = BakingTray,
     } </nowiki>
     } </nowiki>
[[Category:Tools]]
[[Category:Tools]]

Revision as of 18:22, 13 April 2018

Template:Items

A kitchen tool used to cook dough.









Code

item BakingTray
    {
        Weight		= 0.5,
        Type		= Normal,
        DisplayName	= BakingTray,
        Icon		= BakingTray,
    }