More actions
Calvinist Painting
[[File:{{{icon3}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Calvinist Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Calvinist Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_93
location_entertainment_gallery_01_28
location_entertainment_gallery_01_28
Tile ID(s)
298093
298028
298028
A calvinist 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_93": {
"name": "location_entertainment_gallery_01_93",
"id": 298093,
"type": "MAX",
"tileSheetIndex": 93,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "E",
"GroupName": "Calvinist",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_28": {
"name": "location_entertainment_gallery_01_28",
"id": 298028,
"type": "MAX",
"tileSheetIndex": 28,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "S",
"GroupName": "Calvinist",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}