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

Wooden Framed Mirror

From PZwiki
Project ZomboidTilesDecorationsMirrorsWooden Framed Mirror
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wooden Framed Mirror
Walls decoration 01 6.png
Walls decoration 01 7.png
Walls decoration 01 28.png
Walls decoration 01 29.png
[[File:{{{icon5}}}|Wooden Framed Mirror||class=pixelart}}]]
[[File:{{{icon6}}}|Wooden Framed Mirror||class=pixelart}}]]
[[File:{{{icon7}}}|Wooden Framed Mirror||class=pixelart}}]]
[[File:{{{icon8}}}|Wooden Framed Mirror||class=pixelart}}]]
[[File:{{{icon9}}}|Wooden Framed Mirror||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
3.0
Size
1 tile
Properties
Type
Movable
Move
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
walls_decoration_01_6
walls_decoration_01_7
walls_decoration_01_28
walls_decoration_01_29
Tile ID(s)
186006
186007
186028
186029

A wooden framed mirror 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.

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
{
      "walls_decoration_01_6": {
          "name": "walls_decoration_01_6",
          "id": 186006,
          "type": "MAX",
          "tileSheetIndex": 6,
          "properties": {
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Mirror",
                  "Facing": "E",
                  "GroupName": "Wooden Framed",
                  "IsMoveAble": "",
                  "PickUpWeight": 30,
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedW": "",
                  "IsMirror": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "walls_decoration_01_7": {
          "name": "walls_decoration_01_7",
          "id": 186007,
          "type": "MAX",
          "tileSheetIndex": 7,
          "properties": {
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Mirror",
                  "Facing": "S",
                  "GroupName": "Wooden Framed",
                  "IsMoveAble": "",
                  "PickUpWeight": 30,
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedN": "",
                  "IsMirror": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "walls_decoration_01_28": {
          "name": "walls_decoration_01_28",
          "id": 186028,
          "type": "MAX",
          "tileSheetIndex": 28,
          "properties": {
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Mirror",
                  "Facing": "W",
                  "GroupName": "Wooden Framed",
                  "IsMoveAble": "",
                  "PickUpWeight": 30,
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedE": "",
                  "IsMirror": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "walls_decoration_01_29": {
          "name": "walls_decoration_01_29",
          "id": 186029,
          "type": "MAX",
          "tileSheetIndex": 29,
          "properties": {
              "generic": {
                  "WallOverlay": "",
                  "CustomName": "Mirror",
                  "Facing": "N",
                  "GroupName": "Wooden Framed",
                  "IsMoveAble": "",
                  "PickUpWeight": 30,
                  "IsHigh": "",
                  "MoveType": "WallObject",
                  "attachedS": "",
                  "IsMirror": ""
              }
          }
      }
  }

See also