Tent Kit: Difference between revisions

From PZwiki
m (Automated header update.)
m (Automated Formatting)
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Construction}}
{{Header|Project Zomboid|Items|Construction}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Tent Kit
|name=Tent Kit
|model=TentKit_Model.png
|model=TentKit_Model.png
|icon=TZ_TentKit.png
|icon=TZ_TentKit.png
Line 8: Line 8:
|icon2=Tent.png
|icon2=Tent.png
|icon_name=Tent Kit
|icon_name=Tent Kit
|icon_link=
|category=Camping
|category=Camping
|weight=3
|weight=3
|function=Construct [[Tent|tent]]
|function=Construct [[Tent|tent]]
|class_name=Base.CampingTentKit
|item_id=Base.CampingTentKit
}}
}}
A '''tent kit''' is a camping kit used to place a tent in any location.
A '''tent kit''' is a camping kit used to place a tent in any location.
Line 22: Line 21:


==Crafting==
==Crafting==
{{Crafting header|ing=3}}
{{Crafting/sandbox2
{{Crafting survivalist|003|ing=3}}
|tent_kit
{{Crafting survivalist|004|ing=3}}
|tent_kit2
|}
}}
<small>''[[Tent Peg|Tent pegs]] are found primarily in warehouses. [[Sturdy Stick|Sturdy sticks]] can be made by [[Saw|sawing]] [[plank]]s''.</small>
<small>''[[Tent Peg|Tent pegs]] are found primarily in warehouses. [[Sturdy Stick|Sturdy sticks]] can be made by [[Saw|sawing]] [[plank]]s''.</small>


===Construction===
===Construction===
{{Crafting header|ing=1}}
{{Crafting/sandbox2
{{Crafting survivalist|502|ing=1}}
|tent
|}
}}


==Distribution==
==Distribution==
Line 77: Line 76:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 1727
   | start = 61
   | source = camping.txt
   | source = camping.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item CampingTentKit
item CampingTentKit
{
{
    DisplayCategory = Camping,
    DisplayCategory = Camping,
Line 97: Line 96:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 1775
   | start = 52
   | source = camping.txt
   | source = camping.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item CampingTent
item CampingTent
{
{
    DisplayCategory = Camping,
    DisplayCategory = Camping,
Line 117: Line 116:
*[[Tarp]]
*[[Tarp]]


{{Navbox construction}}
{{Navbox items|survival}}
{{Navbox equipment}}
 
 


[[Category:Camping]]
[[Category:Camping]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 12:44, 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]
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.

Containers
Building/Room Container Rolls Chance
armysurplus metal_shelves 4 1
metal_shelves 4 2
bedroom crate 1 0.1
closet crate 4 1
crate 4 2
crate 4 2

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