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

Doctor Degree Certificate

From PZwiki
Project ZomboidTilesDecorationsWall decorationsDoctor Degree Certificate
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Doctor Degree Certificate
Location community medical 01 13.png
Location community medical 01 14.png
[[File:{{{icon3}}}|Doctor Degree Certificate||class=pixelart}}]]
[[File:{{{icon4}}}|Doctor Degree Certificate||class=pixelart}}]]
[[File:{{{icon5}}}|Doctor Degree Certificate||class=pixelart}}]]
[[File:{{{icon6}}}|Doctor Degree Certificate||class=pixelart}}]]
[[File:{{{icon7}}}|Doctor Degree Certificate||class=pixelart}}]]
[[File:{{{icon8}}}|Doctor Degree Certificate||class=pixelart}}]]
[[File:{{{icon9}}}|Doctor Degree Certificate||class=pixelart}}]]
General
Category
Furniture
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)
location_community_medical_01_13
location_community_medical_01_14
Tile ID(s)
213013
213014

A doctor degree certificate 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_community_medical_01_13": {
          "name": "location_community_medical_01_13",
          "id": 213013,
          "type": "MAX",
          "tileSheetIndex": 13,
          "properties": {
              "generic": {
                  "CustomName": "Certificate",
                  "Facing": "E",
                  "GroupName": "Doctor Degree",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "IsHigh": "",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_14": {
          "name": "location_community_medical_01_14",
          "id": 213014,
          "type": "MAX",
          "tileSheetIndex": 14,
          "properties": {
              "generic": {
                  "CustomName": "Certificate",
                  "Facing": "S",
                  "GroupName": "Doctor Degree",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "IsHigh": "",
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also