More actions
Brown Lazy Chair
[[File:{{{icon5}}}|Brown Lazy Chair||class=pixelart}}]]
[[File:{{{icon6}}}|Brown Lazy Chair||class=pixelart}}]]
[[File:{{{icon7}}}|Brown Lazy Chair||class=pixelart}}]]
[[File:{{{icon8}}}|Brown Lazy Chair||class=pixelart}}]]
[[File:{{{icon9}}}|Brown Lazy Chair||class=pixelart}}]]
Properties
Type
Movable
Bed type
Average
Is low
True
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_seating_indoor_02_45
furniture_seating_indoor_02_44
furniture_seating_indoor_02_46
furniture_seating_indoor_02_47
furniture_seating_indoor_02_44
furniture_seating_indoor_02_46
furniture_seating_indoor_02_47
Tile ID(s)
139045
139044
139046
139047
139044
139046
139047
A brown lazy chair is a movable tile.
Usage
This tile can be used as a bed to sleep on. It has a quality of Average. 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 |
Nails | 2 | 80 | 2 |
Nails | 4 | 50 | 4 |
On dismantle failure | |||
Scrap Wood |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_45": {
"name": "furniture_seating_indoor_02_45",
"id": 139045,
"type": "MAX",
"tileSheetIndex": 45,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "E",
"GroupName": "Brown Lazy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "averageBed",
"chairE": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_44": {
"name": "furniture_seating_indoor_02_44",
"id": 139044,
"type": "MAX",
"tileSheetIndex": 44,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "S",
"GroupName": "Brown Lazy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "averageBed",
"chairS": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_46": {
"name": "furniture_seating_indoor_02_46",
"id": 139046,
"type": "MAX",
"tileSheetIndex": 46,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "W",
"GroupName": "Brown Lazy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "averageBed",
"chairW": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_02_47": {
"name": "furniture_seating_indoor_02_47",
"id": 139047,
"type": "MAX",
"tileSheetIndex": 47,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "N",
"GroupName": "Brown Lazy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpWeight": 75,
"Surface": "17",
"ScrapSize": "Small",
"BedType": "averageBed",
"chairN": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}