Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Rock / Crystal / Rock_Crystal_Iridescent_Medium.json

Rock_Crystal_Iridescent_Medium

Server/Item/Items/Rock/Crystal/Rock_Crystal_Iridescent_Medium.json, 1.5 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
Interactionsobject
BlockTypeobject
IconPropertiesobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Crystal_Iridescent_Medium.name"
  },
  "Quality": "Developer",
  "Icon": "Icons/ItemsGenerated/Rock_Crystal_Iridescent_Medium.png",
  "Categories": [
    "Blocks.Ores"
  ],
  "SubCategory": "Crystal",
  "PlayerAnimationsId": "Block",
  "Interactions": {
    "Secondary": "Lantern_Cyan"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Resources/Crystals/Iridescent_Crystal_Medium.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Crystals/Crystal_Big_Textures/Iridescent.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "DropList": "Rock_Crystal_Blue_Large",
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "UpDownNESW",
    "RandomRotation": "YawStep90",
    "BlockParticleSetId": "Crystal",
    "ParticleColor": "#93f4fd",
    "BlockSoundSetId": "Crystal",
    "PhysicalMaterialId": "Stone",
    "Light": {
      "Color": "#cde",
      "Radius": 18
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "TextureComputedColor": "#8DA9AC"
  },
  "IconProperties": {
    "Scale": 0.52,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -17.4
    ]
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Crystal"
    ]
  }
}