Armor_Mithril_Head
Server/Item/Items/Armor/Mithril/Armor_Mithril_Head.json, 1.7 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_Mithril_Head.name"
},
"Parent": "Armor_Iron_Head",
"Quality": "Epic",
"ItemLevel": 50,
"Icon": "Icons/ItemsGenerated/Armor_Mithril_Head.png",
"IconProperties": {
"Rotation": [
15,
45,
15
],
"Scale": 0.5,
"Translation": [
0.6,
-6.6
]
},
"Model": "Items/Armors/Mithril/Head.blockymodel",
"Texture": "Items/Armors/Mithril/Head_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Mithril",
"Quantity": 12
},
{
"ItemId": "Ingredient_Leather_Storm",
"Quantity": 4
},
{
"ItemId": "Ingredient_Void_Essence",
"Quantity": 40
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Head"
],
"RequiredTierLevel": 3
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Armor": {
"ArmorSlot": "Head",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"EarAccessory",
"Ear",
"Haircut",
"HeadAccessory"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.08,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.08,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 14,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 180,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Mithril"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"DurabilityLossOnHit": 0.5
}