Armor_Wool_Hands
Server/Item/Items/Armor/Wool/Armor_Wool_Hands.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Armor | object |
MaxDurability | number |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Wool_Hands.name"
},
"Parent": "Armor_Iron_Hands",
"Quality": "Common",
"ItemLevel": 30,
"Icon": "Icons/ItemsGenerated/Armor_Wool_Hands.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.71,
"Translation": [
-0.9,
-11.7
]
},
"Model": "Items/Armors/Wool/Hands.blockymodel",
"Texture": "Items/Armors/Wool/Hands_Texture.png",
"Armor": {
"ArmorSlot": "Hands",
"BaseDamageResistance": 0,
"DamageResistance": {
"Physical": [
{
"Amount": 0.04,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.04,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 7,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 100,
"Tags": {
"Type": [
"Armor"
]
},
"ItemSoundSetId": "ISS_Armor_Cloth"
}