More actions
Seahorse Coffee Glass Display
[[File:{{{icon2}}}|Seahorse Coffee Glass Display||class=pixelart}}]]
[[File:{{{icon3}}}|Seahorse Coffee Glass Display||class=pixelart}}]]
[[File:{{{icon4}}}|Seahorse Coffee Glass Display||class=pixelart}}]]
[[File:{{{icon5}}}|Seahorse Coffee Glass Display||class=pixelart}}]]
[[File:{{{icon6}}}|Seahorse Coffee Glass Display||class=pixelart}}]]
[[File:{{{icon7}}}|Seahorse Coffee Glass Display||class=pixelart}}]]
[[File:{{{icon8}}}|Seahorse Coffee Glass Display||class=pixelart}}]]
[[File:{{{icon9}}}|Seahorse Coffee Glass Display||class=pixelart}}]]
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_seahorse_01_58
location_restaurant_seahorse_01_59
location_restaurant_seahorse_01_56
location_restaurant_seahorse_01_57
location_restaurant_seahorse_01_59
location_restaurant_seahorse_01_56
location_restaurant_seahorse_01_57
Tile ID(s)
157058
157059
157056
157057
157059
157056
157057
A Seahorse Coffee glass display 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
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 |
Nails | 2 | 80 | 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_restaurant_seahorse_01_58": {
"name": "location_restaurant_seahorse_01_58",
"id": 157058,
"type": "doorW",
"tileSheetIndex": 58,
"properties": {
"spriteFlags2": 514,
"flags": [
"doorW",
"open"
],
"generic": {
"container": "displaycase",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Display",
"Facing": "E",
"GroupName": "Seahorse Coffee Glass",
"IsLow": "",
"IsMoveAble": "",
"Material": "Glass",
"Material2": "Wood",
"Material3": "Nails",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"ItemHeight": "34",
"SpriteGridPos": "0,1",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_seahorse_01_59": {
"name": "location_restaurant_seahorse_01_59",
"id": 157059,
"type": "doorN",
"tileSheetIndex": 59,
"properties": {
"spriteFlags2": 1026,
"flags": [
"doorN",
"open"
],
"generic": {
"container": "displaycase",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Display",
"Facing": "E",
"GroupName": "Seahorse Coffee Glass",
"IsLow": "",
"IsMoveAble": "",
"Material": "Glass",
"Material2": "Wood",
"Material3": "Nails",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"ItemHeight": "34",
"SpriteGridPos": "0,0",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_seahorse_01_56": {
"name": "location_restaurant_seahorse_01_56",
"id": 157056,
"type": "doorW",
"tileSheetIndex": 56,
"properties": {
"spriteFlags2": 514,
"flags": [
"doorW",
"open"
],
"generic": {
"container": "displaycase",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Display",
"Facing": "S",
"GroupName": "Seahorse Coffee Glass",
"IsLow": "",
"IsMoveAble": "",
"Material": "Glass",
"Material2": "Wood",
"Material3": "Nails",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"ItemHeight": "34",
"SpriteGridPos": "0,0",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_seahorse_01_57": {
"name": "location_restaurant_seahorse_01_57",
"id": 157057,
"type": "doorN",
"tileSheetIndex": 57,
"properties": {
"spriteFlags2": 1026,
"flags": [
"doorN",
"open"
],
"generic": {
"container": "displaycase",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"CustomName": "Display",
"Facing": "S",
"GroupName": "Seahorse Coffee Glass",
"IsLow": "",
"IsMoveAble": "",
"Material": "Glass",
"Material2": "Wood",
"Material3": "Nails",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"ItemHeight": "34",
"SpriteGridPos": "1,0",
"CanBreak": ""
}
}
}
}