More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Chromatic Accident Painting
[[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}}]]
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
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
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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
{
"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
{
"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": ""
}
}
}
}