Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Container / Deco_Trork_Cage.json

Deco_Trork_Cage

Server/Item/Items/Container/Deco_Trork_Cage.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Trork_Cage.name"
  },
  "Icon": "Icons/ItemsGenerated/Container_Trork_Cage.png",
  "Categories": [
    "Furniture.Containers"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Tinkering/Traps/Cage.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Tinkering/Traps/Cage_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Cage_Trork",
    "VariantRotation": "NESW",
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "ParticleColor": "#6b432b",
    "TextureComputedColor": "#462E1D"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.29,
    "Translation": [
      0,
      -27.5
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ],
    "Family": [
      "Trork"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}