Unusable Metal: Difference between revisions

From PZwiki
m (Automated linking update (or fix).)
m (Automated Formatting for Infobox and Section Headers)
Line 10: Line 10:
|weight=1.5
|weight=1.5
|class_name=Base.UnusableMetal
|class_name=Base.UnusableMetal
}}'''Unusable metal''' is an [[items|item]] obtained through [[metalworking]].
}}
 
'''Unusable metal''' is an [[items|item]] obtained through [[metalworking]].


==Usage==
==Usage==

Revision as of 10:45, 7 March 2024

Project ZomboidItemsMaterialsMetalUnusable Metal
Spiffo controlyourself.png
This page was last updated for an older version (40.5).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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

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