Armor_Steel_Ancient_Hands
Server/Item/Items/Armor/Steel_Ancient/Armor_Steel_Ancient_Hands.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Recipe | object |
Armor | object |
Tags | object |
MaxDurability | number |
ItemSoundSetId | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Steel_Ancient_Hands.name"
},
"Parent": "Armor_Iron_Hands",
"ItemLevel": 30,
"Icon": "Icons/ItemsGenerated/Armor_Steel_Ancient_Hands.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.8,
"Translation": [
18.6,
-30.6
]
},
"Model": "Items/Armors/Steel/Hands.blockymodel",
"Texture": "Items/Armors/Steel/Hands_Ancient.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Bar_Bronze",
"Quantity": 2
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 1
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Hands"
]
}
],
"KnowledgeRequired": true
},
"Armor": {
"ArmorSlot": "Hands",
"BaseDamageResistance": 0,
"DamageResistance": {
"Physical": [
{
"Amount": 0.04,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.04,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 7,
"CalculationType": "Additive"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Steel"
]
},
"MaxDurability": 75,
"ItemSoundSetId": "ISS_Armor_Heavy",
"Quality": "Rare"
}