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

Imekagi HK533p

From PZwiki
(Redirected from Imekagi HK533p)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Imekagi HK533p
Appliances com 01 45.png
Appliances com 01 44.png
Appliances com 01 46.png
Appliances com 01 47.png
[[File:{{{icon5}}}|Imekagi HK533p||class=pixelart}}]]
[[File:{{{icon6}}}|Imekagi HK533p||class=pixelart}}]]
[[File:{{{icon7}}}|Imekagi HK533p||class=pixelart}}]]
[[File:{{{icon8}}}|Imekagi HK533p||class=pixelart}}]]
[[File:{{{icon9}}}|Imekagi HK533p||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
25.0
Size
1 tile
Properties
Type
Movable
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
appliances_com_01_45
appliances_com_01_44
appliances_com_01_46
appliances_com_01_47
Tile ID(s)
290045
290044
290046
290047

An Imekagi HK533p is a movable tile.

Usage

This tile uses the generic movable item when picked up.

Crafting

The following table contains the materials that can drop when disassembling this tile.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Nails 4 50 4
Scrap Electronics 1 80 1
Metal Bar 1 70 1
Scrap Metal 1 70 1

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
{
      "appliances_com_01_45": {
          "name": "appliances_com_01_45",
          "id": 290045,
          "type": "MAX",
          "tileSheetIndex": 45,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "HK533p",
                  "Facing": "E",
                  "GroupName": "Imekagi",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "Material2": "MetalBars",
                  "Material3": "MetalScrap",
                  "PickUpWeight": 250
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "appliances_com_01_44": {
          "name": "appliances_com_01_44",
          "id": 290044,
          "type": "MAX",
          "tileSheetIndex": 44,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "HK533p",
                  "Facing": "S",
                  "GroupName": "Imekagi",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "Material2": "MetalBars",
                  "Material3": "MetalScrap",
                  "PickUpWeight": 250
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "appliances_com_01_46": {
          "name": "appliances_com_01_46",
          "id": 290046,
          "type": "MAX",
          "tileSheetIndex": 46,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "HK533p",
                  "Facing": "W",
                  "GroupName": "Imekagi",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "Material2": "MetalBars",
                  "Material3": "MetalScrap",
                  "PickUpWeight": 250
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "appliances_com_01_47": {
          "name": "appliances_com_01_47",
          "id": 290047,
          "type": "MAX",
          "tileSheetIndex": 47,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "HK533p",
                  "Facing": "N",
                  "GroupName": "Imekagi",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "Material2": "MetalBars",
                  "Material3": "MetalScrap",
                  "PickUpWeight": 250
              }
          }
      }
  }

See also