More actions
Hardwood Wall Shelves
[[File:{{{icon6}}}|Hardwood Wall Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Hardwood Wall Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Hardwood Wall Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Hardwood 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_2
furniture_shelving_01_1
furniture_shelving_01_3
furniture_shelving_01_4
furniture_shelving_01_1
furniture_shelving_01_3
furniture_shelving_01_4
Tile ID(s)
141002
141001
141003
141004
141001
141003
141004
A hardwood wall shelves is a movable tile.
Usage
This tile can be used to store items. It has a capacity of 15. 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_2": {
"name": "furniture_shelving_01_2",
"id": 141002,
"type": "MAX",
"tileSheetIndex": 2,
"properties": {
"generic": {
"container": "shelves",
"CanScrap": "",
"ContainerCapacity": "15",
"ContainerPosition": "High",
"CustomName": "Shelves",
"Facing": "E",
"GroupName": "Hardwood Wall",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"Surface": "60",
"ScrapSize": "Small",
"IsHigh": "",
"MoveType": "WallObject",
"attachedW": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_shelving_01_1": {
"name": "furniture_shelving_01_1",
"id": 141001,
"type": "MAX",
"tileSheetIndex": 1,
"properties": {
"generic": {
"container": "shelves",
"CanScrap": "",
"ContainerCapacity": "15",
"ContainerPosition": "High",
"CustomName": "Shelves",
"Facing": "S",
"GroupName": "Hardwood Wall",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"Surface": "60",
"ScrapSize": "Small",
"IsHigh": "",
"MoveType": "WallObject",
"attachedN": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_shelving_01_3": {
"name": "furniture_shelving_01_3",
"id": 141003,
"type": "MAX",
"tileSheetIndex": 3,
"properties": {
"generic": {
"container": "shelves",
"CanScrap": "",
"ContainerCapacity": "15",
"ContainerPosition": "High",
"CustomName": "Shelves",
"Facing": "W",
"GroupName": "Hardwood Wall",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"Surface": "60",
"ScrapSize": "Small",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": "",
"attachedE": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_shelving_01_4": {
"name": "furniture_shelving_01_4",
"id": 141004,
"type": "MAX",
"tileSheetIndex": 4,
"properties": {
"generic": {
"container": "shelves",
"CanScrap": "",
"ContainerCapacity": "15",
"ContainerPosition": "High",
"CustomName": "Shelves",
"Facing": "N",
"GroupName": "Hardwood Wall",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"Surface": "60",
"ScrapSize": "Small",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": "",
"attachedS": ""
}
}
}
}