More actions
Built-in Trailer Fridge
[[File:{{{icon5}}}|Built-in Trailer Fridge||class=pixelart}}]]
[[File:{{{icon6}}}|Built-in Trailer Fridge||class=pixelart}}]]
[[File:{{{icon7}}}|Built-in Trailer Fridge||class=pixelart}}]]
[[File:{{{icon8}}}|Built-in Trailer Fridge||class=pixelart}}]]
[[File:{{{icon9}}}|Built-in Trailer Fridge||class=pixelart}}]]
Technical
Item ID(s)
Moveables.{TileID}
Tile ID(s)
location_trailer_02_10
A built-in trailer fridge is a movable tile.
Usage
This fridge can slow down the process of food rotting. It has a fridge capacity of 20 and a freezer capacity of 5. 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 |
Plank | 6 | 40 | 6 |
Nails | 4 | 50 | 4 |
Screws | 4 | 50 | 4 |
Plank | 1 | 90 | 1 |
Nails | 4 | 50 | 4 |
Scrap Electronics | 1 | 80 | 1 |
On dismantle failure | |||
Scrap Wood |
Breakage occurs when the player fails at picking up an item.
Breakage materials | ||
---|---|---|
Item dropped | Maximum amount | Chance per roll |
Plank | 3 | 20 |
Nails | 1 | 10 |
Screws | 3 | 10 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_trailer_02_17": {
"name": "location_trailer_02_17",
"id": 166017,
"type": "MAX",
"tileSheetIndex": 17,
"properties": {
"generic": {
"container": "fridge",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"ContainerPosition": "Low",
"CustomName": "Fridge",
"Facing": "E",
"GroupName": "Build-in Trailer",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Electric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": "",
"Freezer": "",
"FreezerCapacity": "5",
"NoFreezer": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_trailer_02_16": {
"name": "location_trailer_02_16",
"id": 166016,
"type": "MAX",
"tileSheetIndex": 16,
"properties": {
"generic": {
"container": "fridge",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"ContainerPosition": "Low",
"CustomName": "Fridge",
"Facing": "S",
"GroupName": "Build-in Trailer",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Electric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": "",
"Freezer": "",
"FreezerCapacity": "5",
"NoFreezer": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_trailer_02_11": {
"name": "location_trailer_02_11",
"id": 166011,
"type": "MAX",
"tileSheetIndex": 11,
"properties": {
"generic": {
"container": "fridge",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Fridge",
"Facing": "W",
"GroupName": "Build-in Trailer",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Electric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": "",
"Freezer": "",
"FreezerCapacity": "5",
"NoFreezer": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_trailer_02_10": {
"name": "location_trailer_02_10",
"id": 166010,
"type": "MAX",
"tileSheetIndex": 10,
"properties": {
"generic": {
"container": "fridge",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Fridge",
"Facing": "N",
"GroupName": "Build-in Trailer",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Electric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": "",
"Freezer": "",
"FreezerCapacity": "5",
"NoFreezer": "",
"CanBreak": ""
}
}
}
}