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

Light School Bench

From PZwiki
Project ZomboidTilesTablesLight School Bench
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Light School Bench
Location community school 01 12.png
Location community school 01 13.png
Location community school 01 15.png
Location community school 01 14.png
[[File:{{{icon5}}}|Light School Bench||class=pixelart}}]]
[[File:{{{icon6}}}|Light School Bench||class=pixelart}}]]
[[File:{{{icon7}}}|Light School Bench||class=pixelart}}]]
[[File:{{{icon8}}}|Light School Bench||class=pixelart}}]]
[[File:{{{icon9}}}|Light School Bench||class=pixelart}}]]
General
Category
School Bench
EncumbranceMoodle Icon HeavyLoad.png
10.0
Size
1 tile
Properties
TypeDesk
desk
Capacity
50
Is low
True
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_school_01_12
location_community_school_01_13
location_community_school_01_15
location_community_school_01_14
Tile ID(s)
214012
214013
214015
214014

A light 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.

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

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_school_01_12": {
          "name": "location_community_school_01_12",
          "id": 214012,
          "type": "MAX",
          "tileSheetIndex": 12,
          "properties": {
              "generic": {
                  "container": "desk",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "School Bench",
                  "Facing": "E",
                  "GroupName": "Light",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_school_01_13": {
          "name": "location_community_school_01_13",
          "id": 214013,
          "type": "MAX",
          "tileSheetIndex": 13,
          "properties": {
              "generic": {
                  "container": "desk",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "School Bench",
                  "Facing": "S",
                  "GroupName": "Light",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_school_01_15": {
          "name": "location_community_school_01_15",
          "id": 214015,
          "type": "MAX",
          "tileSheetIndex": 15,
          "properties": {
              "generic": {
                  "container": "desk",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "School Bench",
                  "Facing": "W",
                  "GroupName": "Light",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_school_01_14": {
          "name": "location_community_school_01_14",
          "id": 214014,
          "type": "MAX",
          "tileSheetIndex": 14,
          "properties": {
              "generic": {
                  "container": "desk",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerPosition": "Low",
                  "CustomName": "School Bench",
                  "Facing": "N",
                  "GroupName": "Light",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

See also