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

Trapezoid Shop Shelves

From PZwiki
Project ZomboidTilesContainer tilesShelvesTrapezoid Shop Shelves
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Trapezoid Shop Shelves
Location shop generic 01 93.png
Location shop generic 01 92.png
Location shop generic 01 94.png
Location shop generic 01 95.png
[[File:{{{icon5}}}|Trapezoid Shop Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Trapezoid Shop Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Trapezoid Shop Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Trapezoid Shop Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Trapezoid Shop Shelves||class=pixelart}}]]
General
Category
Shelves
EncumbranceMoodle Icon HeavyLoad.png
7.5
Size
1 tile
Properties
TypeGrocerstand
grocerstand
Capacity
20
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_generic_01_93
location_shop_generic_01_92
location_shop_generic_01_94
location_shop_generic_01_95
Tile ID(s)
163093
163092
163094
163095

A trapezoid shop shelves 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

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_generic_01_93": {
          "name": "location_shop_generic_01_93",
          "id": 163093,
          "type": "MAX",
          "tileSheetIndex": 93,
          "properties": {
              "generic": {
                  "container": "grocerstand",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Shelves",
                  "Facing": "E",
                  "GroupName": "Trapzoid Shop",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_generic_01_92": {
          "name": "location_shop_generic_01_92",
          "id": 163092,
          "type": "MAX",
          "tileSheetIndex": 92,
          "properties": {
              "generic": {
                  "container": "grocerstand",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Shelves",
                  "Facing": "S",
                  "GroupName": "Trapzoid Shop",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "34",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_generic_01_94": {
          "name": "location_shop_generic_01_94",
          "id": 163094,
          "type": "MAX",
          "tileSheetIndex": 94,
          "properties": {
              "generic": {
                  "container": "grocerstand",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Shelves",
                  "Facing": "W",
                  "GroupName": "Trapzoid Shop",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_generic_01_95": {
          "name": "location_shop_generic_01_95",
          "id": 163095,
          "type": "MAX",
          "tileSheetIndex": 95,
          "properties": {
              "generic": {
                  "container": "grocerstand",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Shelves",
                  "Facing": "N",
                  "GroupName": "Trapzoid Shop",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "CanBreak": ""
              }
          }
      }
  }

See also