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

Metal Stool

From PZwiki
Project ZomboidTilesComfortChairsMetal Stool
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Metal Stool
MetalStool.png
[[File:{{{icon2}}}|Metal Stool||class=pixelart}}]]
[[File:{{{icon3}}}|Metal Stool||class=pixelart}}]]
[[File:{{{icon4}}}|Metal Stool||class=pixelart}}]]
[[File:{{{icon5}}}|Metal Stool||class=pixelart}}]]
[[File:{{{icon6}}}|Metal Stool||class=pixelart}}]]
[[File:{{{icon7}}}|Metal Stool||class=pixelart}}]]
[[File:{{{icon8}}}|Metal Stool||class=pixelart}}]]
[[File:{{{icon9}}}|Metal Stool||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Is low
True
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_medical_01_10
Tile ID(s)
213010

A metal stool is a movable tile.

Usage

This tile uses the generic movable item when picked up.

Crafting

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
Scrap Metal 1 70 1

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
{
      "location_community_medical_01_10": {
          "name": "location_community_medical_01_10",
          "id": 213010,
          "type": "MAX",
          "tileSheetIndex": 10,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Medical Stool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small"
              }
          }
      }
  }

See also