More actions
Comics Shop Shelves
[[File:{{{icon3}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon4}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon5}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Comics Shop Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Comics Shop Shelves||class=pixelart}}]]
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_generic_01_0
location_shop_generic_01_1
location_shop_generic_01_1
Tile ID(s)
163000
163001
163001
A comics 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_0": {
"name": "location_shop_generic_01_0",
"id": 163000,
"type": "MAX",
"tileSheetIndex": 0,
"properties": {
"generic": {
"container": "shelves",
"solidtrans": "",
"BlocksPlacement": "",
"ContainerCapacity": "20",
"CustomName": "Shelves",
"Facing": "E",
"GroupName": "Comics 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_1": {
"name": "location_shop_generic_01_1",
"id": 163001,
"type": "MAX",
"tileSheetIndex": 1,
"properties": {
"generic": {
"container": "shelves",
"solidtrans": "",
"BlocksPlacement": "",
"ContainerCapacity": "20",
"CustomName": "Shelves",
"Facing": "S",
"GroupName": "Comics Shop",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"ItemHeight": "32",
"CanBreak": ""
}
}
}
}