Armor_Iron_Legs
Server/Item/Items/Armor/Iron/Armor_Iron_Legs.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
ItemSoundSetId | string |
Categories | array[1] |
Icon | string |
Model | string |
Texture | string |
Recipe | object |
Interactions | object |
Armor | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Iron_Legs.name"
},
"Quality": "Uncommon",
"ItemLevel": 20,
"PlayerAnimationsId": "Block",
"ItemSoundSetId": "ISS_Armor_Heavy",
"Categories": [
"Items.Armors"
],
"Icon": "Icons/ItemsGenerated/Armor_Iron_Legs.png",
"Model": "Items/Armors/Iron/Legs.blockymodel",
"Texture": "Items/Armors/Iron/Legs_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 13
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 6
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Legs"
]
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
}
},
"Armor": {
"ArmorSlot": "Legs",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Pants",
"Shoes"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.07,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.07,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 13,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 100,
"DurabilityLossOnHit": 0.5,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Iron"
]
}
}