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

Industrial Fridge

From PZwiki
Project ZomboidTilesAppliancesFridgesIndustrial Fridge
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).
Industrial Fridge
Appliances refrigeration 01 23.png
Appliances refrigeration 01 22.png
Appliances refrigeration 01 37.png
Appliances refrigeration 01 36.png
[[File:{{{icon5}}}|Industrial Fridge||class=pixelart}}]]
[[File:{{{icon6}}}|Industrial Fridge||class=pixelart}}]]
[[File:{{{icon7}}}|Industrial Fridge||class=pixelart}}]]
[[File:{{{icon8}}}|Industrial Fridge||class=pixelart}}]]
[[File:{{{icon9}}}|Industrial Fridge||class=pixelart}}]]
General
Category
Fridge
EncumbranceMoodle Icon HeavyLoad.png
40.0
Size
1 tile
Function
Food storage
Properties
TypeFridge
Fridge
Capacity
40
Freezer capacity
20
Move
Pickup Skill (level)
None (3)
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
appliances_refrigeration_01_23
appliances_refrigeration_01_22
appliances_refrigeration_01_37
appliances_refrigeration_01_36
Tile ID(s)
113023
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.

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 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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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"
              }
          }
      }
  }

See also