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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Workable Iron
Workable Iron
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
5
Function
None
Properties
Capacity
100 units
Technical
Item ID
Base.IronIngot

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.

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