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

Big Cork Noteboard

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]
Big Cork Noteboard
Location business office generic 01 38+39.png
[[File:{{{icon2}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon3}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon4}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon5}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon6}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon7}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon8}}}|Big Cork Noteboard||class=pixelart}}]]
[[File:{{{icon9}}}|Big Cork Noteboard||class=pixelart}}]]
General
Category
Noteboard
EncumbranceMoodle Icon HeavyLoad.png
2.0 (per tile)
4 (total)
Size
2 tiles
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_business_office_generic_01_36
location_business_office_generic_01_37
location_business_office_generic_01_38
location_business_office_generic_01_39
Tile ID(s)
149036
149037
149038
149039

A big cork noteboard 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
{
      "location_business_office_generic_01_36": {
          "name": "location_business_office_generic_01_36",
          "id": 149036,
          "type": "MAX",
          "tileSheetIndex": 36,
          "properties": {
              "generic": {
                  "CustomName": "Noteboard",
                  "Facing": "E",
                  "GroupName": "Big Cork",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,1",
                  "IsHigh": "",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_business_office_generic_01_37": {
          "name": "location_business_office_generic_01_37",
          "id": 149037,
          "type": "MAX",
          "tileSheetIndex": 37,
          "properties": {
              "generic": {
                  "CustomName": "Noteboard",
                  "Facing": "E",
                  "GroupName": "Big Cork",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,0",
                  "IsHigh": "",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_business_office_generic_01_38": {
          "name": "location_business_office_generic_01_38",
          "id": 149038,
          "type": "MAX",
          "tileSheetIndex": 38,
          "properties": {
              "generic": {
                  "CustomName": "Noteboard",
                  "Facing": "S",
                  "GroupName": "Big Cork",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "0,0",
                  "IsHigh": "",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_business_office_generic_01_39": {
          "name": "location_business_office_generic_01_39",
          "id": 149039,
          "type": "MAX",
          "tileSheetIndex": 39,
          "properties": {
              "generic": {
                  "CustomName": "Noteboard",
                  "Facing": "S",
                  "GroupName": "Big Cork",
                  "IsMoveAble": "",
                  "PickUpWeight": 20,
                  "SpriteGridPos": "1,0",
                  "IsHigh": "",
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also