Soft Leather Cuirass is an item in Hytale, categorized under the Armor category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Soft Leather Cuirass in Hytale is shown below.
TODO
Soft Leather Cuirass can be salvaged at a Salvager's Workbench in order to gather the following materials.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Armor_Leather_Soft_Chest.name"
},
"Parent": "Armor_Iron_Chest",
"Quality": "Common",
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Armor_Leather_Soft_Chest.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.43,
"Translation": [
0,
-12.9
]
},
"Model": "Items/Armors/Leather_Soft/Chest.blockymodel",
"Texture": "Items/Armors/Leather_Soft/Chest_Texture.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 6
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bolt_Wool",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Chest"
]
}
],
"KnowledgeRequired": false
},
"Armor": {
"ArmorSlot": "Chest",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Overtop"
],
"StatModifiers": {
"Health": [
{
"Amount": 17,
"CalculationType": "Additive"
}
]
},
"DamageResistance": {
"Physical": [
{
"Amount": 0.09,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.09,
"CalculationType": "Multiplicative"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Leather"
]
},
"MaxDurability": 120,
"ItemSoundSetId": "ISS_Armor_Leather"
}