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

Female Bust

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Female Bust
Location entertainment gallery 02 50.png
[[File:{{{icon3}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon4}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon5}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon6}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon7}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon8}}}|Female Bust||class=pixelart}}]]
[[File:{{{icon9}}}|Female Bust||class=pixelart}}]]
General
Category
Bust
EncumbranceMoodle Icon HeavyLoad.png
20.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_02_49
location_entertainment_gallery_02_50
Tile ID(s)
299049
299050

A female bust 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_entertainment_gallery_02_49": {
          "name": "location_entertainment_gallery_02_49",
          "id": 299049,
          "type": "MAX",
          "tileSheetIndex": 49,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "Bust",
                  "Facing": "E",
                  "GroupName": "Female",
                  "IsMoveAble": "",
                  "Material": "Brick",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_02_50": {
          "name": "location_entertainment_gallery_02_50",
          "id": 299050,
          "type": "MAX",
          "tileSheetIndex": 50,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CustomName": "Bust",
                  "Facing": "S",
                  "GroupName": "Female",
                  "IsMoveAble": "",
                  "Material": "Brick",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200
              }
          }
      }
  }

See also