Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Item / Items / Bone / Deco_Bone_Spike.json

Deco_Bone_Spike

Server/Item/Items/Bone/Deco_Bone_Spike.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Bone_Spike.name"
  },
  "Icon": "Icons/ItemsGenerated/Bone_Spike.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Set": "Bones",
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Stone/Stalactite_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Bone_Side.png",
        "Weight": 1
      }
    ],
    "VariantRotation": "UpDown",
    "Material": "Solid",
    "HitboxType": "Full",
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Deco_Bone_Full"
      }
    },
    "BlockParticleSetId": "Stone",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "ParticleColor": "#dccd97",
    "TextureComputedColor": "#D5CA91"
  },
  "ResourceTypes": [
    {
      "Id": "Bone"
    }
  ],
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Bones"
}