More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Zippee Wall Shelves
[[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}}]]
Move
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
location_shop_zippee_01_2
location_shop_zippee_01_0
location_shop_zippee_01_1
Tile ID(s)
217003
217002
217000
217001
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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": ""
}
}
}
}