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

Omega Department Painting

From PZwiki
Project ZomboidTilesDecorationsWall decorationsOmega Department Painting
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Omega Department Painting
Walls decoration 01 51.png
Walls decoration 01 50.png
[[File:{{{icon3}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Omega Department 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_51
walls_decoration_01_50
Tile ID(s)
186051
186050

An Omega Department painting is a movable tile.

Usage

This tile uses the generic movable item when picked up. It must be placed on the side of a wall.

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_51": {
          "name": "walls_decoration_01_51",
          "id": 186051,
          "type": "MAX",
          "tileSheetIndex": 51,
          "properties": {
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Omega Department",
                  "IsMoveAble": "",
                  "PickUpWeight": 30,
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedW": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "walls_decoration_01_50": {
          "name": "walls_decoration_01_50",
          "id": 186050,
          "type": "MAX",
          "tileSheetIndex": 50,
          "properties": {
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Omega Department",
                  "IsMoveAble": "",
                  "PickUpWeight": 30,
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedN": ""
              }
          }
      }
  }

See also