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

Fancy Orange Rug

From PZwiki
Project ZomboidTilesTraversablesFloorsFancy Orange 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 Orange Rug
Floors rugs 01 24+25+32+33+40+41.png
[[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}}]]
General
Category
Fancy Orange 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_24
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

A fancy orange 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_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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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"
              }
          }
      }
  }

See also