Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Bone / Deco_Bone_Skulls.json

Deco_Bone_Skulls

Server/Item/Items/Bone/Deco_Bone_Skulls.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
Setstring
BlockTypeobject
ResourceTypesarray[1]
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Bone_Skulls.name"
  },
  "Icon": "Icons/ItemsGenerated/Bone_Skulls.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Set": "Bones",
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Dungeons/Bone_Skulls.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Dungeons/Bone_Skulls_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "DropList": "Empty"
      }
    },
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "HitboxType": "Plant_Medium",
    "Material": "Solid",
    "Opacity": "Semitransparent",
    "ParticleColor": "#dccd97",
    "TextureComputedColor": "#8E845E"
  },
  "ResourceTypes": [
    {
      "Id": "Bone"
    }
  ],
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.58823,
    "Translation": [
      1.8,
      -9
    ],
    "Rotation": [
      0,
      293.625,
      336.375
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Bones"
}