More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Theater Corner Counter
[[File:{{{icon5}}}|Theater Corner Counter||class=pixelart}}]]
[[File:{{{icon6}}}|Theater Corner Counter||class=pixelart}}]]
[[File:{{{icon7}}}|Theater Corner Counter||class=pixelart}}]]
[[File:{{{icon8}}}|Theater Corner Counter||class=pixelart}}]]
[[File:{{{icon9}}}|Theater Corner Counter||class=pixelart}}]]
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_theatre_01_10
location_entertainment_theatre_01_12
location_entertainment_theatre_01_14
location_entertainment_theatre_01_8
location_entertainment_theatre_01_12
location_entertainment_theatre_01_14
location_entertainment_theatre_01_8
Tile ID(s)
271010
271012
271014
271008
271012
271014
271008
A theater 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 |
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_entertainment_theatre_01_10": {
"name": "location_entertainment_theatre_01_10",
"id": 271010,
"type": "MAX",
"tileSheetIndex": 10,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "E",
"GroupName": "Theater Corner",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_theatre_01_12": {
"name": "location_entertainment_theatre_01_12",
"id": 271012,
"type": "MAX",
"tileSheetIndex": 12,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "S",
"GroupName": "Theater Corner",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_theatre_01_14": {
"name": "location_entertainment_theatre_01_14",
"id": 271014,
"type": "MAX",
"tileSheetIndex": 14,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "W",
"GroupName": "Theater Corner",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_theatre_01_8": {
"name": "location_entertainment_theatre_01_8",
"id": 271008,
"type": "MAX",
"tileSheetIndex": 8,
"properties": {
"generic": {
"container": "counter",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "Counter",
"Facing": "N",
"GroupName": "Theater Corner",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}