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

Nomad Above the Gloom Painting

From PZwiki
Project ZomboidTilesDecorationsWall decorationsNomad Above the Gloom Painting
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Nomad Above The Gloom Painting
Location entertainment gallery 01 24+25.png
[[File:{{{icon2}}}|Nomad Above The Gloom Painting||class=pixelart}}]]
[[File:{{{icon3}}}|Nomad Above The Gloom Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Nomad Above The Gloom Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Nomad Above The Gloom Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Nomad Above The Gloom Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Nomad Above The Gloom Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Nomad Above The Gloom Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Nomad Above The Gloom 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_99
location_entertainment_gallery_01_100
location_entertainment_gallery_01_24
location_entertainment_gallery_01_25
Tile ID(s)
298099
298100
298024
298025

A nomad above the gloom 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_99": {
          "name": "location_entertainment_gallery_01_99",
          "id": 298099,
          "type": "MAX",
          "tileSheetIndex": 99,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Nomad Above The Gloom",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "SpriteGridPos": "0,1",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_100": {
          "name": "location_entertainment_gallery_01_100",
          "id": 298100,
          "type": "MAX",
          "tileSheetIndex": 100,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "E",
                  "GroupName": "Nomad Above The Gloom",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "SpriteGridPos": "0,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_24": {
          "name": "location_entertainment_gallery_01_24",
          "id": 298024,
          "type": "MAX",
          "tileSheetIndex": 24,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Nomad Above The Gloom",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "SpriteGridPos": "0,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_entertainment_gallery_01_25": {
          "name": "location_entertainment_gallery_01_25",
          "id": 298025,
          "type": "MAX",
          "tileSheetIndex": 25,
          "properties": {
              "generic": {
                  "CustomName": "Painting",
                  "Facing": "S",
                  "GroupName": "Nomad Above The Gloom",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "SpriteGridPos": "1,0",
                  "MoveType": "WallObject",
                  "ForceSingleItem": ""
              }
          }
      }
  }

See also