More actions
Wooden Framed Mirror
[[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}}]]
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
walls_decoration_01_7
walls_decoration_01_28
walls_decoration_01_29
Tile ID(s)
186006
186007
186028
186029
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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": ""
}
}
}
}