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

John Adams Painting

From PZwiki
Project ZomboidTilesDecorationsWall decorationsJohn Adams Painting
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
John Adams Painting
Location entertainment gallery 01 91.png
Location entertainment gallery 01 42.png
[[File:{{{icon3}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon4}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon5}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon6}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon7}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon8}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon9}}}|John Adams 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_91
location_entertainment_gallery_01_42
Tile ID(s)
298091
298042

A John Adams 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_91": {
          "name": "location_entertainment_gallery_01_91",
          "id": 298091,
          "type": "MAX",
          "tileSheetIndex": 91,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "John Adams",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_42": {
          "name": "location_entertainment_gallery_01_42",
          "id": 298042,
          "type": "MAX",
          "tileSheetIndex": 42,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "John Adams",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also