Unusable Metal: Difference between revisions

From PZwiki
m (Automated capitalisation)
m (Remove lines))
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Materials|Metal}}
{{Header|Project Zomboid|Items|Materials|Metal}}
{{Page version|40.5}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Unusable Metal
|name=Unusable Metal
|name_colour=Construction
|name_text_colour=Construction
|model=UnusableMetal_Model.png
|model=UnusableMetal_Model.png
|icon=UnsableMetal.png
|icon=UnsableMetal.png
|icon_name=Unusable Metal
|icon_name=Unusable Metal
|weight=1.5
|weight=1.5
|class_name=Base.UnusableMetal
|item_id=Base.UnusableMetal
}}
}}
'''Unusable metal''' is an [[Items|item]] obtained through [[metalworking]].
'''Unusable metal''' is an [[Items|item]] obtained through [[metalworking]].


Line 18: Line 15:


==Distribution==
==Distribution==
Unusable metal does not spawn in the [[Knox Country|world]] naturally, however can be produced as a by-product when dismantling some metal appliances, such as [[door|metal doors]] and [[Containers#Bins|dumpsters]].
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|}Unusable metal does not spawn in the [[Knox Country|world]] naturally, however can be produced as a by-product when dismantling some metal appliances, such as [[door|metal doors]] and [[Containers#Bins|dumpsters]].


==Code==
==Code==
Line 30: Line 36:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item UnusableMetal
item UnusableMetal
     {
     {
         DisplayCategory = Material,
         DisplayCategory = Material,
Line 39: Line 45:
         WorldStaticModel = UnusableMetal,
         WorldStaticModel = UnusableMetal,
     }
     }
  }}
}}
}}
}}


Line 48: Line 54:
[[Category:Materials]]
[[Category:Materials]]
[[Category:Metalwork materials]]
[[Category:Metalwork materials]]
{{Navbox items|metalwork_materials}}

Revision as of 07:37, 15 April 2024

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