Campfire Materials

From PZwiki
Project ZomboidItemsEquipmentCampfire Materials
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Campfire Materials
CampfireMaterials Model.png
General
Category
Camping
Encumbrance
Moodle Icon HeavyLoad.png
2
Function
Technical
Item ID
camping.CampfireKit

Campfire materials, previously called campfire kit, is a camping kit used to place a campfire in any location.

Usage

To place it, right-click on the ground and select "Build a fire" when the kit is in the player's inventory. The campfire will be placed, but will not be on fire.

To light the campfire, the player requires a fuel item, and either a lighter, matches, or a notched wooden plank with a sturdy stick. A campfire kit may be picked up and placed elsewhere, or left on the ground to re-ignite later. It is unnecessary to extinguish the campfire before picking it up. Any items inside the campfire will be placed on the ground if it is picked up, but fuel will be lost.

Starting a fire inside a building will burn the building down. This can be useful for clearing property or devastating to home bases.

Zombies are attracted to the light that fire gives off.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
TZ CampfireKitWood.png
Campfire Materials
0.5 Carpentry none Logs.png
Log x2
(consumed)

(consumed)
TZ CampfireKitWood.png
Campfire Materials
0.75 Carpentry none Plank.png
Plank x3
(consumed)

(consumed)

Construction

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Campfire.png
Campfire
0 XP none TZ CampfireKitWood.png
Campfire Materials
(consumed)

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\camping.txt

Retrieved: Build 41.78.16
item CampfireKit
{
  DisplayCategory      = Camping,
  Type                = Normal,
  DisplayName         = Campfire Materials,
  Icon                = TZ_CampfireKitWood,
  Weight              = 2.0,
  WorldStaticModel    = CampfireMaterials,
}

See also