Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Rock / Gem / Rock_Gem_Emerald.json

Rock_Gem_Emerald

Server/Item/Items/Rock/Gem/Rock_Gem_Emerald.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
BlockTypeobject
Tagsobject
ItemSoundSetIdstring
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Gem_Emerald.name",
    "Description": "server.items.Rock_Gem_Emerald.description"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Gem_Emerald.png",
  "Categories": [
    "Blocks.Ores"
  ],
  "SubCategory": "Gem",
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Resources/Ores/Gem.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ores/Gem_Textures/Emerald.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "DoublePipe",
    "RandomRotation": "YawStep90",
    "BlockParticleSetId": "Crystal",
    "ParticleColor": "#1fcd3a",
    "BlockSoundSetId": "Gem",
    "PhysicalMaterialId": "Stone",
    "AmbientSoundEventId": "SFX_Gem_Emit_Loop",
    "Light": {
      "Color": "#5b6",
      "Radius": 0
    },
    "Particles": [
      {
        "Color": "#60d682",
        "SystemId": "Block_Gem_Sparks"
      }
    ],
    "TextureComputedColor": "#0A6D36"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Gem"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "MaxStack": 25
}