Unusable Metal: Difference between revisions

From PZwiki
(→‎Code: CodeBox update)
(→‎Code: Update codebox to B41)
Line 21: Line 21:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 87
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 40
   | version = 41.78.16
  | incver = 5
   | code =
   | code =
item UnusableMetal
    item UnusableMetal
{
    {
  Weight             = 0.4,
        DisplayCategory = Material,
  Type               = Normal,
        Weight = 1,
  DisplayName         = Unusable Metal,
        Type = Normal,
  Icon               = UnsableMetal,
        DisplayName = Unusable Metal,
}
        Icon = UnsableMetal,
        WorldStaticModel = UnusableMetal,
    }
   }}
   }}
}}
}}

Revision as of 08:38, 2 February 2024

Project ZomboidItemsUnusable Metal
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