Tarp: Difference between revisions

From PZwiki
(changed image to 120px variant and added alternate image to infobox)
m (updated infobox variables)
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=Construction|version=Version 39|incver=67.5}}{{Infobox normal
|display_name=Tarp
|name_colour=Construction
|name_text_colour=Construction
|image = Tarp_120px.png
|image = Tarp_120px.png
|alternate_image=TZ_TentKit.png
|alternate_image=TZ_TentKit.png
Line 6: Line 9:
|alternate_link=Tent Kit
|alternate_link=Tent Kit
|weight = 1
|weight = 1
|weight_bkg = 1
|primary_use = Make [[Tent Kit|tent kit]]
|primary_use = Make [[Tent Kit|tent kit]]
|class_name = Base.Tarp
|class_name = Base.Tarp
|class_name_bkg = 1
}}
}}
'''Tarp''' is an item used in crafting for camping.
'''Tarp''' is an item used in crafting for camping.
Line 32: Line 33:
Icon = TentMaterial,</nowiki>
Icon = TentMaterial,</nowiki>


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

Revision as of 18:25, 21 July 2018

Tarp
Tarp
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