More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
location_trailer_02_18
location_trailer_02_21
location_trailer_02_20
166018
166021
166020
A trailer counter 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 |
Plank | 6 | 40 | 6 |
Nails | 4 | 50 | 4 |
Screws | 4 | 50 | 4 |
Plank | 1 | 90 | 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 |
Code
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_trailer_02_19": {
"name": "location_trailer_02_19",
"id": 166019,
"type": "MAX",
"tileSheetIndex": 19,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "E",
"GroupName": "Trailer",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_trailer_02_18": {
"name": "location_trailer_02_18",
"id": 166018,
"type": "MAX",
"tileSheetIndex": 18,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "S",
"GroupName": "Trailer",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_trailer_02_21": {
"name": "location_trailer_02_21",
"id": 166021,
"type": "MAX",
"tileSheetIndex": 21,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "W",
"GroupName": "Trailer",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_trailer_02_20": {
"name": "location_trailer_02_20",
"id": 166020,
"type": "MAX",
"tileSheetIndex": 20,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "N",
"GroupName": "Trailer",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": "",
"CanBreak": ""
}
}
}
}