More actions
Man With One Ear Painting
[[File:{{{icon3}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Man With One Ear Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Man With One Ear Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_86
location_entertainment_gallery_01_36
location_entertainment_gallery_01_36
Tile ID(s)
298086
298036
298036
A man with one ear 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
{
"location_entertainment_gallery_01_86": {
"name": "location_entertainment_gallery_01_86",
"id": 298086,
"type": "MAX",
"tileSheetIndex": 86,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "E",
"GroupName": "Man With One Ear",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_36": {
"name": "location_entertainment_gallery_01_36",
"id": 298036,
"type": "MAX",
"tileSheetIndex": 36,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "S",
"GroupName": "Man With One Ear",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}