More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
John Adams Painting
[[File:{{{icon3}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon4}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon5}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon6}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon7}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon8}}}|John Adams Painting||class=pixelart}}]]
[[File:{{{icon9}}}|John Adams Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_91
location_entertainment_gallery_01_42
location_entertainment_gallery_01_42
Tile ID(s)
298091
298042
298042
A John Adams 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_91": {
"name": "location_entertainment_gallery_01_91",
"id": 298091,
"type": "MAX",
"tileSheetIndex": 91,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "E",
"GroupName": "John Adams",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_42": {
"name": "location_entertainment_gallery_01_42",
"id": 298042,
"type": "MAX",
"tileSheetIndex": 42,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "S",
"GroupName": "John Adams",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}