Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Furniture / Ancient / Furniture_Ancient_Wardrobe.json

Furniture_Ancient_Wardrobe

Server/Item/Items/Furniture/Ancient/Furniture_Ancient_Wardrobe.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Ancient_Wardrobe.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Furniture"
  ],
  "Set": "Furniture_Ancient",
  "Icon": "Icons/ItemsGenerated/Furniture_Ancient_Wardrobe.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.36,
    "Translation": [
      14.5,
      -22.7
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Blackwood_Deadwood",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Wardrobe"
        ]
      }
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Ancient/Wardrobe.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Ancient/Wardrobe_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {
      "IsUsable": false
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Wardrobe",
    "Material": "Solid",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "ParticleColor": "#3e352a",
    "TextureComputedColor": "#382F20"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Ancient"
    ]
  },
  "Scale": 0.8,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}