Bread/de: Difference between revisions

From PZwiki
< BreadBread/de
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: aef858a5be040d2022df221b52d1243b))
Line 25: Line 25:


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting header|ing=5}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2013 -->
|-
{{Crafting/core|ing=2
! Name
| product_image = [[File:Cheese Sandwich.png|link=Cheese Sandwich|Cheese Sandwich]] | product_name = [[Cheese Sandwich]] | product_quantity = x1
! class="unsortable" | Recipe
| xp = <!-- Not present in the old template. Please fill in manually. -->
! class="unsortable" | Description
| sl = ''none''
{{RecipeLookup|2013}}
| req =
{{RecipeLookup|2008}}
| f1 = [[File:Cheese.png|link=Cheese|Cheese]] | i1 = [[Cheese]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Bread.png|link=Bread|Bread]] | i2 = [[Bread]] | q2 = x1 | tag2 = (consumed)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2008 -->
{{Crafting/core|ing=5
| product_image = [[File:Grilled Cheese Sandwich.png|link=Grilled Cheese Sandwich|Grilled Cheese Sandwich]] | product_name = [[Grilled Cheese Sandwich]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Bread.png|link=Bread|Bread]] | i1 = [[Bread]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Butter.png|link=Butter|Butter]] | i2 = [[Butter]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Cheese.png|link=Cheese|Cheese]] | i3 = [[Cheese]] | q3 = x1 | tag3 = (consumed)
| f4 = [[File:Pan.png|link=Frying Pan|Frying Pan]] | i4 = [[Frying Pan]] | q4 = x1
| f5 = [[File:Heat_source.gif|link=Heat Source|Heat Source]] | i5 = [[Heat Source]] | q5 =  | tag5 = (cooked:5min burned:8min) |opt5=1
}}
|}
|}


== Code ==
== Code ==

Revision as of 04:21, 26 March 2022


Ein verderbliches nahrungs Item. Kommt häufig in Häusern vor, meist in Kühlschränken. Wenn in einem Kühlschrank plaziert, kann das Brot einige zeit frisch bleiben. Kombiniert mit Käse erhält man ein Käsesandwich, welches man wiederum mit Butter in der Pfanne anbraten kann.


Effects

Hungry: -30


Verdorben

Brot ist nach 6 Tagen ausserhalb des Kühlschranks und nach 15 Tagen innerhalb, komplett verdorben.Template:Citation needed



Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
Cheese Sandwich
Cheese Sandwich x1
none Cheese
Cheese x1
(consumed)
Bread
Bread x1
(consumed)
Grilled Cheese Sandwich
Cheese Sandwich x1
none Bread
Bread x1
(consumed)
Butter
Butter x1
(consumed)
Cheese
Cheese x1
(consumed)
Frying Pan
Frying Pan x1
Heat Source
Heat source
(cooked:5min burned:8min)


Code

item Bread
	{
		HungerChange	=	-30,
		Weight	=	0.3,
		Type	=	Food,
		DaysTotallyRotten	=	6,
		DisplayName	=	Bread,
		Icon	=	Bread,
		DaysFresh	=	3,
		EvolvedRecipe = Soup:5;Stew:5;Salad:5,
		FoodType    =   NoExplicit,
	}

Template:Navbox/Consumables