Kindling

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game.
It has been replaced by Notched Wooden Plank.
Kindling
Kindling
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Function
Light campfire
Technical
Item ID
Base.FireWoodKit

Kindling is a removed item previously used to light a campfire.

Usage

Kindling was removed in a version prior to build 26 and replaced by the hand drill method, using a notched wooden plank, one sturdy stick, and one fuel item, then right-clicking the campfire.

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Kindling.png
Kindling
none TZ PerforatedWoodenPlank.png
Notched Wooden Plank
(consumed)
TZ WoodenStick.png
Sturdy Stick
(consumed)

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item FireWoodKit
    {
        DisplayCategory = Camping,
        Type = Normal,
        DisplayName = Kindling,
        Icon = TZ_AntiquatedLighter,
        Weight = 0.5,
		OBSOLETE = true
    }

See also