More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
location_community_medical_01_102
location_community_medical_01_111
location_community_medical_01_110
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.
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
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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"
}
}
}
}