Armor_Steel_Ancient_Legs
Server/Item/Items/Armor/Steel_Ancient/Armor_Steel_Ancient_Legs.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Recipe | object |
Armor | object |
Tags | object |
MaxDurability | number |
ItemSoundSetId | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Steel_Ancient_Legs.name"
},
"Parent": "Armor_Iron_Legs",
"ItemLevel": 30,
"Icon": "Icons/ItemsGenerated/Armor_Steel_Ancient_Legs.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.375,
"Translation": [
0.6,
-22.2
]
},
"Model": "Items/Armors/Steel/Legs.blockymodel",
"Texture": "Items/Armors/Steel/Legs_Ancient.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Bar_Bronze",
"Quantity": 4
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Legs"
]
}
],
"KnowledgeRequired": true
},
"Armor": {
"ArmorSlot": "Legs",
"BaseDamageResistance": 0,
"DamageResistance": {
"Physical": [
{
"Amount": 0.07,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.07,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 13,
"CalculationType": "Additive"
}
]
},
"CosmeticsToHide": [
"Pants",
"Shoes"
]
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Steel"
]
},
"MaxDurability": 75,
"ItemSoundSetId": "ISS_Armor_Heavy",
"Quality": "Rare"
}