Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Rock / Iridescent / Rock_Iridescent_Brick_Beam.json

Rock_Iridescent_Brick_Beam

Server/Item/Items/Rock/Iridescent/Rock_Iridescent_Brick_Beam.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Iridescent_Brick_Beam.name"
  },
  "Quality": "Developer",
  "ItemLevel": 15,
  "MaxStack": 50,
  "Icon": "Icons/ItemsGenerated/Rock_Iridescent_Brick_Beam.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Set": "Rock_Iridescent",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Tubes/Long_Simple_UV.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Long_Simple_UV_Textures/Iridescent_Brick.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "HitboxType": "Beam",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "Pipe",
    "BlockParticleSetId": "Stone",
    "ParticleColor": "#e4f5f5",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "Supporting": {
      "Down": [
        {
          "FaceType": "Rock_Beam"
        }
      ],
      "Up": [
        {
          "FaceType": "Rock_Beam"
        }
      ]
    },
    "TextureComputedColor": "#C2E5F3"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Calcite"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}