More actions
Waterfall Painting
[[File:{{{icon3}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon4}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon5}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon6}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon7}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon8}}}|Waterfall Painting||class=pixelart}}]]
[[File:{{{icon9}}}|Waterfall Painting||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_gallery_01_103
location_entertainment_gallery_01_33
location_entertainment_gallery_01_33
Tile ID(s)
298103
298033
298033
A waterfall 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
{
"trash_walls_01_0": {
"name": "trash_walls_01_0",
"id": 243000,
"type": "MAX",
"tileSheetIndex": 0,
"properties": {
"spriteFlags2": 256,
"flags": [
"attachedFloor"
],
"generic": {
"WallOverlay": "",
"CustomName": "Notices",
"Facing": "E",
"GroupName": "Weathered",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"trash_walls_01_1": {
"name": "trash_walls_01_1",
"id": 243001,
"type": "MAX",
"tileSheetIndex": 1,
"properties": {
"spriteFlags2": 256,
"flags": [
"attachedFloor"
],
"generic": {
"WallOverlay": "",
"CustomName": "Notices",
"Facing": "S",
"GroupName": "Weathered",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}