More actions
Aaaaah! Painting
[[File:{{{icon3}}}|Aaaaah! Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Aaaaah! Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Aaaaah! Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Aaaaah! Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Aaaaah! Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Aaaaah! Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Aaaaah! Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_94
location_entertainment_gallery_01_37
location_entertainment_gallery_01_37
Tile ID(s)
298094
298037
298037
An aaaaah! 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\n\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_94": {
"name": "location_entertainment_gallery_01_94",
"id": 298094,
"type": "MAX",
"tileSheetIndex": 94,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "E",
"GroupName": "Aaaaah!",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\n\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_37": {
"name": "location_entertainment_gallery_01_37",
"id": 298037,
"type": "MAX",
"tileSheetIndex": 37,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "S",
"GroupName": "Aaaaah!",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}