Tarp: Difference between revisions

From PZwiki
(Infobox changes and new code section trial)
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|type=Construction|version=Version 41|incver=78.16}}{{Infobox item
{{Languages}}
{{Header|The Game World|Items|type=Construction|version=Version 41|incver=78.16}}
{{Infobox item
|display_name=Tarp
|display_name=Tarp
|model= <!-- model image to go here: Tarp_Model.png -->
|model= <!-- model image to go here: Tarp_Model.png -->
Line 8: Line 10:
|function=Make [[Tent Kit|tent kit]]
|function=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]].

Revision as of 18:42, 1 October 2023

Tarp
[[File:|Tarp|200px|class=pixelart]]
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
1
Function
Technical
Item 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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16 (24 September 2023)
item Tarp
	{
	    DisplayCategory = Material,
		Weight	=	1,
		Type	=	Normal,
		DisplayName	=	Tarp,
		Icon	=	TentMaterial,
		WorldStaticModel = Tarp,
	}

See also