More actions
Middle Counter
[[File:{{{icon5}}}|Middle Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Middle Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Middle Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Middle Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Middle Counter||class=pixelart}}]]
Move
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_generic_01_28
location_restaurant_generic_01_25
location_restaurant_generic_01_36
location_restaurant_generic_01_33
location_restaurant_generic_01_25
location_restaurant_generic_01_36
location_restaurant_generic_01_33
Tile ID(s)
215028
215025
215036
215033
215025
215036
215033
A middle 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_28": {
"name": "location_restaurant_generic_01_28",
"id": 215028,
"type": "MAX",
"tileSheetIndex": 28,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "E",
"GroupName": "Middle",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_generic_01_25": {
"name": "location_restaurant_generic_01_25",
"id": 215025,
"type": "MAX",
"tileSheetIndex": 25,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "S",
"GroupName": "Middle",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_generic_01_36": {
"name": "location_restaurant_generic_01_36",
"id": 215036,
"type": "MAX",
"tileSheetIndex": 36,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "W",
"GroupName": "Middle",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_generic_01_33": {
"name": "location_restaurant_generic_01_33",
"id": 215033,
"type": "MAX",
"tileSheetIndex": 33,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "N",
"GroupName": "Middle",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}