Wooden Wall/pl: Difference between revisions

From PZwiki
(Corrected Languages.)
(PZ Updater automated execution(task: deploy ReLookup, eid: 4a48c70790319677e60ea23e319b2d76))
Line 9: Line 9:


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1003 -->
|-  
{{Crafting/core|ing=3
! Name
| product_image = [[File:wall.png|link=Wall Piece|Wall Piece]] | product_name = [[Wall Piece]] | product_quantity = x1
! class="unsortable" | Recipe
| xp = <!-- Not present in the old template. Please fill in manually. -->
! class="unsortable" | Description
| sl = [[Carpentry]] 2
{{RecipeLookup|1003}}
| req =
{{RecipeLookup|1005}}
| f1 = [[File:Nails.png|link=Nails|Nails]] | i1 = [[Nails]] | q1 = x3 | tag1 = (consumed)
{{RecipeLookup|1006}}
| f2 = [[File:Plank.png|link=Wooden Plank|Wooden Plank]] | i2 = [[Wooden Plank]] | q2 = x3 | tag2 = (consumed)
| f3 = [[File:Hammer.png|link=Hammer|Hammer]] | i3 = [[Hammer]] | q3 = x1
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1005 -->
{{Crafting/core|ing=3
| product_image = [[File:WindowFrame.png|link=Wooden Window Frame|Wooden Window Frame]] | product_name = [[Wooden Window Frame]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = [[Carpentry]] 2
| req =
| f1 = [[File:Hammer.png|link=Hammer|Hammer]] | i1 = [[Hammer]] | q1 = x1
| f2 = [[File:Nails.png|link=Nails|Nails]] | i2 = [[Nails]] | q2 = x4 | tag2 = (consumed)
| f3 = [[File:Plank.png|link=Wooden Plank|Wooden Plank]] | i3 = [[Wooden Plank]] | q3 = x4 | tag3 = (consumed)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1006 -->
{{Crafting/core|ing=3
| product_image = [[File:DoorFrame.png|link=Wooden Door Frame|Wooden Door Frame]] | product_name = [[Wooden Door Frame]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = [[Carpentry]] 2
| req =
| f1 = [[File:Hammer.png|link=Hammer|Hammer]] | i1 = [[Hammer]] | q1 = x1
| f2 = [[File:Nails.png|link=Nails|Nails]] | i2 = [[Nails]] | q2 = x4 | tag2 = (consumed)
| f3 = [[File:Plank.png|link=Wooden Plank|Wooden Plank]] | i3 = [[Wooden Plank]] | q3 = x4 | tag3 = (consumed)
}}
|}
|}


== Code ==
== Code ==

Revision as of 04:15, 26 March 2022


Template:Items

Barykada jest to budowla obronna, która zużywa 1 pełną płytkę przestrzeni.Była dawniej niezniszczalna, ale po aktualizacji 0.2.0, ma tylko 3 pkt.życia. Aby umieścić ją, wybierz ją z ekwipunku, a następnie kliknij na danym miejscu, a barykada zostanie umieszczona. Młotek jest teraz potrzebny do tego aby ją zniszczyć . Barykady mogą być wykonane młotkiem, 2 gwoździami , oraz 2 deskami w oknie craftingu.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Wall Piece
Wooden Wall x1
Carpentry 2 Nails
Nails x3
(consumed)
Wooden Plank
Plank x3
(consumed)
Hammer
Hammer x1
Wooden Window Frame
Wooden Window x1
Carpentry 2 Hammer
Hammer x1
Nails
Nails x4
(consumed)
Wooden Plank
Plank x4
(consumed)
Wooden Door Frame
Wooden Doorframe x1
Carpentry 2 Hammer
Hammer x1
Nails
Nails x4
(consumed)
Wooden Plank
Plank x4
(consumed)


Code

item Wall
{
	Type				=			Normal,
	DisplayName			=			Wall Piece,
	Icon				=			Wall,
	Weight				=			15.0,
}