Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Metal / Bronze / Metal_Bronze_Pipe_Long.json

Metal_Bronze_Pipe_Long

Server/Item/Items/Metal/Bronze/Metal_Bronze_Pipe_Long.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Qualitystring
MaxStacknumber
Iconstring
Categoriesarray[1]
Setstring
PlayerAnimationsIdstring
Interactionsobject
BlockTypeobject
Tagsobject
IconPropertiesobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Metal_Bronze_Pipe_Long.name"
  },
  "ItemLevel": 10,
  "Quality": "Common",
  "MaxStack": 50,
  "Icon": "Icons/ItemsGenerated/Metal_Bronze_Pipe_Long.png",
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Bronze",
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Metal",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Corner_Textures/Metal_Bronze.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#f7b25b",
    "Material": "Solid",
    "HitboxType": "Beam",
    "Group": "Metal",
    "CustomModel": "Blocks/Structures/Tubes/Long.blockymodel",
    "Opacity": "Transparent",
    "DrawType": "Model",
    "VariantRotation": "Pipe",
    "IgnoreSupportWhenPlaced": true,
    "TextureComputedColor": "#D1A355"
  },
  "Tags": {
    "Family": [
      "Bronze"
    ],
    "Type": [
      "Metal"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "ItemSoundSetId": "ISS_Items_Metal"
}