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

Pile o' Crepe Chair

From PZwiki
(Redirected from Pile o' Crepe Chair)
Project ZomboidTilesComfortChairsPile o' Crepe Chair
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pile o' Crepe Chair
Location restaurant pileocrepe 01 40.png
Location restaurant pileocrepe 01 41.png
Location restaurant pileocrepe 01 42.png
Location restaurant pileocrepe 01 43.png
[[File:{{{icon5}}}|Pile o' Crepe Chair||class=pixelart}}]]
[[File:{{{icon6}}}|Pile o' Crepe Chair||class=pixelart}}]]
[[File:{{{icon7}}}|Pile o' Crepe Chair||class=pixelart}}]]
[[File:{{{icon8}}}|Pile o' Crepe Chair||class=pixelart}}]]
[[File:{{{icon9}}}|Pile o' Crepe Chair||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Is low
True
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_pileocrepe_01_40
location_restaurant_pileocrepe_01_41
location_restaurant_pileocrepe_01_42
location_restaurant_pileocrepe_01_43
Tile ID(s)
228040
228041
228042
228043

A Pile o' Crepe chair 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
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_restaurant_pileocrepe_01_40": {
          "name": "location_restaurant_pileocrepe_01_40",
          "id": 228040,
          "type": "MAX",
          "tileSheetIndex": 40,
          "properties": {
              "generic": {
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "E",
                  "GroupName": "Pile o' Crepe",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_pileocrepe_01_41": {
          "name": "location_restaurant_pileocrepe_01_41",
          "id": 228041,
          "type": "MAX",
          "tileSheetIndex": 41,
          "properties": {
              "generic": {
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "S",
                  "GroupName": "Pile o' Crepe",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_pileocrepe_01_42": {
          "name": "location_restaurant_pileocrepe_01_42",
          "id": 228042,
          "type": "MAX",
          "tileSheetIndex": 42,
          "properties": {
              "generic": {
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "W",
                  "GroupName": "Pile o' Crepe",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_pileocrepe_01_43": {
          "name": "location_restaurant_pileocrepe_01_43",
          "id": 228043,
          "type": "MAX",
          "tileSheetIndex": 43,
          "properties": {
              "generic": {
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Chair",
                  "Facing": "N",
                  "GroupName": "Pile o' Crepe",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small"
              }
          }
      }
  }

See also