Tarp: Difference between revisions

From PZwiki
(add "languages")
(applied new boilerplate)
Line 1: Line 1:
{{languages|Tarp}}
{{languages|Tarp}}
 
{{header|The Game World|Items|type=Default|version=Version 39|incver=67.5}}{{Infobox normal
Tarp is used to make a tent kit.
|image = TentMaterial.png  
 
Tarps can be found mostly in crates (warehouses for example).
 
{{Items
|image = MATERIALTarp.png
|weight = 1
|weight = 1
|weight_bkg = 1
|primary_use = Make [[Tent Kit|tent kit]]
|class_name = Base.Tarp
|class_name_bkg = 1
}}
}}
'''Tarp''' is an item used in crafting for camping.
==Usage==
===Recipes===
Tarp is only used to make a [[Tent Kit|tent kit]].
{{Crafting table header}}
{{RecipeLookup|4011}}
{{Crafting table footer}}


== Crafting ==
==Item distribution==
{| class="wikitable sortable" style="text-align:center;"
Tarps can be found mostly in [[Containers#Crates|crates]] (warehouses for example).
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
 
{{RecipeLookup|4011}}
|}


== Code ==
== Code ==
 
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
    item Tarp
{{Retrieved|version=39|incver=67.5}}
    {
<nowiki>
        Weight = 1,
item Tarp
        Type = Normal,
Weight = 1,
        DisplayName = Tarp,
Type = Normal,
        Icon = TentMaterial,
DisplayName = Tarp,
    }
Icon = TentMaterial,</nowiki>


==See Also==
==See Also==
* [[Tent peg]]
* [[Tent peg]]
* [[Tent]]
* [[Tent]]

Revision as of 16:01, 13 July 2018

Tarp
{{{display_name}}}
General
Category Item
Encumbrance
Heavy Load
1
Function Make tent kit
Technical details
Base ID Base.Tarp

Tarp is an item used in crafting for camping.

Usage

Recipes

Tarp is only used to make a tent kit. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Item distribution

Tarps can be found mostly in crates (warehouses for example).

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

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

See Also