Versions / 0.6.0-pre.8 / Item / Items / Armor / Cloth_Cindercloth / Armor_Cloth_Cindercloth_Chest.json
Armor_Cloth_Cindercloth_Chest
Server/Item/Items/Armor/Cloth_Cindercloth/Armor_Cloth_Cindercloth_Chest.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Recipe | object |
Armor | object |
Tags | object |
MaxDurability | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Cloth_Cindercloth_Chest.name"
},
"Parent": "Armor_Iron_Chest",
"Quality": "Rare",
"ItemLevel": 45,
"Icon": "Icons/ItemsGenerated/Armor_Cloth_Cindercloth_Chest.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.4,
"Translation": [
0,
-17.4
]
},
"Model": "Items/Armors/Cindercloth/Chest.blockymodel",
"Texture": "Items/Armors/Cindercloth/Chest_Texture.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Bolt_Cindercloth",
"Quantity": 6
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bar_Adamantite",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Chest"
]
}
],
"KnowledgeRequired": false
},
"Armor": {
"ArmorSlot": "Chest",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Overtop"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.09,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.09,
"CalculationType": "Percent"
}
],
"Fire": [
{
"Amount": 0.75,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 17,
"CalculationType": "Additive"
}
]
}
},
"Tags": {
"Type": [
"Armor"
]
},
"MaxDurability": 120,
"ItemSoundSetId": "ISS_Armor_Cloth"
}