More actions
Omega Department Painting
[[File:{{{icon3}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Omega Department Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Omega Department Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
walls_decoration_01_51
walls_decoration_01_50
walls_decoration_01_50
Tile ID(s)
186051
186050
186050
An Omega Department painting is a movable tile.
Usage
This tile uses the generic movable item when picked up. It must be placed on the side of a wall.
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"walls_decoration_01_51": {
"name": "walls_decoration_01_51",
"id": 186051,
"type": "MAX",
"tileSheetIndex": 51,
"properties": {
"generic": {
"WallOverlay": "",
"CustomName": "Painting",
"Facing": "E",
"GroupName": "Omega Department",
"IsMoveAble": "",
"PickUpWeight": 30,
"IsHigh": "",
"MoveType": "WallObject",
"attachedW": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"walls_decoration_01_50": {
"name": "walls_decoration_01_50",
"id": 186050,
"type": "MAX",
"tileSheetIndex": 50,
"properties": {
"generic": {
"WallOverlay": "",
"CustomName": "Painting",
"Facing": "S",
"GroupName": "Omega Department",
"IsMoveAble": "",
"PickUpWeight": 30,
"IsHigh": "",
"MoveType": "WallObject",
"attachedN": ""
}
}
}
}