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

Comics Shop Shelves

From PZwiki
Project ZomboidTilesContainer tilesShelvesComics 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]
Comics Shop Shelves
Location shop generic 01 0.png
Location shop generic 01 1.png
[[File:{{{icon3}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon4}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon5}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Comics 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_0
location_shop_generic_01_1
Tile ID(s)
163000
163001

A comics 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_0": {
          "name": "location_shop_generic_01_0",
          "id": 163000,
          "type": "MAX",
          "tileSheetIndex": 0,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Shelves",
                  "Facing": "E",
                  "GroupName": "Comics 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_1": {
          "name": "location_shop_generic_01_1",
          "id": 163001,
          "type": "MAX",
          "tileSheetIndex": 1,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Shelves",
                  "Facing": "S",
                  "GroupName": "Comics Shop",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 75,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "32",
                  "CanBreak": ""
              }
          }
      }
  }

See also