Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Furniture / Frozen / Unique / Furniture_Frozen_Castle_Chest_Large.json

Furniture_Frozen_Castle_Chest_Large

Server/Item/Items/Furniture/Frozen/Unique/Furniture_Frozen_Castle_Chest_Large.json, 2.4 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
IconPropertiesobject
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
Iconstring
Scalenumber
Variantboolean
ItemSoundSetIdstring
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Frozen_Castle_Chest_Large.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Frozen_Castle",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.5,
    "Translation": [
      10,
      -7
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Ice",
    "BlockSoundSetId": "Ice",
    "PhysicalMaterialId": "Ice",
    "CustomModel": "Blocks/Decorative_Sets/Frozen_Castle/Chest_Large.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Frozen_Castle/Chest_Large_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "DropList": {
          "Container": {
            "Type": "Single",
            "Item": {
              "ItemId": "Furniture_Frozen_Castle_Chest_Small",
              "QuantityMin": 2,
              "QuantityMax": 2
            }
          }
        }
      }
    },
    "HitboxType": "Chest_Large",
    "Material": "Solid",
    "Opacity": "Transparent",
    "State": {
      "Definitions": {
        "CloseWindow": {
          "InteractionSoundEventId": "SFX_Chest_Wooden_Close",
          "CustomModelAnimation": "Blocks/Animations/Chest/Chest_Close.blockyanim"
        },
        "OpenWindow": {
          "InteractionSoundEventId": "SFX_Chest_Wooden_Open",
          "CustomModelAnimation": "Blocks/Animations/Chest/Chest_Open.blockyanim"
        }
      }
    },
    "BlockEntity": {
      "Components": {
        "ItemContainerBlock": {
          "Capacity": 36
        }
      }
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "InteractionHint": "server.interactionHints.openDoor",
    "Interactions": {
      "Use": "Open_Container"
    },
    "TextureComputedColor": "#72D9ED"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Ancient"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Frozen_Castle_Chest_Large.png",
  "Scale": 0.6,
  "Variant": true,
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "MaxStack": 25
}