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

Margarite Painting

From PZwiki
Revision as of 08:39, 20 October 2024 by Calvy (talk | contribs) (Rework)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Margarite Painting
Location entertainment gallery 01 96.png
Location entertainment gallery 01 29.png
[[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}}]]
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_96
location_entertainment_gallery_01_29
Tile ID(s)
298096
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 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_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

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

See also