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