Cindercloth Pants 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 Cindercloth Pants in Hytale is shown below.
TODO
Cindercloth Pants 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_Cloth_Cindercloth_Legs.name"
},
"Parent": "Armor_Iron_Legs",
"Quality": "Rare",
"ItemLevel": 45,
"Icon": "Icons/ItemsGenerated/Armor_Cloth_Cindercloth_Legs.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.37,
"Translation": [
0,
-22.8
]
},
"Model": "Items/Armors/Cindercloth/Legs.blockymodel",
"Texture": "Items/Armors/Cindercloth/Legs_Texture.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Bolt_Cindercloth",
"Quantity": 4
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bar_Adamantite",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Legs"
]
}
],
"KnowledgeRequired": false
},
"Armor": {
"ArmorSlot": "Legs",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Pants",
"Shoes"
],
"StatModifiers": {
"Health": [
{
"Amount": 13,
"CalculationType": "Additive"
}
],
"Mana": [
{
"Amount": 28,
"CalculationType": "Additive"
}
]
},
"DamageResistance": {
"Physical": [
{
"Amount": 0.07,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.07,
"CalculationType": "Multiplicative"
}
]
}
},
"Tags": {
"Type": [
"Armor"
]
},
"MaxDurability": 120,
"ItemSoundSetId": "ISS_Armor_Cloth"
}