More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Zippee Corner Counter
[[File:{{{icon5}}}|Zippee Corner Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Zippee Corner Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Zippee Corner Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Zippee Corner Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Zippee Corner Counter||class=pixelart}}]]
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_zippee_01_18
location_shop_zippee_01_20
location_shop_zippee_01_22
location_shop_zippee_01_16
location_shop_zippee_01_20
location_shop_zippee_01_22
location_shop_zippee_01_16
Tile ID(s)
217018
217020
217022
217016
217020
217022
217016
A Zippee corner 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_shop_zippee_01_18": {
"name": "location_shop_zippee_01_18",
"id": 217018,
"type": "MAX",
"tileSheetIndex": 18,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "E",
"GroupName": "Zippee Corner",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_zippee_01_20": {
"name": "location_shop_zippee_01_20",
"id": 217020,
"type": "MAX",
"tileSheetIndex": 20,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "S",
"GroupName": "Zippee Corner",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_zippee_01_22": {
"name": "location_shop_zippee_01_22",
"id": 217022,
"type": "MAX",
"tileSheetIndex": 22,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "W",
"GroupName": "Zippee Corner",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_shop_zippee_01_16": {
"name": "location_shop_zippee_01_16",
"id": 217016,
"type": "MAX",
"tileSheetIndex": 16,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "N",
"GroupName": "Zippee Corner",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}