More actions
Weighing Scale
[[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}}]]
Properties
Type
Movable
Is low
True
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_medical_01_8
location_community_medical_01_9
location_community_medical_01_9
Tile ID(s)
213008
213009
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.
Disassembly materials | |||
---|---|---|---|
Material | Amount of tries | Base chance | Maximum amount |
Metal Bar | 1 | 70 | 1 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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"
}
}
}
}