More actions
Seahorse Coffee Counter
[[File:{{{icon5}}}|Seahorse Coffee Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Seahorse Coffee Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Seahorse Coffee Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Seahorse Coffee Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Seahorse Coffee Counter||class=pixelart}}]]
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_seahorse_01_43
location_restaurant_seahorse_01_45
location_restaurant_seahorse_01_47
location_restaurant_seahorse_01_41
location_restaurant_seahorse_01_45
location_restaurant_seahorse_01_47
location_restaurant_seahorse_01_41
Tile ID(s)
157043
157045
157047
157041
157045
157047
157041
A Seahorse Coffee counter 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 |
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_43": {
"name": "location_restaurant_seahorse_01_43",
"id": 157043,
"type": "MAX",
"tileSheetIndex": 43,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "E",
"GroupName": "Seahorse Coffee",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_seahorse_01_45": {
"name": "location_restaurant_seahorse_01_45",
"id": 157045,
"type": "MAX",
"tileSheetIndex": 45,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "S",
"GroupName": "Seahorse Coffee",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_seahorse_01_47": {
"name": "location_restaurant_seahorse_01_47",
"id": 157047,
"type": "MAX",
"tileSheetIndex": 47,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "W",
"GroupName": "Seahorse Coffee",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_restaurant_seahorse_01_41": {
"name": "location_restaurant_seahorse_01_41",
"id": 157041,
"type": "MAX",
"tileSheetIndex": 41,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "N",
"GroupName": "Seahorse Coffee",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}