More actions
Thomas Jefferson Painting
[[File:{{{icon3}}}|Thomas Jefferson Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Thomas Jefferson Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Thomas Jefferson Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Thomas Jefferson Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Thomas Jefferson Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Thomas Jefferson Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Thomas Jefferson Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_98
location_entertainment_gallery_01_45
location_entertainment_gallery_01_45
Tile ID(s)
298098
298045
298045
A Thomas Jefferson 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_98": {
"name": "location_entertainment_gallery_01_98",
"id": 298098,
"type": "MAX",
"tileSheetIndex": 98,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "E",
"GroupName": "Thomas Jefferson",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_45": {
"name": "location_entertainment_gallery_01_45",
"id": 298045,
"type": "MAX",
"tileSheetIndex": 45,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "S",
"GroupName": "Thomas Jefferson",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}