Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Workable Iron

From PZwiki
Project ZomboidItemsMaterialsMetalWorkable Iron
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PictureKate.png
This is a future feature.
It has either been previewed or found in the game files and does not exist yet.
Workable Iron
MetalBits Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
5
Properties
Capacity
100 units
Technical
Item ID
Base.IronIngot

A workable iron is an upcoming material.

Usage

Workable iron currently does not spawn in game. Due to its material tag, it is likely it will be a part of the overhauled build 42 crafting system. As of build 41, outside of mods, workable iron can be spawned by an admin in multiplayer or in the debug mode.

History

Base.IronIngot

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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 IronIngot
    {
        DisplayCategory = Material,
        Weight = 5,
        Type = Drainable,
        DisplayName	= Workable Iron,
        Icon = MetalBits,
        UseDelta = 0.01,
        ConsolidateOption = ContextMenu_Merge,
        UseWhileEquipped = FALSE,
    }

See also