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

Red Torn Poster

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Red Torn Poster
Trash walls 01 4.png
Trash walls 01 5.png
[[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}}]]
General
Category
Torn Poster
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)
trash_walls_01_4
trash_walls_01_5
Tile ID(s)
243004
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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

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

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

See also