More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Grocery Trapezoid Counter
[[File:{{{icon6}}}|Grocery Trapezoid Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Grocery Trapezoid Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Grocery Trapezoid Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Grocery Trapezoid Counter||class=pixelart}}]]
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_greenes_01_29
location_shop_greenes_01_28
location_shop_greenes_01_30
location_shop_greenes_01_31
location_shop_greenes_01_28
location_shop_greenes_01_30
location_shop_greenes_01_31
Tile ID(s)
164029
164028
164030
164031
164028
164030
164031
A grocery trapezoid counter is a movable tile.
Usage
This tile can be used to store items. It has a capacity of 20. 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
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_greenes_01_29": {
"name": "location_shop_greenes_01_29",
"id": 164029,
"type": "MAX",
"tileSheetIndex": 29,
"properties": {
"generic": {
"container": "grocerstand",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Counter",
"Facing": "E",
"GroupName": "Grocery Trapezoid",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "34",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_greenes_01_28": {
"name": "location_shop_greenes_01_28",
"id": 164028,
"type": "MAX",
"tileSheetIndex": 28,
"properties": {
"generic": {
"container": "grocerstand",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Counter",
"Facing": "S",
"GroupName": "Grocery Trapezoid",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "34",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_greenes_01_30": {
"name": "location_shop_greenes_01_30",
"id": 164030,
"type": "MAX",
"tileSheetIndex": 30,
"properties": {
"generic": {
"container": "grocerstand",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Counter",
"Facing": "W",
"GroupName": "Grocery Trapezoid",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "34",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_greenes_01_31": {
"name": "location_shop_greenes_01_31",
"id": 164031,
"type": "MAX",
"tileSheetIndex": 31,
"properties": {
"generic": {
"container": "grocerstand",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Counter",
"Facing": "N",
"GroupName": "Grocery Trapezoid",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "34",
"CanBreak": ""
}
}
}
}