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

Battered Notices

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]
Battered Notices
Trash walls 01 2.png
Trash walls 01 3.png
[[File:{{{icon3}}}|Battered Notices||class=pixelart}}]]
[[File:{{{icon4}}}|Battered Notices||class=pixelart}}]]
[[File:{{{icon5}}}|Battered Notices||class=pixelart}}]]
[[File:{{{icon6}}}|Battered Notices||class=pixelart}}]]
[[File:{{{icon7}}}|Battered Notices||class=pixelart}}]]
[[File:{{{icon8}}}|Battered Notices||class=pixelart}}]]
[[File:{{{icon9}}}|Battered Notices||class=pixelart}}]]
General
Category
Notices
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_2
trash_walls_01_3
Tile ID(s)
243002
243003

A battered notices is a movable tile.

Usage

This tile uses the generic movable item when picked up.

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_2": {
          "name": "trash_walls_01_2",
          "id": 243002,
          "type": "MAX",
          "tileSheetIndex": 2,
          "properties": {
              "spriteFlags2": 256,
              "flags": [
                  "attachedFloor"
              ],
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Notices",
                  "Facing": "E",
                  "GroupName": "Battered",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "trash_walls_01_3": {
          "name": "trash_walls_01_3",
          "id": 243003,
          "type": "MAX",
          "tileSheetIndex": 3,
          "properties": {
              "spriteFlags2": 256,
              "flags": [
                  "attachedFloor"
              ],
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Notices",
                  "Facing": "S",
                  "GroupName": "Battered",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also