Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Furniture / Ancient / Unique / Furniture_Ancient_Sack.json

Furniture_Ancient_Sack

Server/Item/Items/Furniture/Ancient/Unique/Furniture_Ancient_Sack.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Ancient_Sack.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Ancient",
  "Icon": "Icons/ItemsGenerated/Furniture_Ancient_Sack.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.58823,
    "Translation": [
      0.315,
      -13.5
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Ancient/Sack.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Ancient/Sack.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "DropList": "Barrels"
      }
    },
    "HitboxType": "Full",
    "Material": "Empty",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Wood"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Ancient"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}