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

Chromatic Accident Painting

From PZwiki
Revision as of 05:49, 20 October 2024 by Calvy (talk | contribs) (Rework)
Project ZomboidTilesDecorationsWall decorationsChromatic Accident Painting
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Chromatic Accident Painting
Location entertainment gallery 01 56+57+58.png
[[File:{{{icon2}}}|Chromatic Accident Painting||class=pixelart}}]]
[[File:{{{icon3}}}|Chromatic Accident Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Chromatic Accident Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Chromatic Accident Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Chromatic Accident Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Chromatic Accident Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Chromatic Accident Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Chromatic Accident Painting||class=pixelart}}]]
General
Category
Painting
EncumbranceMoodle Icon HeavyLoad.png
1.0 (per tile)
3 (total)
Size
3 tiles
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_117
location_entertainment_gallery_01_118
location_entertainment_gallery_01_119
location_entertainment_gallery_01_56
location_entertainment_gallery_01_57
location_entertainment_gallery_01_58
Tile ID(s)
298117
298118
298119
298056
298057
298058

A chromatic accident 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_117": {
          "name": "location_entertainment_gallery_01_117",
          "id": 298117,
          "type": "MAX",
          "tileSheetIndex": 117,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Chromatic Accident",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "SpriteGridPos": "0,2",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_118": {
          "name": "location_entertainment_gallery_01_118",
          "id": 298118,
          "type": "MAX",
          "tileSheetIndex": 118,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Chromatic Accident",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "SpriteGridPos": "0,1",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_119": {
          "name": "location_entertainment_gallery_01_119",
          "id": 298119,
          "type": "MAX",
          "tileSheetIndex": 119,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Chromatic Accident",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "SpriteGridPos": "0,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_56": {
          "name": "location_entertainment_gallery_01_56",
          "id": 298056,
          "type": "MAX",
          "tileSheetIndex": 56,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Chromatic Accident",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "SpriteGridPos": "0,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_57": {
          "name": "location_entertainment_gallery_01_57",
          "id": 298057,
          "type": "MAX",
          "tileSheetIndex": 57,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Chromatic Accident",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "SpriteGridPos": "1,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_58": {
          "name": "location_entertainment_gallery_01_58",
          "id": 298058,
          "type": "MAX",
          "tileSheetIndex": 58,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Chromatic Accident",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "SpriteGridPos": "2,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

See also