Tarp: Difference between revisions

From PZwiki
m (→‎See also: Add navbox)
m (Automated Formatting)
Line 11: Line 11:
|item_id=Base.Tarp
|item_id=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.


Line 33: Line 32:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|armyhanger  
|armyhanger
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|rowspan="5"|armysurplus  
|rowspan="5"|armysurplus
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|1
|1
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|1
|1
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|2
|2
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|2
|2
|-
|-
|rowspan="5"|carsupply  
|rowspan="5"|carsupply
|[[clothingrack]]  
|[[clothingrack]]
|4  
|4
|1
|1
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|1
|1
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|1
|1
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|1
|1
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|rowspan="4"|closet  
|rowspan="4"|closet
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|1
|1
|-
|-
|drugshack  
|drugshack
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|rowspan="2"|gasstorage  
|rowspan="2"|gasstorage
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|rowspan="3"|mechanic  
|rowspan="3"|mechanic
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|1
|1
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|1
|1
|-
|-
|[[wardrobe]]  
|[[wardrobe]]
|4  
|4
|1
|1
|-
|-
|morgue  
|morgue
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|}
|}

Revision as of 12:41, 14 April 2024

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 Ingredients Tools Requirements Workstation XP
TZ TentKit.png
Tent Kit
TentMaterial.png Tarp ×1
TZ TentPeg.png Tent Peg ×4
TZ WoodenStick.png Sturdy Stick ×2
none none none none
TZ TentKit.png
Tent Kit
TentMaterial.png Tarp ×1
Stake.png Stake ×4
TZ WoodenStick.png Sturdy Stick ×2
none none none none

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