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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Lightwood Desk

From PZwiki
Project ZomboidTilesTablesLightwood Desk
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Lightwood Desk
Furniture tables high 01 26+27.png
[[File:{{{icon2}}}|Lightwood Desk||class=pixelart}}]]
[[File:{{{icon3}}}|Lightwood Desk||class=pixelart}}]]
[[File:{{{icon4}}}|Lightwood Desk||class=pixelart}}]]
[[File:{{{icon5}}}|Lightwood Desk||class=pixelart}}]]
[[File:{{{icon6}}}|Lightwood Desk||class=pixelart}}]]
[[File:{{{icon7}}}|Lightwood Desk||class=pixelart}}]]
[[File:{{{icon8}}}|Lightwood Desk||class=pixelart}}]]
[[File:{{{icon9}}}|Lightwood Desk||class=pixelart}}]]
General
Category
Desk
EncumbranceMoodle Icon HeavyLoad.png
10.0 (per tile)
20 (total)
Size
2 tiles
Properties
Type
Movable
Is low
True
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_tables_high_01_24
furniture_tables_high_01_25
furniture_tables_high_01_26
furniture_tables_high_01_27
furniture_tables_high_01_28
furniture_tables_high_01_29
furniture_tables_high_01_30
furniture_tables_high_01_31
Tile ID(s)
143024
143025
143026
143027
143028
143029
143030
143031

A lightwood desk 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_tables_high_01_24": {
          "name": "furniture_tables_high_01_24",
          "id": 143024,
          "type": "MAX",
          "tileSheetIndex": 24,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Desk",
                  "Facing": "E",
                  "GroupName": "Lightwood",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "0,1",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_high_01_25": {
          "name": "furniture_tables_high_01_25",
          "id": 143025,
          "type": "MAX",
          "tileSheetIndex": 25,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Desk",
                  "Facing": "E",
                  "GroupName": "Lightwood",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "0,0",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_high_01_26": {
          "name": "furniture_tables_high_01_26",
          "id": 143026,
          "type": "MAX",
          "tileSheetIndex": 26,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Desk",
                  "Facing": "S",
                  "GroupName": "Lightwood",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "0,0",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_high_01_27": {
          "name": "furniture_tables_high_01_27",
          "id": 143027,
          "type": "MAX",
          "tileSheetIndex": 27,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Desk",
                  "Facing": "S",
                  "GroupName": "Lightwood",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "1,0",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_high_01_28": {
          "name": "furniture_tables_high_01_28",
          "id": 143028,
          "type": "MAX",
          "tileSheetIndex": 28,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Desk",
                  "Facing": "W",
                  "GroupName": "Lightwood",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "0,1",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_high_01_29": {
          "name": "furniture_tables_high_01_29",
          "id": 143029,
          "type": "MAX",
          "tileSheetIndex": 29,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Desk",
                  "Facing": "W",
                  "GroupName": "Lightwood",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "0,0",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_high_01_30": {
          "name": "furniture_tables_high_01_30",
          "id": 143030,
          "type": "MAX",
          "tileSheetIndex": 30,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Desk",
                  "Facing": "N",
                  "GroupName": "Lightwood",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "0,0",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_tables_high_01_31": {
          "name": "furniture_tables_high_01_31",
          "id": 143031,
          "type": "MAX",
          "tileSheetIndex": 31,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Desk",
                  "Facing": "N",
                  "GroupName": "Lightwood",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Nails",
                  "Material2": "Wood",
                  "PickUpLevel": "2",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 100,
                  "PlaceTool": "Hammer",
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "SpriteGridPos": "1,0",
                  "IsTable": ""
              }
          }
      }
  }

See also