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

Configuration No. 10 Painting

From PZwiki
Project ZomboidTilesDecorationsWall decorationsConfiguration No. 10 Painting
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Configuration No. 10 Painting
Location entertainment gallery 01 109.png
Location entertainment gallery 01 50.png
[[File:{{{icon3}}}|Configuration No. 10 Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Configuration No. 10 Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Configuration No. 10 Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Configuration No. 10 Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Configuration No. 10 Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Configuration No. 10 Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Configuration No. 10 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_109
location_entertainment_gallery_01_50
Tile ID(s)
298109
298050

A configuration no. 10 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_109": {
          "name": "location_entertainment_gallery_01_109",
          "id": 298109,
          "type": "MAX",
          "tileSheetIndex": 109,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Configuration No. 10",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_50": {
          "name": "location_entertainment_gallery_01_50",
          "id": 298050,
          "type": "MAX",
          "tileSheetIndex": 50,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Configuration No. 10",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also