Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Grocery Trapezoid Counter

From PZwiki
Project ZomboidContainer tilesCountersGrocery Trapezoid Counter
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Grocery Trapezoid Counter
BreadDisplay.gif
Location shop greenes 01 29.png
Location shop greenes 01 28.png
Location shop greenes 01 30.png
Location shop greenes 01 31.png
[[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}}]]
General
Category
Counter
EncumbranceMoodle Icon HeavyLoad.png
10.0
Size
1 tile
Properties
TypeGrocerstand
grocerstand
Capacity
20
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Disassemble
Skill (level)
Tool(s)
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
Tile ID(s)
164029
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.

Base chance is not a percentage, but can provide a basic idea of rarity.
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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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": ""
              }
          }
      }
  }

See also