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

Man With One Ear Painting

From PZwiki
Project ZomboidTilesDecorationsWall decorationsMan With One Ear Painting
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Man With One Ear Painting
Location entertainment gallery 01 86.png
Location entertainment gallery 01 36.png
[[File:{{{icon3}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Man With One Ear Painting||class=pixelart}}]]
General
Category
Painting
EncumbranceMoodle Icon HeavyLoad.png
1.0
Size
1 tile
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_86
location_entertainment_gallery_01_36
Tile ID(s)
298086
298036

A man with one ear painting 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_01_86": {
          "name": "location_entertainment_gallery_01_86",
          "id": 298086,
          "type": "MAX",
          "tileSheetIndex": 86,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Man With One Ear",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_36": {
          "name": "location_entertainment_gallery_01_36",
          "id": 298036,
          "type": "MAX",
          "tileSheetIndex": 36,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Man With One Ear",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also