More actions
Nomad Above The Gloom Painting
[[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}}]]
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
location_entertainment_gallery_01_100
location_entertainment_gallery_01_24
location_entertainment_gallery_01_25
Tile ID(s)
298099
298100
298024
298025
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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": ""
}
}
}
}