More actions
Fancy Orange Rug
[[File:{{{icon2}}}|Fancy Orange Rug||class=pixelart}}]]
[[File:{{{icon3}}}|Fancy Orange Rug||class=pixelart}}]]
[[File:{{{icon4}}}|Fancy Orange Rug||class=pixelart}}]]
[[File:{{{icon5}}}|Fancy Orange Rug||class=pixelart}}]]
[[File:{{{icon6}}}|Fancy Orange Rug||class=pixelart}}]]
[[File:{{{icon7}}}|Fancy Orange Rug||class=pixelart}}]]
[[File:{{{icon8}}}|Fancy Orange Rug||class=pixelart}}]]
[[File:{{{icon9}}}|Fancy Orange Rug||class=pixelart}}]]
Properties
Type
Movable
Move
Move type
FloorRug
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
floors_rugs_01_24
floors_rugs_01_25
floors_rugs_01_32
floors_rugs_01_33
floors_rugs_01_40
floors_rugs_01_41
floors_rugs_01_25
floors_rugs_01_32
floors_rugs_01_33
floors_rugs_01_40
floors_rugs_01_41
Tile ID(s)
136024
136025
136032
136033
136040
136041
136025
136032
136033
136040
136041
A fancy orange 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_24": {
"name": "floors_rugs_01_24",
"id": 136024,
"type": "MAX",
"tileSheetIndex": 24,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Fancy Orange Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_25": {
"name": "floors_rugs_01_25",
"id": 136025,
"type": "MAX",
"tileSheetIndex": 25,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Fancy Orange Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_32": {
"name": "floors_rugs_01_32",
"id": 136032,
"type": "MAX",
"tileSheetIndex": 32,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Fancy Orange Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_33": {
"name": "floors_rugs_01_33",
"id": 136033,
"type": "MAX",
"tileSheetIndex": 33,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Fancy Orange Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_40": {
"name": "floors_rugs_01_40",
"id": 136040,
"type": "MAX",
"tileSheetIndex": 40,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Fancy Orange Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"floors_rugs_01_41": {
"name": "floors_rugs_01_41",
"id": 136041,
"type": "MAX",
"tileSheetIndex": 41,
"properties": {
"generic": {
"solidfloor": "",
"CustomName": "Fancy Orange Rug",
"IsMoveAble": "",
"PickUpWeight": 10,
"MoveType": "FloorRug"
}
}
}
}