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

Beige Magazine Shop Shelves

From PZwiki
Project ZomboidTilesContainer tilesShelvesBeige Magazine 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 Magazine Shop Shelves
Location shop generic 01 3.png
Location shop generic 01 2.png
[[File:{{{icon3}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon4}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon5}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
General
Category
Shelves
EncumbranceMoodle Icon HeavyLoad.png
7.5
Size
1 tile
Properties
TypeShelves
shelves
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_3
location_shop_generic_01_2
Tile ID(s)
163003
163002

A beige magazine 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_3": {
          "name": "location_shop_generic_01_3",
          "id": 163003,
          "type": "MAX",
          "tileSheetIndex": 3,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Shelves",
                  "Facing": "E",
                  "GroupName": "Beige Magazine Shop",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "32",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_generic_01_2": {
          "name": "location_shop_generic_01_2",
          "id": 163002,
          "type": "MAX",
          "tileSheetIndex": 2,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Shelves",
                  "Facing": "S",
                  "GroupName": "Beige Magazine Shop",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "32",
                  "CanBreak": ""
              }
          }
      }
  }

See also