More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Low Toilet
[[File:{{{icon5}}}|Low Toilet||class=pixelart}}]]
[[File:{{{icon6}}}|Low Toilet||class=pixelart}}]]
[[File:{{{icon7}}}|Low Toilet||class=pixelart}}]]
[[File:{{{icon8}}}|Low Toilet||class=pixelart}}]]
[[File:{{{icon9}}}|Low 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_5
fixtures_bathroom_01_4
fixtures_bathroom_01_6
fixtures_bathroom_01_7
fixtures_bathroom_01_4
fixtures_bathroom_01_6
fixtures_bathroom_01_7
Tile ID(s)
120005
120004
120006
120007
120004
120006
120007
A low toilet is a movable tile.
Usage
This tile uses the generic movable item when picked up. It must be placed on the side of a wall.
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_5": {
"name": "fixtures_bathroom_01_5",
"id": 120005,
"type": "MAX",
"tileSheetIndex": 5,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Toilet",
"Facing": "E",
"GroupName": "Low",
"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_4": {
"name": "fixtures_bathroom_01_4",
"id": 120004,
"type": "MAX",
"tileSheetIndex": 4,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Toilet",
"Facing": "S",
"GroupName": "Low",
"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_6": {
"name": "fixtures_bathroom_01_6",
"id": 120006,
"type": "MAX",
"tileSheetIndex": 6,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Toilet",
"Facing": "W",
"GroupName": "Low",
"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_7": {
"name": "fixtures_bathroom_01_7",
"id": 120007,
"type": "MAX",
"tileSheetIndex": 7,
"properties": {
"generic": {
"waterAmount": "20",
"waterMaxAmount": "20",
"waterPiped": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Toilet",
"Facing": "N",
"GroupName": "Low",
"IsLow": "",
"IsMoveAble": "",
"Material": "Plumbing",
"Material2": "Pipes",
"PickUpTool": "Wrench",
"PickUpWeight": 100,
"PlaceTool": "Wrench",
"ScrapSize": "Small",
"MoveType": "WallObject",
"CanBreak": "",
"attachedS": ""
}
}
}
}