More actions
Blue Comfy Couch
[[File:{{{icon2}}}|Blue Comfy Couch||class=pixelart}}]]
[[File:{{{icon3}}}|Blue Comfy Couch||class=pixelart}}]]
[[File:{{{icon4}}}|Blue Comfy Couch||class=pixelart}}]]
[[File:{{{icon5}}}|Blue Comfy Couch||class=pixelart}}]]
[[File:{{{icon6}}}|Blue Comfy Couch||class=pixelart}}]]
[[File:{{{icon7}}}|Blue Comfy Couch||class=pixelart}}]]
[[File:{{{icon8}}}|Blue Comfy Couch||class=pixelart}}]]
[[File:{{{icon9}}}|Blue Comfy Couch||class=pixelart}}]]
Properties
Type
Movable
Bed type
Average
Is low
True
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_seating_indoor_03_34
furniture_seating_indoor_03_35
furniture_seating_indoor_03_32
furniture_seating_indoor_03_33
furniture_seating_indoor_03_38
furniture_seating_indoor_03_39
furniture_seating_indoor_03_36
furniture_seating_indoor_03_37
furniture_seating_indoor_03_35
furniture_seating_indoor_03_32
furniture_seating_indoor_03_33
furniture_seating_indoor_03_38
furniture_seating_indoor_03_39
furniture_seating_indoor_03_36
furniture_seating_indoor_03_37
Tile ID(s)
238034
238035
238032
238033
238038
238039
238036
238037
238035
238032
238033
238038
238039
238036
238037
A blue comfy couch 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 |
Breakage occurs when the player fails at picking up an item.
Breakage materials | ||
---|---|---|
Item dropped | Maximum amount | Chance per roll |
Plank | 3 | 20 |
Nails | 1 | 10 |
Thread | 1 | 20 |
Ripped Sheets | 3 | 10 |
Sheet | 1 | 1 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_34": {
"name": "furniture_seating_indoor_03_34",
"id": 238034,
"type": "MAX",
"tileSheetIndex": 34,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Couch",
"Facing": "E",
"GroupName": "Blue Comfy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "0,1",
"BedType": "averageBed",
"CanBreak": "",
"chairE": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_35": {
"name": "furniture_seating_indoor_03_35",
"id": 238035,
"type": "MAX",
"tileSheetIndex": 35,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Couch",
"Facing": "E",
"GroupName": "Blue Comfy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"BedType": "averageBed",
"CanBreak": "",
"chairE": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_32": {
"name": "furniture_seating_indoor_03_32",
"id": 238032,
"type": "MAX",
"tileSheetIndex": 32,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Couch",
"Facing": "S",
"GroupName": "Blue Comfy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "1,0",
"BedType": "averageBed",
"CanBreak": "",
"chairS": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_33": {
"name": "furniture_seating_indoor_03_33",
"id": 238033,
"type": "MAX",
"tileSheetIndex": 33,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Couch",
"Facing": "S",
"GroupName": "Blue Comfy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"BedType": "averageBed",
"CanBreak": "",
"chairS": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_38": {
"name": "furniture_seating_indoor_03_38",
"id": 238038,
"type": "MAX",
"tileSheetIndex": 38,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Couch",
"Facing": "W",
"GroupName": "Blue Comfy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "0,1",
"BedType": "averageBed",
"CanBreak": "",
"chairW": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_39": {
"name": "furniture_seating_indoor_03_39",
"id": 238039,
"type": "MAX",
"tileSheetIndex": 39,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Couch",
"Facing": "W",
"GroupName": "Blue Comfy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"BedType": "averageBed",
"CanBreak": "",
"chairW": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_36": {
"name": "furniture_seating_indoor_03_36",
"id": 238036,
"type": "MAX",
"tileSheetIndex": 36,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Couch",
"Facing": "N",
"GroupName": "Blue Comfy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "0,0",
"BedType": "averageBed",
"CanBreak": "",
"chairN": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_seating_indoor_03_37": {
"name": "furniture_seating_indoor_03_37",
"id": 238037,
"type": "MAX",
"tileSheetIndex": 37,
"properties": {
"generic": {
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Couch",
"Facing": "N",
"GroupName": "Blue Comfy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Nails",
"Material3": "Fabric",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 150,
"PlaceTool": "Hammer",
"Surface": "17",
"ScrapSize": "Small",
"SpriteGridPos": "1,0",
"BedType": "averageBed",
"CanBreak": "",
"chairN": "",
"averageBed": "",
"livingRoom": ""
}
}
}
}