More actions
Fancy Toilet
[[File:{{{icon5}}}|Fancy Toilet||class=pixelart}}]]
[[File:{{{icon6}}}|Fancy Toilet||class=pixelart}}]]
[[File:{{{icon7}}}|Fancy Toilet||class=pixelart}}]]
[[File:{{{icon8}}}|Fancy Toilet||class=pixelart}}]]
[[File:{{{icon9}}}|Fancy Toilet||class=pixelart}}]]
Properties
Type
Movable
Liquid capacity
20 units
Is low
True
Move
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
fixtures_bathroom_01_1
fixtures_bathroom_01_0
fixtures_bathroom_01_2
fixtures_bathroom_01_3
fixtures_bathroom_01_0
fixtures_bathroom_01_2
fixtures_bathroom_01_3
Tile ID(s)
120001
120000
120002
120003
120000
120002
120003
A fancy toilet 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 |
Nails | 4 | 50 | 4 |
Metal Pipe | 2 | 80 | 2 |
Breakage occurs when the player fails at picking up an item.
Breakage materials | ||
---|---|---|
Item dropped | Maximum amount | Chance per roll |
Screws | 3 | 10 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_bathroom_01_1": {
"name": "fixtures_bathroom_01_1",
"id": 120001,
"type": "MAX",
"tileSheetIndex": 1,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Toilet",
"Facing": "E",
"GroupName": "Fancy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"PickUpTool": "Wrench",
"PickUpWeight": 100,
"PlaceTool": "Wrench",
"ScrapSize": "Small",
"MoveType": "WallObject",
"attachedW": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_bathroom_01_0": {
"name": "fixtures_bathroom_01_0",
"id": 120000,
"type": "MAX",
"tileSheetIndex": 0,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Toilet",
"Facing": "S",
"GroupName": "Fancy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"PickUpTool": "Wrench",
"PickUpWeight": 100,
"PlaceTool": "Wrench",
"ScrapSize": "Small",
"MoveType": "WallObject",
"attachedN": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_bathroom_01_2": {
"name": "fixtures_bathroom_01_2",
"id": 120002,
"type": "MAX",
"tileSheetIndex": 2,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Toilet",
"Facing": "W",
"GroupName": "Fancy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"PickUpTool": "Wrench",
"PickUpWeight": 100,
"PlaceTool": "Wrench",
"ScrapSize": "Small",
"MoveType": "WallObject",
"CanBreak": "",
"attachedE": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"fixtures_bathroom_01_3": {
"name": "fixtures_bathroom_01_3",
"id": 120003,
"type": "MAX",
"tileSheetIndex": 3,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Toilet",
"Facing": "N",
"GroupName": "Fancy",
"IsLow": "",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"PickUpTool": "Wrench",
"PickUpWeight": 100,
"PlaceTool": "Wrench",
"ScrapSize": "Small",
"MoveType": "WallObject",
"CanBreak": "",
"attachedS": ""
}
}
}
}