Tent Kit: Difference between revisions

From PZwiki
(adjustments to layout. Added new infobox and header)
(added code section)
Line 27: Line 27:


Tent pegs are found primarily in warehouses. Sticks can be made by sawing planks.  
Tent pegs are found primarily in warehouses. Sticks can be made by sawing planks.  
==Code==
'''''From camping.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
<nowiki> item CampingTentKit
Type = Normal,
DisplayName = Tent Kit,
Icon = TZ_TentKit,
Weight = 3.0,</nowiki>


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

Revision as of 09:40, 22 July 2018

Tent Kit
Tent Kit
Tent
General
Category Item
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. Must be in your primary slot before use.

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. A good place to build a tent is on the roof of a warehouse or warehouse-like building which have secure roofs.

Crafting

The tent kit is involved in the following recipes:

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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

Code

From camping.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item CampingTentKit
		Type 		= Normal,
		DisplayName 	= Tent Kit,
		Icon 		= TZ_TentKit,
		Weight 		= 3.0,

See also

Template:Navbox/Construction