Tarp: Difference between revisions

From PZwiki
m (Minor edits, updated version (didn't update code))
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Tarp}}
{{Languages}}{{Header|The Game World|Items|type=Construction|version=Version 41|incver=78}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 41|incver=78}}{{Infobox normal
|display_name=Tarp
|display_name=Tarp
|name_colour=Construction
|name_colour=Construction
|name_text_colour=Construction
|name_text_colour=Construction
|image = Tarp_120px.png
|image=Tarp.png
|alternate_image=TZ_TentKit.png
|alternate_image=TZ_TentKit.png
|alternate_name=Tent Kit
|alternate_name=Tent Kit
|alternate_link=Tent Kit
|alternate_link=Tent Kit
|weight = 1
|weight=1
|primary_use = Make [[Tent Kit|tent kit]]
|primary_use=Make [[Tent Kit|tent kit]]
|class_name = Base.Tarp
|class_name=Base.Tarp
}}
}}The '''tarp''' is an item used to craft a [[Tent Kit|tent kit]] for camping.
The '''tarp''' is an item used to craft a [[Tent Kit|tent kit]] for camping.
 
==Usage==
==Usage==
===Recipes===
===Recipes===
The tarp is only used to make a [[Tent Kit|tent kit]].
The tarp is only used to make a [[Tent Kit|tent kit]].
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4011 -->
{{Crafting header|ing=3}}
{{Crafting/core|ing=3
{{Crafting survivalist|003|ing=3}}
| product_image = [[File:Tent_kit.png|link=Tent kit|Tent kit]] | product_name = [[Tent kit]] | product_quantity = x1
{{Crafting survivalist|004|ing=3}}
| 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==
Tarps can be found in warehouses, where there are plenty of storage [[Containers#Crates|crates]].
Tarps can be found in warehouses, where there are plenty of storage [[Containers#Crates|crates]].


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


==See also==
==See also==
* [[Tent peg]]
*[[Tent peg]]
* [[Tent]]
*[[Tent]]
* [[Stake]]
*[[Stake]]
 
[[Category:Camping]]
[[Category:Camping]]

Revision as of 20:32, 26 February 2023

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

The tarp is an item used to craft a tent kit for camping.

Usage

Recipes

The tarp is only used to make a tent kit.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
TZ TentKit.png
Tent Kit
0 XP none TentMaterial.png
Tarp
(consumed)
TZ TentPeg.png
Tent Peg x4
(consumed)
TZ WoodenStick.png
Sturdy Stick x2
(consumed)
TZ TentKit.png
Tent Kit
0 XP none TentMaterial.png
Tarp
(consumed)
Stake.png
Stake x4
(consumed)
TZ WoodenStick.png
Sturdy Stick x2
(consumed)

Distribution

Tarps can be found in warehouses, where there are plenty of storage crates.

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