Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Furniture / Village / Unique / Furniture_Village_Chest_Large.json

Furniture_Village_Chest_Large

Server/Item/Items/Furniture/Village/Unique/Furniture_Village_Chest_Large.json, 2.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Chest_Large.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Castle",
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Chest_Large.png",
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "ParticleColor": "#5b3222",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Village/Chest.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Village/Chest_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods",
        "DropList": {
          "Container": {
            "Type": "Single",
            "Item": {
              "ItemId": "Furniture_Village_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": "#34231B"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "IconProperties": {
    "Scale": 0.5,
    "Translation": [
      13,
      -9
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Scale": 0.6,
  "Variant": true,
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "MaxStack": 25
}