Scrap Metal: Difference between revisions

From PZwiki
(Update codebox to B41, add improve tag)
m (Automated capitalisation)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|type=Construction|version=Version 41|incver=72}}
{{Header|Project Zomboid|Items|type=Construction|version=Version 41|incver=72}}
{{improve}}
{{Improve}}
{{Infobox item
{{Infobox item
|display_name=Scrap Metal
|display_name=Scrap Metal

Revision as of 01:39, 25 February 2024

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