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

Collection of Notices

From PZwiki
Project ZomboidTilesDecorationsWall decorationsCollection of Notices
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Collection of Notices
Papernotices 01 4.png
Papernotices 01 7.png
[[File:{{{icon3}}}|Collection of Notices||class=pixelart}}]]
[[File:{{{icon4}}}|Collection of Notices||class=pixelart}}]]
[[File:{{{icon5}}}|Collection of Notices||class=pixelart}}]]
[[File:{{{icon6}}}|Collection of Notices||class=pixelart}}]]
[[File:{{{icon7}}}|Collection of Notices||class=pixelart}}]]
[[File:{{{icon8}}}|Collection of Notices||class=pixelart}}]]
[[File:{{{icon9}}}|Collection of 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)
papernotices_01_4
papernotices_01_7
Tile ID(s)
280004
280007

A collection of 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
{
      "papernotices_01_4": {
          "name": "papernotices_01_4",
          "id": 280004,
          "type": "MAX",
          "tileSheetIndex": 4,
          "properties": {
              "generic": {
                  "CustomName": "Notices",
                  "Facing": "E",
                  "GroupName": "Collection of",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "papernotices_01_7": {
          "name": "papernotices_01_7",
          "id": 280007,
          "type": "MAX",
          "tileSheetIndex": 7,
          "properties": {
              "generic": {
                  "CustomName": "Notices",
                  "Facing": "S",
                  "GroupName": "Collection of",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also