More actions
Blue Theater Chair
[[File:{{{icon5}}}|Blue Theater Chair||class=pixelart}}]]
[[File:{{{icon6}}}|Blue Theater Chair||class=pixelart}}]]
[[File:{{{icon7}}}|Blue Theater Chair||class=pixelart}}]]
[[File:{{{icon8}}}|Blue Theater Chair||class=pixelart}}]]
[[File:{{{icon9}}}|Blue Theater Chair||class=pixelart}}]]
Properties
Type
Movable
Bed type
Bad
Is low
True
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_entertainment_theatre_01_0
location_entertainment_theatre_01_1
location_entertainment_theatre_01_2
location_entertainment_theatre_01_3
location_entertainment_theatre_01_1
location_entertainment_theatre_01_2
location_entertainment_theatre_01_3
Tile ID(s)
271000
271001
271002
271003
271001
271002
271003
A blue theater chair is a movable tile.
Usage
This tile can be used as a bed to sleep on. It has a quality of bad. This tile uses the generic movable item when picked up.
Usage
This tile can be used as a bed to sleep on. It has a quality of Bad. 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 |
Nails | 4 | 50 | 4 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_theatre_01_0": {
"name": "location_entertainment_theatre_01_0",
"id": 271000,
"type": "MAX",
"tileSheetIndex": 0,
"properties": {
"generic": {
"collideW": "",
"HoppableW": "",
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "E",
"GroupName": "Blue Theatre",
"IsLow": "",
"IsMoveAble": "",
"Material2": "Leather",
"Material3": "Foam",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"BedType": "badBed",
"chairE": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_theatre_01_1": {
"name": "location_entertainment_theatre_01_1",
"id": 271001,
"type": "MAX",
"tileSheetIndex": 1,
"properties": {
"generic": {
"collideN": "",
"HoppableN": "",
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "S",
"GroupName": "Blue Theatre",
"IsLow": "",
"IsMoveAble": "",
"Material2": "Leather",
"Material3": "Foam",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"BedType": "badBed",
"chairS": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_theatre_01_2": {
"name": "location_entertainment_theatre_01_2",
"id": 271002,
"type": "MAX",
"tileSheetIndex": 2,
"properties": {
"generic": {
"collideW": "",
"HoppableW": "",
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "W",
"GroupName": "Blue Theatre",
"IsLow": "",
"IsMoveAble": "",
"Material2": "Leather",
"Material3": "Foam",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"BedType": "badBed",
"chairW": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_entertainment_theatre_01_3": {
"name": "location_entertainment_theatre_01_3",
"id": 271003,
"type": "MAX",
"tileSheetIndex": 3,
"properties": {
"generic": {
"collideN": "",
"HoppableN": "",
"solidtrans": "",
"bed": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Chair",
"Facing": "N",
"GroupName": "Blue Theatre",
"IsLow": "",
"IsMoveAble": "",
"Material2": "Leather",
"Material3": "Foam",
"PickUpLevel": "1",
"PickUpTool": "Hammer",
"PickUpWeight": 100,
"PlaceTool": "Hammer",
"BedType": "badBed",
"chairN": ""
}
}
}
}