More actions
Beige Wall Shop Shelves
[[File:{{{icon5}}}|Beige Wall Shop Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Beige Wall Shop Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Beige Wall Shop Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Beige Wall Shop Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Beige Wall Shop Shelves||class=pixelart}}]]
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_generic_01_31
location_shop_generic_01_30
location_shop_generic_01_28
location_shop_generic_01_29
location_shop_generic_01_30
location_shop_generic_01_28
location_shop_generic_01_29
Tile ID(s)
163031
163030
163028
163029
163030
163028
163029
A beige wall shop shelves is a movable tile.
Usage
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
{
"location_shop_generic_01_31": {
"name": "location_shop_generic_01_31",
"id": 163031,
"type": "MAX",
"tileSheetIndex": 31,
"properties": {
"generic": {
"container": "shelves",
"CanScrap": "",
"CustomName": "Shelves",
"Facing": "E",
"GroupName": "Beige Wall Shop",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "60",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_generic_01_30": {
"name": "location_shop_generic_01_30",
"id": 163030,
"type": "MAX",
"tileSheetIndex": 30,
"properties": {
"generic": {
"container": "shelves",
"CanScrap": "",
"CustomName": "Shelves",
"Facing": "S",
"GroupName": "Beige Wall Shop",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "60",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_generic_01_28": {
"name": "location_shop_generic_01_28",
"id": 163028,
"type": "MAX",
"tileSheetIndex": 28,
"properties": {
"generic": {
"container": "shelves",
"CanScrap": "",
"CustomName": "Shelves",
"Facing": "W",
"GroupName": "Beige Wall Shop",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "60",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_generic_01_29": {
"name": "location_shop_generic_01_29",
"id": 163029,
"type": "MAX",
"tileSheetIndex": 29,
"properties": {
"generic": {
"container": "shelves",
"CanScrap": "",
"CustomName": "Shelves",
"Facing": "N",
"GroupName": "Beige Wall Shop",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "60",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}