Scrap Metal: Difference between revisions

From PZwiki
m (Automated infobox fix)
m (Automated class_name fix)
Line 11: Line 11:
|weight=0.1
|weight=0.1
|primary_use=[[Metalworking]] material
|primary_use=[[Metalworking]] material
|class_name=Base.ScrapMetal
|item_id =Base.ScrapMetal
}}
}}



Revision as of 06:06, 18 March 2024

Project ZomboidItemsMaterialsMetalScrap Metal
Spiffo controlyourself.png
This page was last updated for an older version (41.72).
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.
WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
Scrap Metal
ScrapMetal Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Metalworking material
Technical
Item ID
Base.ScrapMetal

Scrap metal is a material required in various metalworking recipes.

Usage

Scrap metal is required in nearly all metalworking construction recipes.

Crafting

Distribution

Buildings

Scrap metal can be found in garages, sheds, storage units, tool stores and electrician's house.

Vehicles

Scrap metal can be found in the trunk of electrician, metalworker, or construction worker's vehicles.

Disassembly

Scrap metal can be found by disassembling metal objects (such as metal chairs, lockers, etc.) and scrap vehicles.

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 ScrapMetal
    {
        DisplayCategory = Material,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Scrap Metal,
        Icon	=	ScrapMetal,
        MetalValue = 30,
        SurvivalGear = TRUE,
        WorldStaticModel = ScrapMetal,
    }

See also