More actions
Bathroom Rug
[[File:{{{icon3}}}|Bathroom Rug||class=pixelart}}]]
[[File:{{{icon4}}}|Bathroom Rug||class=pixelart}}]]
[[File:{{{icon5}}}|Bathroom Rug||class=pixelart}}]]
[[File:{{{icon6}}}|Bathroom Rug||class=pixelart}}]]
[[File:{{{icon7}}}|Bathroom Rug||class=pixelart}}]]
[[File:{{{icon8}}}|Bathroom Rug||class=pixelart}}]]
[[File:{{{icon9}}}|Bathroom Rug||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
FloorRug
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
floors_rugs_01_48
floors_rugs_01_49
floors_rugs_01_50
floors_rugs_01_51
floors_rugs_01_52
floors_rugs_01_53
floors_rugs_01_54
floors_rugs_01_55
floors_rugs_01_49
floors_rugs_01_50
floors_rugs_01_51
floors_rugs_01_52
floors_rugs_01_53
floors_rugs_01_54
floors_rugs_01_55
Tile ID(s)
136048
136049
136050
136051
136052
136053
136054
136055
136049
136050
136051
136052
136053
136054
136055
A bathroom rug is a movable tile.
Usage
This tile uses the generic movable item when picked up.
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_48": {
"name": "floors_rugs_01_48",
"id": 136048,
"type": "MAX",
"tileSheetIndex": 48,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Bathroom Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_49": {
"name": "floors_rugs_01_49",
"id": 136049,
"type": "MAX",
"tileSheetIndex": 49,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Bathroom Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_50": {
"name": "floors_rugs_01_50",
"id": 136050,
"type": "MAX",
"tileSheetIndex": 50,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Bathroom Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_51": {
"name": "floors_rugs_01_51",
"id": 136051,
"type": "MAX",
"tileSheetIndex": 51,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Bathroom Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_52": {
"name": "floors_rugs_01_52",
"id": 136052,
"type": "MAX",
"tileSheetIndex": 52,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Bathroom Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_53": {
"name": "floors_rugs_01_53",
"id": 136053,
"type": "MAX",
"tileSheetIndex": 53,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Bathroom Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_54": {
"name": "floors_rugs_01_54",
"id": 136054,
"type": "MAX",
"tileSheetIndex": 54,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Bathroom Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_55": {
"name": "floors_rugs_01_55",
"id": 136055,
"type": "MAX",
"tileSheetIndex": 55,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Bathroom Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}