Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Rock / Volcanic / Rock_Volcanic_Cracked_Incandescent.json

Rock_Volcanic_Cracked_Incandescent

Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Cracked_Incandescent.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Categoriesarray[1]
PlayerAnimationsIdstring
BlockTypeobject
Setstring
Tagsobject
$Commentstring
Iconstring
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Volcanic_Cracked_Lava_Incandescent.name"
  },
  "ItemLevel": 10,
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "CubeWithModel",
    "Opacity": "Transparent",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "VolcanicRocks",
        "ItemId": "Rock_Volcanic_Cobble"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Rock_Volcanic_LavaCracks.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#352222",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "Light": {
      "Color": "#500"
    },
    "CustomModel": "Blocks/Structures/Base_Shapes/Cube_Overlay.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Base_Shapes/Lava_Cracks.png"
      }
    ],
    "TextureComputedColor": "#6E3120"
  },
  "Set": "Rock_Volcanic",
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Volcanic"
    ]
  },
  "$Comment": " ",
  "Icon": "Icons/ItemsGenerated/Rock_Volcanic_Cracked_Lava_Incandescent.png",
  "Parent": "Rock_Volcanic"
}