Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Furniture / Feran / Furniture_Feran_Chest_Small.json

Furniture_Feran_Chest_Small

Server/Item/Items/Furniture/Feran/Furniture_Feran_Chest_Small.json, 2.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Feran_Chest_Small.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Feran",
  "Icon": "Icons/ItemsGenerated/Furniture_Feran_Chest_Small.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.5,
    "Translation": [
      -12,
      -21.6
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Feran/Chest_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Feran/Chest_Small_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {
      "IsUsable": true
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#c7b885",
    "ConnectedBlockRuleSet": {
      "Type": "CustomTemplate",
      "TemplateShapeAssetId": "ChestConnectedBlockTemplate",
      "TemplateShapeBlockPatterns": {
        "Default": "Furniture_Feran_Chest_Small",
        "Double": "Furniture_Feran_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": "#89562C"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Feran"
    ]
  },
  "Recipe": {
    "KnowledgeRequired": false,
    "Input": [
      {
        "Quantity": 3,
        "ResourceTypeId": "Clays"
      },
      {
        "Quantity": 2,
        "ResourceTypeId": "Bone"
      },
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Storage"
        ]
      }
    ],
    "RequiredMemoriesLevel": 3
  },
  "ItemSoundSetId": "ISS_Blocks_Wood",
  "ItemLevel": 12,
  "MaxStack": 25
}