Tarp

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
armyhanger counter 4 1
armysurplus counter 4 1
metal_shelves 4 1
metal_shelves 4 1
metal_shelves 4 2
metal_shelves 4 2
carsupply clothingrack 4 1
metal_shelves 4 1
metal_shelves 4 1
metal_shelves 4 1
shelves 4 1
closet crate 4 1
crate 4 1
crate 4 1
crate 4 1
drugshack counter 4 1
gasstorage counter 4 1
counter 4 1
mechanic metal_shelves 4 1
metal_shelves 4 1
wardrobe 4 1
morgue counter 4 1

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