Tarp: Difference between revisions

From PZwiki
(applied new boilerplate)
(changed image to 120px variant and added alternate image to infobox)
Line 1: Line 1:
{{languages|Tarp}}
{{languages|Tarp}}
{{header|The Game World|Items|type=Default|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|type=Default|version=Version 39|incver=67.5}}{{Infobox normal
|image = TentMaterial.png  
|image = Tarp_120px.png
|alternate_image=TZ_TentKit.png
|alternate_name=Tent Kit
|alternate_link=Tent Kit
|weight = 1
|weight = 1
|weight_bkg = 1
|weight_bkg = 1

Revision as of 16:11, 13 July 2018

Tarp
{{{display_name}}}
Tent Kit
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