Tent Kit: Difference between revisions

From PZwiki
m (moved around infobox images - needs item model)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Construction|type=Construction|version=Version 41|incver=73}}{{Infobox normal
{{Languages}}{{Header|The Game World|Items|Construction|type=Construction|version=Version 41|incver=73}}{{Infobox item
|display_name=Tent Kit
|display_name=Tent Kit
|category=Camping
|category=Camping
|name_colour=Construction
|name_colour=Construction
|name_text_colour=Construction
|name_text_colour=Construction
|image=Tent.png <!-- to be replaced by ten kit model -->
|model=Tent.png <!-- to be replaced by ten kit model -->
|image_width=198px
|model_width=198px
|alternate_image=TZ_TentKit.png
|icon=TZ_TentKit.png
|alternate_name=Tent Kit
|icon_name=Tent Kit
|alternate_link=
|icon_link=
|alternate_image2=Tent.png{{!}}32px
|icon2=Tent.png{{!}}32px
|alternate_name2=Tent
|icon_name2=Tent
|alternate_link2=Tent
|icon_link2=Tent
|weight=3
|weight=3
|class_name=Base.CampingTentKit
|class_name=Base.CampingTentKit

Revision as of 06:06, 23 September 2023

Tent Kit
Tent.png
Tent
General
Category
Camping
Encumbrance
Moodle Icon HeavyLoad.png
3
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 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)

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)

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