Kindling: Difference between revisions

From PZwiki
m (Automated editing: update crafting tables)
Tags: Manual revert Reverted
m (Undo revision 301383 by CalvyBot (talk))
Tag: Undo
Line 18: Line 18:


==Former crafting==
==Former crafting==
{{Crafting/sandbox2
{{Crafting header|ing=2}}
{{Crafting|ing=2
{{Crafting|ing=2
  | product_image = [[File:Kindling.png|link=Kindling]]
  | product_image = [[File:Kindling.png|link=Kindling]]
Line 35: Line 35:
  | sl = ''none''
  | sl = ''none''
}}
}}
}}
|}


==Code==
==Code==

Revision as of 13:23, 8 April 2024

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