Tarp: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: c7a7ab5b70aeb5ce83beac5fa812ff9d))
m (Minor edits, updated version (didn't update code))
Line 1: Line 1:
{{languages|Tarp}}
{{languages|Tarp}}
{{header|The Game World|Items|type=Construction|version=Version 40|incver=40}}{{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
Line 12: Line 12:
|class_name = Base.Tarp
|class_name = Base.Tarp
}}
}}
A '''tarp''' is an item used in crafting for camping.
The '''tarp''' is an item used to craft a [[Tent Kit|tent kit]] for camping.
==Usage==
==Usage==
===Recipes===
===Recipes===
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}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4011 -->
{{Crafting/core|ing=3
{{Crafting/core|ing=3
Line 30: Line 30:


==Distribution==
==Distribution==
Tarps can be found mostly in [[Containers#Crates|crates]] (warehouses for example).
Tarps can be found in warehouses, where there are plenty of storage [[Containers#Crates|crates]].


== Code ==
== Code ==
Line 45: Line 45:
* [[Tent peg]]
* [[Tent peg]]
* [[Tent]]
* [[Tent]]
 
* [[Stake]]
[[Category:Camping]]
[[Category:Camping]]

Revision as of 00:25, 13 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
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 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