Tarp: Difference between revisions

From PZwiki
m (Add to Camping Category)
(PZ Updater automated execution(task: deploy ReLookup, eid: c7a7ab5b70aeb5ce83beac5fa812ff9d))
Line 16: Line 16:
===Recipes===
===Recipes===
Tarp is only used to make a [[Tent Kit|tent kit]].
Tarp is only used to make a [[Tent Kit|tent kit]].
{{Crafting table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4011 -->
{{RecipeLookup|4011}}
{{Crafting/core|ing=3
{{Crafting table footer}}
| product_image = [[File:Tent_kit.png|link=Tent kit|Tent kit]] | product_name = [[Tent kit]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Tent_peg.png]] | i1 = [[Tent peg]]<br>or<br>[[Stake]] | q1 = x4 | tag1 = (consumed)
| f2 = [[File:Tarp.png|link=Tarp|Tarp]] | i2 = [[Tarp]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:TZ_WoodenStick.png|link=Sturdy stick|Sturdy stick]] | i3 = [[Sturdy stick]] | q3 = x2 | tag3 = (consumed)
}}
|}
 


==Distribution==
==Distribution==

Revision as of 04:38, 26 March 2022

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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Tent kit
Tent Kit x1
none Tent peg.png
Tent Peg
or
Stake x4
(consumed)
Tarp
Tarp x1
(consumed)
Sturdy stick
Sturdy Stick x2
(consumed)


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