Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Deco / Deco_Scarak_Cocoon.json

Deco_Scarak_Cocoon

Server/Item/Items/Deco/Deco_Scarak_Cocoon.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Scarak_Cocoon.name"
  },
  "Categories": [
    "Furniture.Containers"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "HitboxType": "Cocoon",
    "CustomModel": "Blocks/Dungeons/Spider_Cocoon.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Dungeons/Scarak_Cocoon_Texture.png",
        "Weight": 1
      }
    ],
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Breaking": {
        "DropList": "Spider_Cocoon",
        "GatherType": "SoftBlocks"
      },
      "Soft": {
        "DropList": "Spider_Cocoon"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "BlockParticleSetId": "Dust",
    "CustomModelAnimation": "Blocks/Dungeons/Spider_Cocoon_Idle.blockyanim",
    "VariantRotation": "UpDown",
    "ParticleColor": "#5e4e38",
    "BlockSoundSetId": "Cocoon",
    "PhysicalMaterialId": "Foliage",
    "AmbientSoundEventId": "SFX_Cocoon_Active",
    "Looping": true,
    "TextureComputedColor": "#584A35"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.39,
    "Translation": [
      0,
      -25.1
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Deco_Scarak_Cocoon.png",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}