Armor_Cobalt_Legs
Server/Item/Items/Armor/Cobalt/Armor_Cobalt_Legs.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Recipe | object |
Armor | object |
MaxDurability | number |
Tags | object |
ItemSoundSetId | string |
DurabilityLossOnHit | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Cobalt_Legs.name"
},
"Parent": "Armor_Iron_Legs",
"Quality": "Rare",
"ItemLevel": 35,
"Icon": "Icons/ItemsGenerated/Armor_Cobalt_Legs.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.415,
"Translation": [
-1.2,
-22.2
]
},
"Model": "Items/Armors/Cobalt/Legs.blockymodel",
"Texture": "Items/Armors/Cobalt/Legs_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Cobalt",
"Quantity": 18
},
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 6
},
{
"ItemId": "Ingredient_Fabric_Scrap_Shadoweave",
"Quantity": 6
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Legs"
],
"RequiredTierLevel": 2
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Armor": {
"ArmorSlot": "Legs",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Pants",
"Shoes"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.0896,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.0896,
"CalculationType": "Multiplicative"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 17,
"CalculationType": "Additive"
}
]
},
"DamageClassEnhancement": {
"Signature": [
{
"Amount": 0.04,
"CalculationType": "Multiplicative"
}
]
}
},
"MaxDurability": 120,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Cobalt"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"DurabilityLossOnHit": 0.5
}