Tarp: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(added model)
Line 3: Line 3:
{{Infobox item
{{Infobox item
|display_name=Tarp
|display_name=Tarp
|model= <!-- model image to go here: Tarp_Model.png -->
|model=Tarp_Model.png
|icon=TentMaterial.png
|icon=TentMaterial.png
|icon_name=Tarp
|icon_name=Tarp

Revision as of 04:13, 14 January 2024

Tarp
Tarp Model.png
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