More actions
(Redirected from Pile o' Crepe Chair)
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Pile o' Crepe Chair
[[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}}]]
Properties
Type
Movable
Is low
True
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
location_restaurant_pileocrepe_01_41
location_restaurant_pileocrepe_01_42
location_restaurant_pileocrepe_01_43
Tile ID(s)
228040
228041
228042
228043
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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"
}
}
}
}