Armor_Adamantite_Hands
Server/Item/Items/Armor/Adamantite/Armor_Adamantite_Hands.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Recipe | object |
Armor | object |
MaxDurability | number |
Tags | object |
ItemSoundSetId | string |
DurabilityLossOnHit | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Adamantite_Hands.name"
},
"Parent": "Armor_Iron_Hands",
"Quality": "Rare",
"ItemLevel": 40,
"Icon": "Icons/ItemsGenerated/Amor_Adamantite_Hands.png",
"IconProperties": {
"Rotation": [
21.94,
45.565,
22.5
],
"Scale": 0.645,
"Translation": [
0.7,
-2.3
]
},
"Model": "Items/Armors/Adamantite/Hands.blockymodel",
"Texture": "Items/Armors/Adamantite/Hands_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Adamantite",
"Quantity": 12
},
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Hands"
],
"RequiredTierLevel": 3
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Armor": {
"ArmorSlot": "Hands",
"BaseDamageResistance": 0,
"DamageResistance": {
"Physical": [
{
"Amount": 0.064,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.064,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 11,
"CalculationType": "Additive"
}
]
},
"DamageClassEnhancement": {
"Light": [
{
"Amount": 0.03,
"CalculationType": "Multiplicative"
}
]
}
},
"MaxDurability": 150,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Adamantite"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"DurabilityLossOnHit": 0.5
}