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

Helianthus Painting

From PZwiki
Project ZomboidTilesDecorationsWall decorationsHelianthus Painting
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Helianthus Painting
Location entertainment gallery 01 82.png
Location entertainment gallery 01 38.png
[[File:{{{icon3}}}|Helianthus Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Helianthus Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Helianthus Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Helianthus Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Helianthus Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Helianthus Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Helianthus Painting||class=pixelart}}]]
General
Category
Painting
EncumbranceMoodle Icon HeavyLoad.png
1.0
Size
1 tile
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_82
location_entertainment_gallery_01_38
Tile ID(s)
298082
298038

A helianthus 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_82": {
          "name": "location_entertainment_gallery_01_82",
          "id": 298082,
          "type": "MAX",
          "tileSheetIndex": 82,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Helianthus",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_38": {
          "name": "location_entertainment_gallery_01_38",
          "id": 298038,
          "type": "MAX",
          "tileSheetIndex": 38,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Helianthus",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also