Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

She's Got It Painting

From PZwiki
Project ZomboidTilesDecorationsWall decorationsShe's Got It Painting
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
She's Got It Painting
Location entertainment gallery 01 22+23.png
[[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}}]]
General
Category
Painting
EncumbranceMoodle Icon HeavyLoad.png
1.0 (per tile)
2 (total)
Size
2 tiles
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
Tile ID(s)
298110
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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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": ""
              }
          }
      }
  }

See also