More actions
She's Got It Painting
[[File:{{{icon2}}}|She's Got It Painting||class=pixelart}}]]
[[File:{{{icon3}}}|She's Got It Painting||class=pixelart}}]]
[[File:{{{icon4}}}|She's Got It Painting||class=pixelart}}]]
[[File:{{{icon5}}}|She's Got It Painting||class=pixelart}}]]
[[File:{{{icon6}}}|She's Got It Painting||class=pixelart}}]]
[[File:{{{icon7}}}|She's Got It Painting||class=pixelart}}]]
[[File:{{{icon8}}}|She's Got It Painting||class=pixelart}}]]
[[File:{{{icon9}}}|She's Got It Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_110
location_entertainment_gallery_01_111
location_entertainment_gallery_01_22
location_entertainment_gallery_01_23
location_entertainment_gallery_01_111
location_entertainment_gallery_01_22
location_entertainment_gallery_01_23
Tile ID(s)
298110
298111
298022
298023
298111
298022
298023
A she's got it 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_110": {
"name": "location_entertainment_gallery_01_110",
"id": 298110,
"type": "MAX",
"tileSheetIndex": 110,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "E",
"GroupName": "She's Got It",
"IsMoveAble": "",
"PickUpWeight": 10,
"SpriteGridPos": "0,1",
"MoveType": "WallObject",
"ForceSingleItem": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_111": {
"name": "location_entertainment_gallery_01_111",
"id": 298111,
"type": "MAX",
"tileSheetIndex": 111,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "E",
"GroupName": "She's Got It",
"IsMoveAble": "",
"PickUpWeight": 10,
"SpriteGridPos": "0,0",
"MoveType": "WallObject",
"ForceSingleItem": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_22": {
"name": "location_entertainment_gallery_01_22",
"id": 298022,
"type": "MAX",
"tileSheetIndex": 22,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "S",
"GroupName": "She's Got It",
"IsMoveAble": "",
"PickUpWeight": 10,
"SpriteGridPos": "0,0",
"MoveType": "WallObject",
"ForceSingleItem": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_gallery_01_23": {
"name": "location_entertainment_gallery_01_23",
"id": 298023,
"type": "MAX",
"tileSheetIndex": 23,
"properties": {
"generic": {
"CustomName": "Painting",
"Facing": "S",
"GroupName": "She's Got It",
"IsMoveAble": "",
"PickUpWeight": 10,
"SpriteGridPos": "1,0",
"MoveType": "WallObject",
"ForceSingleItem": ""
}
}
}
}