More actions
Corner B Counter
[[File:{{{icon5}}}|Corner B Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Corner B Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Corner B Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Corner B Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Corner B Counter||class=pixelart}}]]
Move
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_generic_01_29
location_restaurant_generic_01_26
location_restaurant_generic_01_35
location_restaurant_generic_01_32
location_restaurant_generic_01_26
location_restaurant_generic_01_35
location_restaurant_generic_01_32
Tile ID(s)
215029
215026
215035
215032
215026
215035
215032
A corner b 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 |
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
{
"location_restaurant_generic_01_29": {
"name": "location_restaurant_generic_01_29",
"id": 215029,
"type": "MAX",
"tileSheetIndex": 29,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "E",
"GroupName": "Corner B",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_generic_01_26": {
"name": "location_restaurant_generic_01_26",
"id": 215026,
"type": "MAX",
"tileSheetIndex": 26,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "S",
"GroupName": "Corner B",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_generic_01_35": {
"name": "location_restaurant_generic_01_35",
"id": 215035,
"type": "MAX",
"tileSheetIndex": 35,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "W",
"GroupName": "Corner B",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_generic_01_32": {
"name": "location_restaurant_generic_01_32",
"id": 215032,
"type": "MAX",
"tileSheetIndex": 32,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "N",
"GroupName": "Corner B",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}