Tent Kit

From PZwiki
(Redirected from Tent Kit)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Tent Kit
TentKit Model.png
Tent.png
General
Category
Camping
Encumbrance
Moodle Icon HeavyLoad.png
3
Function
Construct tent
Technical
Item ID
Base.CampingTentKit

A tent kit is a camping kit used to place a tent in any location.

Usage

Used to build a tent for sleeping.

The tent can be placed anywhere. Simply right-click the floor and click the 'Put up tent' option in the menu if the tent is in the characters main inventory. When the tent is built, it will be a structure of dimensions 2x1x1 where you can sleep with an average bed quality.

Crafting

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

Tent pegs are found primarily in warehouses. Sturdy sticks can be made by sawing planks.

Construction

Product Ingredients Tools Requirements Workstation XP
Tent.png
Tent
TZ TentKit.png Tent Kit ×1 none none none none

Distribution

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

CampingTentKit distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Bag_ALICEpack 1 0.5
all Outfit_Hobbo 1 0.1
armysurplus metal_shelves 4 10.0
armysurplus metal_shelves 4 20.0
bedroom crate 1 0.1
closet crate 4 2.0
closet crate 4 1.0
Foraging
Amount Skill level Biomes Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
--- 2 DeepForest 10 - - - - - - -

Code

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

TZ TentKit.png Base.CampingTentKit
Source: ProjectZomboid\media\scripts\camping.txt

Retrieved: Build 41.78.16
item CampingTentKit
	{
	    DisplayCategory = Camping,
		Type				=		Normal,
		DisplayName			=	 Tent Kit,
		Icon				=		TZ_TentKit,
		Weight				=		3.0,
		WorldStaticModel  = CampingTentKit_Ground,
	}

Tent.png Base.CampingTent
Source: ProjectZomboid\media\scripts\camping.txt

Retrieved: Build 41.78.16
item CampingTent
	{
	    DisplayCategory = Camping,
		Type				=		Normal,
		DisplayName			=	 Tent,
		Icon				=		TZ_Tent,
		Weight				=		3.0,
	}

See also