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

Wanted 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]
Wanted Notices
Papernotices 01 0.png
Papernotices 01 3.png
[[File:{{{icon3}}}|Wanted Notices||class=pixelart}}]]
[[File:{{{icon4}}}|Wanted Notices||class=pixelart}}]]
[[File:{{{icon5}}}|Wanted Notices||class=pixelart}}]]
[[File:{{{icon6}}}|Wanted Notices||class=pixelart}}]]
[[File:{{{icon7}}}|Wanted Notices||class=pixelart}}]]
[[File:{{{icon8}}}|Wanted Notices||class=pixelart}}]]
[[File:{{{icon9}}}|Wanted 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_0
papernotices_01_3
Tile ID(s)
280000
280003

A wanted notices 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
{
      "papernotices_01_0": {
          "name": "papernotices_01_0",
          "id": 280000,
          "type": "MAX",
          "tileSheetIndex": 0,
          "properties": {
              "generic": {
                  "CustomName": "Notices",
                  "Facing": "E",
                  "GroupName": "Wanted",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "papernotices_01_3": {
          "name": "papernotices_01_3",
          "id": 280003,
          "type": "MAX",
          "tileSheetIndex": 3,
          "properties": {
              "generic": {
                  "CustomName": "Notices",
                  "Facing": "S",
                  "GroupName": "Wanted",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also