Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Container / Deco_Spider_Cocoon.json

Deco_Spider_Cocoon

Server/Item/Items/Container/Deco_Spider_Cocoon.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Spider_Cocoon.name"
  },
  "Icon": "Icons/ItemsGenerated/Container_Spider_Cocoon.png",
  "Categories": [
    "Furniture.Containers"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "HitboxType": "Cocoon",
    "CustomModel": "Blocks/Dungeons/Spider_Cocoon.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Dungeons/Spider_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": "#f7f7f7",
    "BlockSoundSetId": "Cocoon",
    "AmbientSoundEventId": "SFX_Cocoon_Active",
    "Looping": true
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.39,
    "Translation": [
      0,
      -25.1
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}