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

Beige Wall Shop Shelves

From PZwiki
Project ZomboidTilesContainer tilesShelvesBeige Wall 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]
Beige Wall Shop Shelves
Location shop generic 01 31.png
Location shop generic 01 30.png
Location shop generic 01 28.png
Location shop generic 01 29.png
[[File:{{{icon5}}}|Beige Wall Shop Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Beige Wall Shop Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Beige Wall Shop Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Beige Wall Shop Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Beige Wall Shop Shelves||class=pixelart}}]]
General
Category
Shelves
EncumbranceMoodle Icon HeavyLoad.png
7.5
Size
1 tile
Properties
TypeShelves
shelves
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_generic_01_31
location_shop_generic_01_30
location_shop_generic_01_28
location_shop_generic_01_29
Tile ID(s)
163031
163030
163028
163029

A beige wall shop shelves 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.

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
Screws 2 50 2
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_generic_01_31": {
          "name": "location_shop_generic_01_31",
          "id": 163031,
          "type": "MAX",
          "tileSheetIndex": 31,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "E",
                  "GroupName": "Beige Wall Shop",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Screws",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "ItemHeight": "60",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_generic_01_30": {
          "name": "location_shop_generic_01_30",
          "id": 163030,
          "type": "MAX",
          "tileSheetIndex": 30,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "S",
                  "GroupName": "Beige Wall Shop",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Screws",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "ItemHeight": "60",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_generic_01_28": {
          "name": "location_shop_generic_01_28",
          "id": 163028,
          "type": "MAX",
          "tileSheetIndex": 28,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "W",
                  "GroupName": "Beige Wall Shop",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Screws",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "ItemHeight": "60",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_generic_01_29": {
          "name": "location_shop_generic_01_29",
          "id": 163029,
          "type": "MAX",
          "tileSheetIndex": 29,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "N",
                  "GroupName": "Beige Wall Shop",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Screws",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "ScrapSize": "Small",
                  "ItemHeight": "60",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

See also