Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Metal Counter Corner

From PZwiki
Project ZomboidTilesContainer tilesMetal Counter Corner
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Metal Counter Corner
Fixtures counters 01 34.png
Fixtures counters 01 36.png
Fixtures counters 01 38.png
Fixtures counters 01 32.png
[[File:{{{icon5}}}|Metal Counter Corner||class=pixelart}}]]
[[File:{{{icon6}}}|Metal Counter Corner||class=pixelart}}]]
[[File:{{{icon7}}}|Metal Counter Corner||class=pixelart}}]]
[[File:{{{icon8}}}|Metal Counter Corner||class=pixelart}}]]
[[File:{{{icon9}}}|Metal Counter Corner||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
10
Size
1 tile
Properties
TypeCrate
Container
Capacity
50
Build
Skill (level)
Ingredients
Move
Pickup Skill (level)
Pickup Tool(s)
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{TileID}
Tile ID(s)
fixtures_counters_01_34
fixtures_counters_01_36

Metal Counter Corner is a craftable container.

Usage

The metal counter corner has capacity of 50 encumbrance for item storage.

The following table contains the materials that can drop when disassembling this tile.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Metal Sheet 1 70 1
Screws 2 50 2
On dismantle failure
Unusable Metal

Crafting

Crafting requires a metalworking skill of 5.

Metalworking

Main article: Metalworking
Product Ingredients Tools Requirements Workstation XP
MetalCounterCorner Metalwork.png
Metal Counter Corner
MetalTube.png Metal Pipe ×2
MetalSheetSmall.png Small Metal Sheet ×4
Doorhinge.png Door Hinge ×2
BlowTorch.png
Propane Torch
2 unit(s)
  
(and)
WeldingMask.png
Welder Mask
(and)
WeldingRods.png
Welding Rods
1 unit(s)
  
Metalworking 5
(and)
MagazineWelding2.png
The Metalwork Magazine Vol. 2
none 5 Metalworking

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_counters_01_34": {
          "name": "fixtures_counters_01_34",
          "id": 121034,
          "type": "MAX",
          "tileSheetIndex": 34,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "E",
                  "GroupName": "Steel Corner",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "Screws",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_counters_01_36": {
          "name": "fixtures_counters_01_36",
          "id": 121036,
          "type": "MAX",
          "tileSheetIndex": 36,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "S",
                  "GroupName": "Steel Corner",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "Screws",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_counters_01_38": {
          "name": "fixtures_counters_01_38",
          "id": 121038,
          "type": "MAX",
          "tileSheetIndex": 38,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "W",
                  "GroupName": "Steel Corner",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "Screws",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "fixtures_counters_01_32": {
          "name": "fixtures_counters_01_32",
          "id": 121032,
          "type": "MAX",
          "tileSheetIndex": 32,
          "properties": {
              "generic": {
                  "container": "counter",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "Counter",
                  "Facing": "N",
                  "GroupName": "Steel Corner",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "Screws",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "IsTable": "",
                  "CanBreak": ""
              }
          }
      }
  }

See also