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

Calvinist Painting

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Calvinist Painting
Location entertainment gallery 01 93.png
Location entertainment gallery 01 28.png
[[File:{{{icon3}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Calvinist 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_93
location_entertainment_gallery_01_28
Tile ID(s)
298093
298028

A calvinist 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_93": {
          "name": "location_entertainment_gallery_01_93",
          "id": 298093,
          "type": "MAX",
          "tileSheetIndex": 93,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Calvinist",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_28": {
          "name": "location_entertainment_gallery_01_28",
          "id": 298028,
          "type": "MAX",
          "tileSheetIndex": 28,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Calvinist",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also