Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Birchwood Bench

From PZwiki
Project ZomboidTilesComfortChairsBirchwood Bench
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Birchwood Bench
GraySportsBench.png
[[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}}]]
General
Category
Bench
EncumbranceMoodle Icon HeavyLoad.png
15.0 (per tile)
30 (total)
Size
2 tiles
Properties
Type
Movable
Is low
True
Disassemble
Skill (level)
Tool(s)
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
Tile ID(s)
140034
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.

Base chance is not a percentage, but can provide a basic idea of rarity.
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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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": ""
              }
          }
      }
  }

See also