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

Zippee Wall Shelves

From PZwiki
Project ZomboidTilesContainer tilesShelvesZippee Wall Shelves
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Zippee Wall Shelves
Location shop zippee 01 3.png
Location shop zippee 01 2.png
Location shop zippee 01 0.png
Location shop zippee 01 1.png
[[File:{{{icon5}}}|Zippee Wall Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Zippee Wall Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Zippee Wall Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Zippee Wall Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Zippee Wall Shelves||class=pixelart}}]]
General
Category
Shelves
EncumbranceMoodle Icon HeavyLoad.png
5.0
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_zippee_01_3
location_shop_zippee_01_2
location_shop_zippee_01_0
location_shop_zippee_01_1
Tile ID(s)
217003
217002
217000
217001

A Zippee wall shelves is a movable tile.

Usage

This tile uses the generic movable item when picked up. It must be placed on the side of a wall.

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_zippee_01_3": {
          "name": "location_shop_zippee_01_3",
          "id": 217003,
          "type": "MAX",
          "tileSheetIndex": 3,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "E",
                  "GroupName": "Zippee Wall",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 50,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "60",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_zippee_01_2": {
          "name": "location_shop_zippee_01_2",
          "id": 217002,
          "type": "MAX",
          "tileSheetIndex": 2,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "S",
                  "GroupName": "Zippee Wall",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 50,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "60",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_zippee_01_0": {
          "name": "location_shop_zippee_01_0",
          "id": 217000,
          "type": "MAX",
          "tileSheetIndex": 0,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "W",
                  "GroupName": "Zippee Wall",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 50,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "60",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_zippee_01_1": {
          "name": "location_shop_zippee_01_1",
          "id": 217001,
          "type": "MAX",
          "tileSheetIndex": 1,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "N",
                  "GroupName": "Zippee Wall",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 50,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "60",
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

See also