Armor_Diving_Crude_Hands
Server/Item/Items/Armor/Diving_Crude/Armor_Diving_Crude_Hands.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_Hands.name"
},
"Parent": "Armor_Iron_Hands",
"ItemLevel": 30,
"Icon": "Icons/ItemsGenerated/Armor_Diving_Crude_Hands.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.92,
"Translation": [
15,
-35.4
]
},
"Model": "Items/Armors/Diving_Crude/Hands.blockymodel",
"Texture": "Items/Armors/Diving_Crude/Hands_Texture.png",
"Armor": {
"ArmorSlot": "Hands",
"BaseDamageResistance": 0,
"DamageResistance": {
"Physical": [
{
"Amount": 0.04,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.04,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Oxygen": [
{
"Amount": 100,
"CalculationType": "Additive"
}
],
"Health": [
{
"Amount": 7,
"CalculationType": "Additive"
}
]
},
"CosmeticsToHide": [
"Gloves"
]
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Diving"
]
},
"MaxDurability": 120,
"Quality": "Uncommon"
}