More actions
Dark School Bench
[[File:{{{icon5}}}|Dark School Bench||class=pixelart}}]]
[[File:{{{icon6}}}|Dark School Bench||class=pixelart}}]]
[[File:{{{icon7}}}|Dark School Bench||class=pixelart}}]]
[[File:{{{icon8}}}|Dark School Bench||class=pixelart}}]]
[[File:{{{icon9}}}|Dark School Bench||class=pixelart}}]]
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_school_01_4
location_community_school_01_5
location_community_school_01_7
location_community_school_01_6
location_community_school_01_5
location_community_school_01_7
location_community_school_01_6
Tile ID(s)
214004
214005
214007
214006
214005
214007
214006
A dark school bench 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 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_school_01_4": {
"name": "location_community_school_01_4",
"id": 214004,
"type": "MAX",
"tileSheetIndex": 4,
"properties": {
"generic": {
"container": "desk",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "School Bench",
"Facing": "E",
"GroupName": "Dark",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_school_01_5": {
"name": "location_community_school_01_5",
"id": 214005,
"type": "MAX",
"tileSheetIndex": 5,
"properties": {
"generic": {
"container": "desk",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "School Bench",
"Facing": "S",
"GroupName": "Dark",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_school_01_7": {
"name": "location_community_school_01_7",
"id": 214007,
"type": "MAX",
"tileSheetIndex": 7,
"properties": {
"generic": {
"container": "desk",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "School Bench",
"Facing": "W",
"GroupName": "Dark",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_school_01_6": {
"name": "location_community_school_01_6",
"id": 214006,
"type": "MAX",
"tileSheetIndex": 6,
"properties": {
"generic": {
"container": "desk",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerPosition": "Low",
"CustomName": "School Bench",
"Facing": "N",
"GroupName": "Dark",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"PickUpWeight": 100,
"Surface": "34",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}