Tarp: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 12: Line 12:
|class_name = Base.Tarp
|class_name = Base.Tarp
}}
}}
'''Tarp''' is an item used in crafting for camping.
A '''tarp''' is an item used in crafting for camping.
==Usage==
==Usage==
===Recipes===
===Recipes===

Revision as of 11:57, 13 December 2018

Tarp
Tarp
Tent Kit
General
Category Item
Encumbrance
Heavy Load
1
Function Make tent kit
Technical details
Base ID Base.Tarp

A 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

Distribution

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

Code

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

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

See also