Tent Kit: Difference between revisions

From PZwiki
m (→‎Code: Updates)
Line 45: Line 45:
   | source = camping.txt
   | source = camping.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 73
   | code =
   | code =
     item CampingTentKit
     item CampingTentKit
    {
{
        DisplayCategory = Camping,
    DisplayCategory = Camping,
        Type = Normal,
Type = Normal,
        DisplayName = Tent Kit,
DisplayName = Tent Kit,
        Icon = TZ_TentKit,
Icon = TZ_TentKit,
        Weight = 3.0,
Weight = 3.0,
    }
WorldStaticModel  = CampingTentKit_Ground,
}
}}
}}


Line 65: Line 65:
   | source = camping.txt
   | source = camping.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 73
   | code =
   | code =
     item CampingTent
     item CampingTent
    {
{
        DisplayCategory = Camping,
    DisplayCategory = Camping,
        Type = Normal,
Type = Normal,
        DisplayName = Tent,
DisplayName = Tent,
        Icon = TZ_Tent,
Icon = TZ_Tent,
        Weight = 3.0,
Weight = 3.0,
    }
}
}}
}}
}}
}}

Revision as of 10:42, 21 February 2024

Frame.png
This article contains outdated/low-quality images.
Reason: 3D model needs to be added.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Tent Kit
Tent Kit
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 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)

Gallery

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