More actions
Two Frame Painting
[[File:{{{icon3}}}|Two Frame Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Two Frame Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Two Frame Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Two Frame Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Two Frame Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Two Frame Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Two Frame Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_75
location_entertainment_gallery_01_67
location_entertainment_gallery_01_67
Tile ID(s)
298075
298067
298067
A two frame 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_75": {
"name": "location_entertainment_gallery_01_75",
"id": 298075,
"type": "MAX",
"tileSheetIndex": 75,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "E",
"GroupName": "Two Frame",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_67": {
"name": "location_entertainment_gallery_01_67",
"id": 298067,
"type": "MAX",
"tileSheetIndex": 67,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "S",
"GroupName": "Two Frame",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}