More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Barrel
[[File:{{{icon7}}}|Barrel||class=pixelart}}]]
[[File:{{{icon8}}}|Barrel||class=pixelart}}]]
[[File:{{{icon9}}}|Barrel||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
industry_01_22
industry_01_23
location_military_generic_01_6
location_military_generic_01_7
location_military_generic_01_14
location_military_generic_01_15
industry_01_23
location_military_generic_01_6
location_military_generic_01_7
location_military_generic_01_14
location_military_generic_01_15
Tile ID(s)
205022
205023
300006
300007
300014
300015
205023
300006
300007
300014
300015
A barrel 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 |
Metal Sheet | 1 | 70 | 1 |
Scrap Metal | 1 | 70 | 1 |
On dismantle failure | |||
Unusable Metal |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"industry_01_22": {
"name": "industry_01_22",
"id": 205022,
"type": "MAX",
"tileSheetIndex": 22,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Barrel",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpWeight": 100,
"Surface": "35",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"industry_01_23": {
"name": "industry_01_23",
"id": 205023,
"type": "MAX",
"tileSheetIndex": 23,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Barrel",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpWeight": 100,
"Surface": "35",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_military_generic_01_6": {
"name": "location_military_generic_01_6",
"id": 300006,
"type": "MAX",
"tileSheetIndex": 6,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Barrel",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalScrap",
"PickUpWeight": 150,
"ItemHeight": "30"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_military_generic_01_7": {
"name": "location_military_generic_01_7",
"id": 300007,
"type": "MAX",
"tileSheetIndex": 7,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Barrel",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalScrap",
"PickUpWeight": 150,
"ItemHeight": "30"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_military_generic_01_14": {
"name": "location_military_generic_01_14",
"id": 300014,
"type": "MAX",
"tileSheetIndex": 14,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Barrel",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalScrap",
"PickUpWeight": 150,
"ItemHeight": "30"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_military_generic_01_15": {
"name": "location_military_generic_01_15",
"id": 300015,
"type": "MAX",
"tileSheetIndex": 15,
"properties": {
"generic": {
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Barrel",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalScrap",
"PickUpWeight": 150,
"ItemHeight": "30"
}
}
}
}