More actions
Red Torn Poster
[[File:{{{icon3}}}|Red Torn Poster||class=pixelart}}]]
[[File:{{{icon4}}}|Red Torn Poster||class=pixelart}}]]
[[File:{{{icon5}}}|Red Torn Poster||class=pixelart}}]]
[[File:{{{icon6}}}|Red Torn Poster||class=pixelart}}]]
[[File:{{{icon7}}}|Red Torn Poster||class=pixelart}}]]
[[File:{{{icon8}}}|Red Torn Poster||class=pixelart}}]]
[[File:{{{icon9}}}|Red Torn Poster||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
trash_walls_01_4
trash_walls_01_5
trash_walls_01_5
Tile ID(s)
243004
243005
243005
A red torn poster 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_4": {
"name": "trash_walls_01_4",
"id": 243004,
"type": "MAX",
"tileSheetIndex": 4,
"properties": {
"spriteFlags2": 256,
"flags": [
"attachedFloor"
],
"generic": {
"WallOverlay": "",
"CustomName": "Torn Poster",
"Facing": "E",
"GroupName": "Red",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"trash_walls_01_5": {
"name": "trash_walls_01_5",
"id": 243005,
"type": "MAX",
"tileSheetIndex": 5,
"properties": {
"spriteFlags2": 256,
"flags": [
"attachedFloor"
],
"generic": {
"WallOverlay": "",
"CustomName": "Torn Poster",
"Facing": "S",
"GroupName": "Red",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "WallObject"
}
}
}
}