More actions
Lakeside Painting
[[File:{{{icon2}}}|Lakeside Painting||class=pixelart}}]]
[[File:{{{icon3}}}|Lakeside Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Lakeside Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Lakeside Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Lakeside Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Lakeside Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Lakeside Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Lakeside Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
walls_decoration_01_54
walls_decoration_01_55
walls_decoration_01_52
walls_decoration_01_53
walls_decoration_01_55
walls_decoration_01_52
walls_decoration_01_53
Tile ID(s)
186054
186055
186052
186053
186055
186052
186053
A lakeside 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
{
"walls_decoration_01_54": {
"name": "walls_decoration_01_54",
"id": 186054,
"type": "MAX",
"tileSheetIndex": 54,
"properties": {
"generic": {
"WallOverlay": "",
"CustomName": "Painting",
"Facing": "E",
"GroupName": "Lakeside",
"IsMoveAble": "",
"PickUpWeight": 20,
"SpriteGridPos": "0,1",
"MoveType": "WallObject",
"ForceSingleItem": "",
"attachedW": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"walls_decoration_01_55": {
"name": "walls_decoration_01_55",
"id": 186055,
"type": "MAX",
"tileSheetIndex": 55,
"properties": {
"generic": {
"WallOverlay": "",
"CustomName": "Painting",
"Facing": "E",
"GroupName": "Lakeside",
"IsMoveAble": "",
"PickUpWeight": 20,
"SpriteGridPos": "0,0",
"MoveType": "WallObject",
"ForceSingleItem": "",
"attachedW": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"walls_decoration_01_52": {
"name": "walls_decoration_01_52",
"id": 186052,
"type": "MAX",
"tileSheetIndex": 52,
"properties": {
"generic": {
"WallOverlay": "",
"CustomName": "Painting",
"Facing": "S",
"GroupName": "Lakeside",
"IsMoveAble": "",
"PickUpWeight": 20,
"SpriteGridPos": "0,0",
"MoveType": "WallObject",
"ForceSingleItem": "",
"attachedN": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"walls_decoration_01_53": {
"name": "walls_decoration_01_53",
"id": 186053,
"type": "MAX",
"tileSheetIndex": 53,
"properties": {
"generic": {
"WallOverlay": "",
"CustomName": "Painting",
"Facing": "S",
"GroupName": "Lakeside",
"IsMoveAble": "",
"PickUpWeight": 20,
"SpriteGridPos": "1,0",
"MoveType": "WallObject",
"ForceSingleItem": "",
"attachedN": ""
}
}
}
}