More actions
Pie Display Stand
[[File:{{{icon5}}}|Pie Display Stand||class=pixelart}}]]
[[File:{{{icon6}}}|Pie Display Stand||class=pixelart}}]]
[[File:{{{icon7}}}|Pie Display Stand||class=pixelart}}]]
[[File:{{{icon8}}}|Pie Display Stand||class=pixelart}}]]
[[File:{{{icon9}}}|Pie Display Stand||class=pixelart}}]]
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_pie_01_53
location_restaurant_pie_01_52
location_restaurant_pie_01_55
location_restaurant_pie_01_54
location_restaurant_pie_01_52
location_restaurant_pie_01_55
location_restaurant_pie_01_54
Tile ID(s)
156053
156052
156055
156054
156052
156055
156054
A pie display stand 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_restaurant_pie_01_53": {
"name": "location_restaurant_pie_01_53",
"id": 156053,
"type": "MAX",
"tileSheetIndex": 53,
"properties": {
"generic": {
"container": "displaycasebakery",
"solidtrans": "",
"BlocksPlacement": "",
"ContainerCapacity": "20",
"CustomName": "Stand",
"Facing": "E",
"GroupName": "Pie Display",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"ItemHeight": "34",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_pie_01_52": {
"name": "location_restaurant_pie_01_52",
"id": 156052,
"type": "MAX",
"tileSheetIndex": 52,
"properties": {
"generic": {
"container": "displaycasebakery",
"solidtrans": "",
"BlocksPlacement": "",
"ContainerCapacity": "20",
"CustomName": "Stand",
"Facing": "S",
"GroupName": "Pie Display",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"ItemHeight": "34",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_pie_01_55": {
"name": "location_restaurant_pie_01_55",
"id": 156055,
"type": "MAX",
"tileSheetIndex": 55,
"properties": {
"generic": {
"container": "displaycasebakery",
"solidtrans": "",
"BlocksPlacement": "",
"ContainerCapacity": "20",
"CustomName": "Stand",
"Facing": "W",
"GroupName": "Pie Display",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"ItemHeight": "34",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_pie_01_54": {
"name": "location_restaurant_pie_01_54",
"id": 156054,
"type": "MAX",
"tileSheetIndex": 54,
"properties": {
"generic": {
"container": "displaycasebakery",
"solidtrans": "",
"BlocksPlacement": "",
"ContainerCapacity": "20",
"CustomName": "Stand",
"Facing": "N",
"GroupName": "Pie Display",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"ItemHeight": "34",
"CanBreak": ""
}
}
}
}