Armor_Diving_Crude_Chest
Server/Item/Items/Armor/Diving_Crude/Armor_Diving_Crude_Chest.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Armor | object |
Tags | object |
MaxDurability | number |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Diving_Crude_Chest.name"
},
"Parent": "Armor_Iron_Chest",
"ItemLevel": 25,
"Icon": "Icons/ItemsGenerated/Armor_Diving_Crude_Chest.png",
"IconProperties": {
"Rotation": [
22.5,
35.44,
2.23
],
"Scale": 0.5,
"Translation": [
2.1,
-2.1
]
},
"Model": "Items/Armors/Diving_Crude/Chest.blockymodel",
"Texture": "Items/Armors/Diving_Crude/Chest_Texture.png",
"Armor": {
"ArmorSlot": "Chest",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Overtop"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.09,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.09,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Oxygen": [
{
"Amount": 1000,
"CalculationType": "Additive"
}
],
"Health": [
{
"Amount": 17,
"CalculationType": "Additive"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Diving"
]
},
"MaxDurability": 120,
"Quality": "Uncommon"
}