Metal Sheet

From PZwiki
Project ZomboidItemsMaterialsMetalMetal Sheet
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
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.
Metal Sheet
SheetMetal Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
1.5
Function
Metalworking material
Technical
Item ID
Base.SheetMetal

A metal sheet is a material required in various metalworking recipes.

Usage

Metal sheets are required in metalworking construction recipes. They can be used to barricade doors and windows, also requiring a propane torch and welding mask.

Crafting

Crafting requires a metalworking skill of 4.

Metalworking

Main article: Metalworking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
SheetMetal.png
Metal Sheet
6.25 Metalworking Metalworking 4 The Metalwork Magazine Vol.4 BlowTorch.png
Propane Torch
(2 units)

(keep)
WeldingMask.png
Welder Mask
(keep)
MetalSheetSmall.png
Small Metal Sheet x4
(consumed)

What it can craft

  • Metal Wall
  • Metal Window
  • Metal Crate

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bedroom crate 1 0.8
factory crate 4 1
crate 4 2
crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
garagestorage counter 4 1
counter 4 2
toolstorestorage metal_shelves 4 1
metal_shelves 4 1

===Buildings===

Metal sheets can be found in garages, sheds, storage units, tool stores, logging factories, bins, counters, crates and metal shelves.

Vehicles

Metal sheets can be found in the trunk of metalworker, or construction worker's 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 SheetMetal
    {
        DisplayCategory = Material,
        Weight	=	1.5,
        Type	=	Normal,
        DisplayName	=	Metal Sheet,
        Icon	=	SheetMetal,
        MetalValue = 80,
        SurvivalGear = TRUE,
        WorldStaticModel = MetalSheet,
    }

See also