Tent Kit: Difference between revisions

From PZwiki
(Brought up to date)
Line 1: Line 1:
{{Languages|Tent Kit}}
{{Languages|Tent Kit}}
{{header|The Game World|Items|Construction|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|Construction|type=Construction|version=Version 41|incver=73}}{{Infobox normal
|display_name=Tent Kit
|display_name=Tent Kit
|category = Camping
|name_colour=Construction
|name_colour=Construction
|name_text_colour=Construction
|name_text_colour=Construction
|image=TZ_TentKit.png
|image=TentKit_120px.png
|alternate_image=Tent.png
|alternate_image=Tent.png
|alternate_name=Tent
|alternate_name=Tent
Line 11: Line 12:
|class_name=Base.CampingTentKit
|class_name=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.


==Usage==
==Usage==
Used to build a [[tent]] for sleeping. Must be in your primary slot before use.
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(Bed Quality: Average).
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.
A good place to build a tent is on the roof of a warehouse or warehouse-like building which have secure roofs.


== Crafting ==
== Crafting ==
Line 33: Line 33:
==Code==
==Code==
'''''From camping.txt (Project Zomboid directory/media/scripts/)'''''
'''''From camping.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
 
<nowiki> item CampingTentKit
''Tent Kit''  [[File:TZ_TentKit.png]]
Type = Normal,
{{Retrieved|version=41|incver=73}}
DisplayName = Tent Kit,
<pre>
Icon = TZ_TentKit,
item CampingTentKit
Weight = 3.0,</nowiki>
{
  DisplayCategory = Camping,
Type = Normal,
DisplayName = Tent Kit,
Icon = TZ_TentKit,
Weight = 3.0,
}</pre>
 
'''''From camping.txt (Project Zomboid directory/media/scripts/)'''''
 
''Tent''  [[File:Tent.png|32px]]
{{Retrieved|version=41|incver=73}}
<pre>
item CampingTent
{
DisplayCategory = Camping,
Type = Normal,
DisplayName = Tent,
Icon = TZ_Tent,
Weight = 3.0,
}</pre>


==See also==
==See also==

Revision as of 22:43, 29 September 2022

Tent Kit
Tent Kit
Tent
General
Category Camping
Encumbrance
Heavy Load
3
Technical details
Base 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 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)

Template:Crafting table footer Tent pegs are found primarily in warehouses. Sturdy sticks can be made by sawing planks.

Construction

Product XP gained Skill(s) Recipe Ingredient 1
Tent.png
Tent
0 XP none TZ TentKit.png
Tent Kit
(consumed)

Template:Crafting table footer

Code

From camping.txt (Project Zomboid directory/media/scripts/)

Tent Kit TZ TentKit.png Retrieved: Build 41.73

	item CampingTentKit
	{
	  	DisplayCategory = Camping,
		Type		= Normal,
		DisplayName	= Tent Kit,
		Icon		= TZ_TentKit,
		Weight		= 3.0,
	}

From camping.txt (Project Zomboid directory/media/scripts/)

Tent Tent.png Retrieved: Build 41.73

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

See also

Template:Navbox/Construction Template:Navbox/Tools