Cooking Pot/pl: Difference between revisions

From PZwiki
< Cooking PotCooking Pot/pl
m (Tickleman moved page Garnek to Garnek)
(PZ Updater automated execution(task: deploy ReLookup, eid: 539cbafee0881c170b59fe4ac5e2a833))
Line 10: Line 10:




{| class="wikitable sortable" style="text-align:center;"
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2000 -->
|-  
{{Crafting/core|ing=4
! Name
| product_image = [[File:Smallpotofsoup.png|link=Pot of Soup|Pot of Soup]] | product_name = [[Pot of Soup]] | product_quantity = x1
! class="unsortable" | Recipe
| xp = <!-- Not present in the old template. Please fill in manually. -->
! class="unsortable" | Description
| sl = ''none''
{{RecipeLookup|2000}}
| req =
| f1 = [[File:Smallcanopener.png|link=Can Opener|Can Opener]] | i1 = [[Can Opener]] | q1 = x1
| f2 = [[File:Cannedsoup.png|link=Canned Soup|Canned Soup]] | i2 = [[Canned Soup]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Smallpot.png|link=Cooking Pot|Cooking Pot]] | i3 = [[Cooking Pot]] | q3 = x1 | tag3 = (consumed)
| f4 = [[File:Heat_source.gif|link=Heat Source|Heat Source]] | i4 = [[Heat Source]] | q4 =  | tag4 = (cooked:50min burned:100min) |opt4=1
}}
|}
|}


== Code ==
== Code ==

Revision as of 04:20, 26 March 2022

Template:Tools

Metalowy garnek do gotowania.Można go użyć do podgrzewania potraw na kuchence.Po zjedzeniu z niego jedzenia wraca do swojej pierwotnej postaci. Można go znaleść w szafkach w domu.


Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Pot of Soup
Pot of Soup x1
none Can Opener
Can Opener x1
Canned Soup
Canned Vegetable Soup x1
(consumed)
Cooking Pot
Cooking Pot x1
(consumed)
Heat Source
Heat source
(cooked:50min burned:100min)


Code

item Pot
{
	Type				=			Normal,
	DisplayName			=			Cooking Pot,
	Icon				=			Pot,
	Weight				=			5,
	ReplaceOnUseOn  	=			WaterSource-WaterPot,
	CanStoreWater		=			true
}