Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / Temple_Wind / Furniture_Temple_Wind_Chest_Small.json

Furniture_Temple_Wind_Chest_Small

Server/Item/Items/Furniture/Temple_Wind/Furniture_Temple_Wind_Chest_Small.json, 2.8 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Recipeobject
BlockTypeobject
Iconstring
Tagsobject
IconPropertiesobject
ItemSoundSetIdstring
ItemLevelnumber
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Wind_Chest_Small.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Temple_Wind",
  "Recipe": {
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Rock_Sandstone",
        "Quantity": 3
      },
      {
        "ItemId": "Rock_Gem_Diamond",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Storage"
        ]
      }
    ],
    "RequiredMemoriesLevel": 4
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Wind/Chest_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Wind/Chest_Small_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Chest_Small",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#cca159",
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "ChestConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Default": "Furniture_Temple_Wind_Chest_Small",
        "Double": "Furniture_Temple_Wind_Chest_Large"
      }
    },
    "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": 18
        }
      }
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "InteractionHint": "server.interactionHints.openDoor",
    "Interactions": {
      "Use": "Open_Container"
    },
    "TextureComputedColor": "#734D24"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Wind_Chest_Small.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "IconProperties": {
    "Scale": 0.55,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -15
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "ItemLevel": 15,
  "MaxStack": 25
}