Armor_Steel_Chest
Server/Item/Items/Armor/Steel/Armor_Steel_Chest.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Armor | object |
MaxDurability | number |
Tags | object |
ItemSoundSetId | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Steel_Chest.name"
},
"Parent": "Armor_Iron_Chest",
"Icon": "Icons/ItemsGenerated/Armor_Steel_Chest.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.5,
"Translation": [
0,
-14.4
]
},
"Model": "Items/Armors/Steel/Chest.blockymodel",
"Texture": "Items/Armors/Steel/Chest_default.png",
"Armor": {
"ArmorSlot": "Chest",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Overtop"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.09,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.09,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 17,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 150,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Steel"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"Quality": "Uncommon"
}