More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
appliances_refrigeration_01_22
appliances_refrigeration_01_37
appliances_refrigeration_01_36
113022
113037
113036
An industrial fridge is a movable tile.
Usage
This fridge can slow down the process of food rotting. It has a fridge capacity of 40 and a freezer capacity of 20. 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 | 2 | 70 | 2 |
Steel Sheet - Small | 2 | 80 | 2 |
Nails | 4 | 50 | 4 |
Scrap Electronics | 1 | 80 | 1 |
On dismantle failure | |||
Sheet Metal Scrap |
Code
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_refrigeration_01_23": {
"name": "appliances_refrigeration_01_23",
"id": 113023,
"type": "MAX",
"tileSheetIndex": 23,
"properties": {
"generic": {
"container": "fridge",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CollisionShape": "WestCounter",
"ContainerCapacity": "40",
"CustomName": "Fridge",
"Facing": "E",
"GroupName": "Industrial",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "Electric",
"Material3": "Glass",
"PickUpLevel": "3",
"PickUpWeight": 400,
"Surface": "60",
"ScrapSize": "Large",
"Freezer": "",
"FreezerCapacity": "20"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_refrigeration_01_22": {
"name": "appliances_refrigeration_01_22",
"id": 113022,
"type": "MAX",
"tileSheetIndex": 22,
"properties": {
"generic": {
"container": "fridge",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CollisionShape": "NorthCounter",
"ContainerCapacity": "40",
"CustomName": "Fridge",
"Facing": "S",
"GroupName": "Industrial",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "Electric",
"Material3": "Glass",
"PickUpLevel": "3",
"PickUpWeight": 400,
"Surface": "60",
"ScrapSize": "Large",
"Freezer": "",
"FreezerCapacity": "20"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_refrigeration_01_37": {
"name": "appliances_refrigeration_01_37",
"id": 113037,
"type": "MAX",
"tileSheetIndex": 37,
"properties": {
"generic": {
"container": "fridge",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Fridge",
"Facing": "W",
"GroupName": "Industrial",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "MetalScrap",
"Material3": "Electric",
"PickUpLevel": "3",
"PickUpWeight": 400,
"Surface": "60",
"ScrapSize": "Large",
"Freezer": "",
"FreezerCapacity": "20"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_refrigeration_01_36": {
"name": "appliances_refrigeration_01_36",
"id": 113036,
"type": "MAX",
"tileSheetIndex": 36,
"properties": {
"generic": {
"container": "fridge",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Fridge",
"Facing": "N",
"GroupName": "Industrial",
"IsMoveAble": "",
"Material": "Fridge",
"Material2": "MetalScrap",
"Material3": "Electric",
"PickUpLevel": "3",
"PickUpWeight": 400,
"Surface": "60",
"ScrapSize": "Large",
"Freezer": "",
"FreezerCapacity": "20"
}
}
}
}