More actions
Layout I Painting
[[File:{{{icon3}}}|Layout I Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Layout I Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Layout I Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Layout I Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Layout I Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Layout I Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Layout I Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_107
location_entertainment_gallery_01_48
location_entertainment_gallery_01_48
Tile ID(s)
298107
298048
298048
A layout I 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
{
"location_entertainment_gallery_01_107": {
"name": "location_entertainment_gallery_01_107",
"id": 298107,
"type": "MAX",
"tileSheetIndex": 107,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "E",
"GroupName": "Layout I",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_48": {
"name": "location_entertainment_gallery_01_48",
"id": 298048,
"type": "MAX",
"tileSheetIndex": 48,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "S",
"GroupName": "Layout I",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}