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

Incognito Library Painting

From PZwiki
Project ZomboidTilesDecorationsWall decorationsIncognito Library Painting
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Incognito Library Painting
Walls decoration 01 56.png
Walls decoration 01 57.png
[[File:{{{icon3}}}|Incognito Library Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Incognito Library Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Incognito Library Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Incognito Library Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Incognito Library Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Incognito Library Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Incognito Library Painting||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
3.0
Size
1 tile
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
walls_decoration_01_56
walls_decoration_01_57
Tile ID(s)
186056
186057

An incognito library 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
{
      "walls_decoration_01_56": {
          "name": "walls_decoration_01_56",
          "id": 186056,
          "type": "MAX",
          "tileSheetIndex": 56,
          "properties": {
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Incognito Library",
                  "IsMoveAble": "",
                  "PickUpWeight": 30,
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedW": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "walls_decoration_01_57": {
          "name": "walls_decoration_01_57",
          "id": 186057,
          "type": "MAX",
          "tileSheetIndex": 57,
          "properties": {
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Incognito Library",
                  "IsMoveAble": "",
                  "PickUpWeight": 30,
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedN": ""
              }
          }
      }
  }

See also