Wooden Crate/pl: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: eacebb6e054ac4bec09a5cc6028ddf43))
m (→‎Crafting: Replace for template)
Line 8: Line 8:




== Crafting ==
==Wytwarzanie==
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1008 -->
{{Crafting header|ing=3}}
{{Crafting/core|ing=3
{{Crafting carpentry|301|ing=3}}
| product_image = [[File:Wooden_Crate.png|link=Crate|Crate]] | product_name = [[Crate]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = [[Carpentry]] 3
| req =
| f1 = [[File:Hammer.png|link=Hammer|Hammer]] | i1 = [[Hammer]] | q1 = x1
| f2 = [[File:Nails.png|link=Nails|Nails]] | i2 = [[Nails]] | q2 = x2 | tag2 = (consumed)
| f3 = [[File:Plank.png|link=Wooden Plank|Wooden Plank]] | i3 = [[Wooden Plank]] | q3 = x2 | tag3 = (consumed)
}}
|}
|}


== Code ==
== Code ==

Revision as of 23:50, 30 May 2023

Template:Items

Paka jest jedyną skrzynią,którą może stworzyć gracz aby przetrzymywać w niej rzeczy. Podobnie jak w innych pojemnikach, można włożyć do niej nieskończoną ilość przedmiotów.Wykonuje się go w połączeniu młotka , 2 desek , oraz 2 gwożdzi .Jego waga to 10 kilogramów.


Wytwarzanie

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
WoodenCrate Carpentry.gif
Wooden Crate
0.75 Carpentry Carpentry 3 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x3
(consumed)
Nails.png
Nails x3
(consumed)

Code

item Crate
{
	Type				=			Normal,
	DisplayName			=			Crate,
	Icon				=			Crate,
	Weight				=			10,

}