Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Fancy Brown Rug

From PZwiki
Project ZomboidTilesTraversablesFloorsFancy Brown Rug
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Fancy Brown Rug
Floors rugs 01 28+29+36+37+44+45.png
[[File:{{{icon2}}}|Fancy Brown Rug||class=pixelart}}]]
[[File:{{{icon3}}}|Fancy Brown Rug||class=pixelart}}]]
[[File:{{{icon4}}}|Fancy Brown Rug||class=pixelart}}]]
[[File:{{{icon5}}}|Fancy Brown Rug||class=pixelart}}]]
[[File:{{{icon6}}}|Fancy Brown Rug||class=pixelart}}]]
[[File:{{{icon7}}}|Fancy Brown Rug||class=pixelart}}]]
[[File:{{{icon8}}}|Fancy Brown Rug||class=pixelart}}]]
[[File:{{{icon9}}}|Fancy Brown Rug||class=pixelart}}]]
General
Category
Fancy Brown Rug
EncumbranceMoodle Icon HeavyLoad.png
1.0 (per tile)
6 (total)
Size
6 tiles
Properties
Type
Movable
Move
Move type
FloorRug
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
floors_rugs_01_28
floors_rugs_01_29
floors_rugs_01_36
floors_rugs_01_37
floors_rugs_01_44
floors_rugs_01_45
Tile ID(s)
136028
136029
136036
136037
136044
136045

A fancy brown rug is a movable tile.

Usage

This tile uses the generic movable item when picked up.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "floors_rugs_01_28": {
          "name": "floors_rugs_01_28",
          "id": 136028,
          "type": "MAX",
          "tileSheetIndex": 28,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "CustomName": "Fancy Brown Rug",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "FloorRug"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "floors_rugs_01_29": {
          "name": "floors_rugs_01_29",
          "id": 136029,
          "type": "MAX",
          "tileSheetIndex": 29,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "CustomName": "Fancy Brown Rug",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "FloorRug"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "floors_rugs_01_36": {
          "name": "floors_rugs_01_36",
          "id": 136036,
          "type": "MAX",
          "tileSheetIndex": 36,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "CustomName": "Fancy Brown Rug",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "FloorRug"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "floors_rugs_01_37": {
          "name": "floors_rugs_01_37",
          "id": 136037,
          "type": "MAX",
          "tileSheetIndex": 37,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "CustomName": "Fancy Brown Rug",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "FloorRug"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "floors_rugs_01_44": {
          "name": "floors_rugs_01_44",
          "id": 136044,
          "type": "MAX",
          "tileSheetIndex": 44,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "CustomName": "Fancy Brown Rug",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "FloorRug"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "floors_rugs_01_45": {
          "name": "floors_rugs_01_45",
          "id": 136045,
          "type": "MAX",
          "tileSheetIndex": 45,
          "properties": {
              "generic": {
                  "solidfloor": "",
                  "CustomName": "Fancy Brown Rug",
                  "IsMoveAble": "",
                  "PickUpWeight": 10,
                  "MoveType": "FloorRug"
              }
          }
      }
  }

See also