Unusable Metal

From PZwiki
Project ZomboidItemsMaterialsMetalUnusable Metal
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Unusable Metal
UnusableMetal Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
1.5
Technical
Item ID
Base.UnusableMetal

Unusable metal is an item obtained through metalworking.

Usage

Unusable metal is a useless by-product currently serving no function.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance

Unusable metal does not spawn in the world naturally, however can be produced as a by-product when dismantling some metal appliances, such as metal doors and dumpsters.

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 UnusableMetal
    {
        DisplayCategory = Material,
        Weight	=	1,
        Type	=	Normal,
        DisplayName	=	Unusable Metal,
        Icon	=	UnsableMetal,
        WorldStaticModel = UnusableMetal,
    }

See also