More actions
Birchwood Bench
[[File:{{{icon2}}}|Birchwood Bench||class=pixelart}}]]
[[File:{{{icon3}}}|Birchwood Bench||class=pixelart}}]]
[[File:{{{icon4}}}|Birchwood Bench||class=pixelart}}]]
[[File:{{{icon5}}}|Birchwood Bench||class=pixelart}}]]
[[File:{{{icon6}}}|Birchwood Bench||class=pixelart}}]]
[[File:{{{icon7}}}|Birchwood Bench||class=pixelart}}]]
[[File:{{{icon8}}}|Birchwood Bench||class=pixelart}}]]
[[File:{{{icon9}}}|Birchwood Bench||class=pixelart}}]]
Properties
Type
Movable
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_seating_outdoor_01_34
furniture_seating_outdoor_01_35
furniture_seating_outdoor_01_32
furniture_seating_outdoor_01_33
furniture_seating_outdoor_01_35
furniture_seating_outdoor_01_32
furniture_seating_outdoor_01_33
Tile ID(s)
140034
140035
140032
140033
140035
140032
140033
A birchwood 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 |
Nails | 2 | 80 | 2 |
Plank | 6 | 40 | 6 |
Nails | 4 | 50 | 4 |
Screws | 4 | 50 | 4 |
Plank | 1 | 90 | 1 |
On dismantle failure | |||
Scrap Wood |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_outdoor_01_34": {
"name": "furniture_seating_outdoor_01_34",
"id": 140034,
"type": "MAX",
"tileSheetIndex": 34,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Bench",
"Facing": "E",
"GroupName": "Birchwood",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 150,
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "0,1",
"ForceSingleItem": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_outdoor_01_35": {
"name": "furniture_seating_outdoor_01_35",
"id": 140035,
"type": "MAX",
"tileSheetIndex": 35,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Bench",
"Facing": "E",
"GroupName": "Birchwood",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 150,
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"ForceSingleItem": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_outdoor_01_32": {
"name": "furniture_seating_outdoor_01_32",
"id": 140032,
"type": "MAX",
"tileSheetIndex": 32,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Bench",
"Facing": "S",
"GroupName": "Birchwood",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 150,
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"ForceSingleItem": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_outdoor_01_33": {
"name": "furniture_seating_outdoor_01_33",
"id": 140033,
"type": "MAX",
"tileSheetIndex": 33,
"properties": {
"generic": {
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Bench",
"Facing": "S",
"GroupName": "Birchwood",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpWeight": 150,
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "1,0",
"ForceSingleItem": ""
}
}
}
}