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

Surgeon Degree Certificate

From PZwiki
Project ZomboidTilesDecorationsWall decorationsSurgeon 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]
Surgeon Degree Certificate
Location community medical 01 30.png
Location community medical 01 31.png
[[File:{{{icon3}}}|Surgeon Degree Certificate||class=pixelart}}]]
[[File:{{{icon4}}}|Surgeon Degree Certificate||class=pixelart}}]]
[[File:{{{icon5}}}|Surgeon Degree Certificate||class=pixelart}}]]
[[File:{{{icon6}}}|Surgeon Degree Certificate||class=pixelart}}]]
[[File:{{{icon7}}}|Surgeon Degree Certificate||class=pixelart}}]]
[[File:{{{icon8}}}|Surgeon Degree Certificate||class=pixelart}}]]
[[File:{{{icon9}}}|Surgeon 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_30
location_community_medical_01_31
Tile ID(s)
213030
213031

A surgeon degree certificate 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
{
      "location_community_medical_01_30": {
          "name": "location_community_medical_01_30",
          "id": 213030,
          "type": "MAX",
          "tileSheetIndex": 30,
          "properties": {
              "generic": {
                  "CustomName": "Certificate",
                  "Facing": "E",
                  "GroupName": "Surgeon Degree",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "IsHigh": "",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_31": {
          "name": "location_community_medical_01_31",
          "id": 213031,
          "type": "MAX",
          "tileSheetIndex": 31,
          "properties": {
              "generic": {
                  "CustomName": "Certificate",
                  "Facing": "S",
                  "GroupName": "Surgeon Degree",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "IsHigh": "",
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also