More actions
Beige Magazine Shop Shelves
[[File:{{{icon3}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon4}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon5}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Beige Magazine Shop Shelves||class=pixelart}}]]
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_generic_01_3
location_shop_generic_01_2
location_shop_generic_01_2
Tile ID(s)
163003
163002
163002
A beige magazine shop shelves is a movable tile.
Usage
This tile can be used to store items. It has a capacity of 20. This tile uses the generic movable item when picked up.
Crafting
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_3": {
"name": "location_shop_generic_01_3",
"id": 163003,
"type": "MAX",
"tileSheetIndex": 3,
"properties": {
"generic": {
"container": "shelves",
"solidtrans": "",
"BlocksPlacement": "",
"ContainerCapacity": "20",
"CustomName": "Shelves",
"Facing": "E",
"GroupName": "Beige Magazine Shop",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"ItemHeight": "32",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_generic_01_2": {
"name": "location_shop_generic_01_2",
"id": 163002,
"type": "MAX",
"tileSheetIndex": 2,
"properties": {
"generic": {
"container": "shelves",
"solidtrans": "",
"BlocksPlacement": "",
"ContainerCapacity": "20",
"CustomName": "Shelves",
"Facing": "S",
"GroupName": "Beige Magazine Shop",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"ItemHeight": "32",
"CanBreak": ""
}
}
}
}