More actions
Big Wall Shelves
[[File:{{{icon3}}}|Big Wall Shelves||class=pixelart}}]]
[[File:{{{icon4}}}|Big Wall Shelves||class=pixelart}}]]
[[File:{{{icon5}}}|Big Wall Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Big Wall Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Big Wall Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Big Wall Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Big Wall Shelves||class=pixelart}}]]
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_shelving_01_10
furniture_shelving_01_9
furniture_shelving_01_9
Tile ID(s)
141010
141009
141009
A big wall shelves is a movable tile.
Usage
This tile can be used to store items. It has a capacity of 30. This tile uses the generic movable item when picked up.
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 |
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_shelving_01_10": {
"name": "furniture_shelving_01_10",
"id": 141010,
"type": "MAX",
"tileSheetIndex": 10,
"properties": {
"generic": {
"container": "shelves",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "30",
"CustomName": "Shelves",
"Facing": "E",
"GroupName": "Big Wall",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"ScrapSize": "Large",
"ItemHeight": "60",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_shelving_01_9": {
"name": "furniture_shelving_01_9",
"id": 141009,
"type": "MAX",
"tileSheetIndex": 9,
"properties": {
"generic": {
"container": "shelves",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "30",
"CustomName": "Shelves",
"Facing": "S",
"GroupName": "Big Wall",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"ScrapSize": "Large",
"ItemHeight": "60",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}