Tarp: Difference between revisions

From PZwiki
(Created page with "Tarp is used to make a tent kit. {{Items |image = MATERIALTarp.png |weight = 1 }} == Crafting == == Code == item Tarp { Weight = 1, Type = Normal, ...")
 
(→‎Crafting: Added the crafting recipe)
Line 7: Line 7:


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|4011}}
|}


== Code ==
== Code ==

Revision as of 08:13, 12 October 2014

Tarp is used to make a tent kit.

Template:Items

Crafting

Name Recipe Description












Code

   item Tarp
   {
       Weight	=	1,
       Type	=	Normal,
       DisplayName	=	Tarp,
       Icon	=	TentMaterial,
   }