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

Weighing Scale

From PZwiki
Project ZomboidTilesDecorationsWeighing Scale
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Weighing Scale
Location community medical 01 8.png
Location community medical 01 9.png
[[File:{{{icon3}}}|Weighing Scale||class=pixelart}}]]
[[File:{{{icon4}}}|Weighing Scale||class=pixelart}}]]
[[File:{{{icon5}}}|Weighing Scale||class=pixelart}}]]
[[File:{{{icon6}}}|Weighing Scale||class=pixelart}}]]
[[File:{{{icon7}}}|Weighing Scale||class=pixelart}}]]
[[File:{{{icon8}}}|Weighing Scale||class=pixelart}}]]
[[File:{{{icon9}}}|Weighing Scale||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_8
location_community_medical_01_9
Tile ID(s)
213008
213009

A weighing scale 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
Metal Bar 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_8": {
          "name": "location_community_medical_01_8",
          "id": 213008,
          "type": "MAX",
          "tileSheetIndex": 8,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Scale",
                  "Facing": "E",
                  "GroupName": "Weighing",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalBars",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_9": {
          "name": "location_community_medical_01_9",
          "id": 213009,
          "type": "MAX",
          "tileSheetIndex": 9,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Scale",
                  "Facing": "S",
                  "GroupName": "Weighing",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalBars",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small"
              }
          }
      }
  }

See also