More actions
(Redirected from Imekagi HK533p)
Imekagi HK533p
[[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}}]]
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
appliances_com_01_44
appliances_com_01_46
appliances_com_01_47
Tile ID(s)
290045
290044
290046
290047
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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
}
}
}
}