Tent Kit: Difference between revisions

From PZwiki
m (Automated Formatting)
(47 intermediate revisions by 18 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Construction}}
{{Consumables
{{Page version|41.78.16}}
|image = Tent kit.png  
{{Infobox item
|weight = 3
|name=Tent Kit
|model=TentKit_Model.png
|icon=TZ_TentKit.png
|model2=Tent.png
|icon2=Tent.png
|icon_name=Tent Kit
|category=Camping
|weight=3
|function=Construct [[Tent|tent]]
|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.
Used to build a [[tent]] for sleeping.


== Crafting ==
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.
<!--list of crafting recipes the item is used in-->
Tent kits can be used in the following recipes:


{| class="wikitable sortable" style="text-align:center;"
==Crafting==
|-
{{Crafting/sandbox2
! Name
|tent_kit
! class="unsortable" | Recipe
|tent_kit2
! class="unsortable" | Description
}}
<small>''[[Tent Peg|Tent pegs]] are found primarily in warehouses. [[Sturdy Stick|Sturdy sticks]] can be made by [[Saw|sawing]] [[plank]]s''.</small>
 
===Construction===
{{Crafting/sandbox2
|tent
}}


{{RecipeLookup|4011}}
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="2"|armysurplus
| [[metal_shelves]]
| 4
| 1
|-
|[[metal_shelves]]
|4
|2
|-
| bedroom
| [[crate]]
| 1
| 0.1
|-
| rowspan="3"|closet
| [[crate]]
| 4
| 1
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|2
|}
|}


[[Tent peg]]s can be found laying around, mainly warehouses.
==Code==
[[Sheet]]'s are extremely common, loot houses and/or kill zombies to get them.
{{CodeBox|[[File:TZ_TentKit.png]] {{ID|Base.CampingTentKit}}<br>
Sticks can be made, by crafting a plank into sticks.
{{CodeSnip
(Thanks, Eramus! :D)
  | lang = java
  | line = true
  | start = 61
  | source = camping.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CampingTentKit
{
    DisplayCategory = Camping,
Type = Normal,
DisplayName = Tent Kit,
Icon = TZ_TentKit,
Weight = 3.0,
WorldStaticModel  = CampingTentKit_Ground,
}
}}


==Using==
[[File:Tent.png]] {{ID|Base.CampingTent}}<br>
A [[tent]] can be set up anywhere. Just right click on the floor and the menu to build the [[tent]] will show if the tent kit is in your main inventory. When the [[tent]] is built, it will be a 1x1x1 structure that can be slept in.
{{CodeSnip
  | lang = java
  | line = true
  | start = 52
  | source = camping.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CampingTent
{
    DisplayCategory = Camping,
Type = Normal,
DisplayName = Tent,
Icon = TZ_Tent,
Weight = 3.0,
}
}}
}}


A Good place to use a tent is a rooftop of a warehouse or inside a warehouse like building that has already been secured.
==See also==
*[[Tent peg]]
*[[Tarp]]


==See Also==
{{Navbox items|survival}}
* [[Tent peg]]
* [[Tent]]




{{Navbox/Construction}}


[[Category:Camping]]
[[Category:Camping]]
[[Category:Construction]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Items]]
[[Category:Version 0.2.0r]]

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