More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Corner A Counter
[[File:{{{icon5}}}|Corner A Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Corner A Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Corner A Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Corner A Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Corner A Counter||class=pixelart}}]]
Move
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_generic_01_27
location_restaurant_generic_01_24
location_restaurant_generic_01_37
location_restaurant_generic_01_34
location_restaurant_generic_01_24
location_restaurant_generic_01_37
location_restaurant_generic_01_34
Tile ID(s)
215027
215024
215037
215034
215024
215037
215034
A corner a 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_27": {
"name": "location_restaurant_generic_01_27",
"id": 215027,
"type": "MAX",
"tileSheetIndex": 27,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "E",
"GroupName": "Corner A",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_generic_01_24": {
"name": "location_restaurant_generic_01_24",
"id": 215024,
"type": "MAX",
"tileSheetIndex": 24,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "S",
"GroupName": "Corner A",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_generic_01_37": {
"name": "location_restaurant_generic_01_37",
"id": 215037,
"type": "MAX",
"tileSheetIndex": 37,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "W",
"GroupName": "Corner A",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_generic_01_34": {
"name": "location_restaurant_generic_01_34",
"id": 215034,
"type": "MAX",
"tileSheetIndex": 34,
"properties": {
"generic": {
"container": "restaurantdisplay",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Counter",
"Facing": "N",
"GroupName": "Corner A",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"PickUpLevel": "1",
"PickUpTool": "Electrician",
"PickUpWeight": 200,
"PlaceTool": "Electrician"
}
}
}
}