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

Mannequin Stand

From PZwiki
Project ZomboidTilesTablesMannequin Stand
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Mannequin Stand
Location shop mall 01 72.png
Location shop mall 01 64.png
[[File:{{{icon3}}}|Mannequin Stand||class=pixelart}}]]
[[File:{{{icon4}}}|Mannequin Stand||class=pixelart}}]]
[[File:{{{icon5}}}|Mannequin Stand||class=pixelart}}]]
[[File:{{{icon6}}}|Mannequin Stand||class=pixelart}}]]
[[File:{{{icon7}}}|Mannequin Stand||class=pixelart}}]]
[[File:{{{icon8}}}|Mannequin Stand||class=pixelart}}]]
[[File:{{{icon9}}}|Mannequin Stand||class=pixelart}}]]
General
Category
Mannequin Stand
EncumbranceMoodle Icon HeavyLoad.png
15.0 (per tile)
30 (total)
Size
2 tiles
Properties
Type
Movable
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_mall_01_64
location_shop_mall_01_72
Tile ID(s)
230064
230072

A mannequin stand is a movable tile.

Usage

This tile uses the generic movable item when picked up.

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_shop_mall_01_64": {
          "name": "location_shop_mall_01_64",
          "id": 230064,
          "type": "MAX",
          "tileSheetIndex": 64,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Mannequin Stand",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpLevel": "4",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 150,
                  "Surface": "16",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_mall_01_72": {
          "name": "location_shop_mall_01_72",
          "id": 230072,
          "type": "MAX",
          "tileSheetIndex": 72,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CustomName": "Mannequin Stand",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "PickUpLevel": "4",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 150,
                  "Surface": "16",
                  "IsTable": ""
              }
          }
      }
  }

See also