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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Kennel

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Kennel
Location community medical 01 103.png
Location community medical 01 102.png
Location community medical 01 111.png
Location community medical 01 110.png
[[File:{{{icon5}}}|Kennel||class=pixelart}}]]
[[File:{{{icon6}}}|Kennel||class=pixelart}}]]
[[File:{{{icon7}}}|Kennel||class=pixelart}}]]
[[File:{{{icon8}}}|Kennel||class=pixelart}}]]
[[File:{{{icon9}}}|Kennel||class=pixelart}}]]
General
Category
Bank
EncumbranceMoodle Icon HeavyLoad.png
25.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_medical_01_103
location_community_medical_01_102
location_community_medical_01_111
location_community_medical_01_110
Tile ID(s)
213103
213102
213111
213110

A kennel is a movable tile.

Usage

This tile uses the generic movable item when picked up.

Crafting

The following table contains the materials that can drop when disassembling this tile.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Steel Sheet 1 70 1
Scrap Metal 1 70 1
Nails 4 50 4
Scrap Electronics 1 80 1
On dismantle failure
Sheet Metal Scrap

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_103": {
          "name": "location_community_medical_01_103",
          "id": 213103,
          "type": "MAX",
          "tileSheetIndex": 103,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Bank",
                  "Facing": "E",
                  "GroupName": "Blood",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "Material3": "Electric",
                  "PickUpLevel": "3",
                  "PickUpTool": "Electrician",
                  "PickUpWeight": 250,
                  "PlaceTool": "Electrician",
                  "ItemHeight": "80"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_102": {
          "name": "location_community_medical_01_102",
          "id": 213102,
          "type": "MAX",
          "tileSheetIndex": 102,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Bank",
                  "Facing": "S",
                  "GroupName": "Blood",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "Material3": "Electric",
                  "PickUpLevel": "3",
                  "PickUpTool": "Electrician",
                  "PickUpWeight": 250,
                  "PlaceTool": "Electrician",
                  "ItemHeight": "80"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_111": {
          "name": "location_community_medical_01_111",
          "id": 213111,
          "type": "MAX",
          "tileSheetIndex": 111,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Bank",
                  "Facing": "W",
                  "GroupName": "Blood",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "Material3": "Electric",
                  "PickUpLevel": "3",
                  "PickUpTool": "Electrician",
                  "PickUpWeight": 250,
                  "PlaceTool": "Electrician",
                  "ItemHeight": "80"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_110": {
          "name": "location_community_medical_01_110",
          "id": 213110,
          "type": "MAX",
          "tileSheetIndex": 110,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Bank",
                  "Facing": "N",
                  "GroupName": "Blood",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "Material3": "Electric",
                  "PickUpLevel": "3",
                  "PickUpTool": "Electrician",
                  "PickUpWeight": 250,
                  "PlaceTool": "Electrician",
                  "ItemHeight": "80"
              }
          }
      }
  }

See also