Armor_Iron_Head
Server/Item/Items/Armor/Iron/Armor_Iron_Head.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
ItemSoundSetId | string |
Categories | array[1] |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Recipe | object |
Interactions | object |
Armor | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Iron_Head.name"
},
"Quality": "Uncommon",
"ItemLevel": 20,
"PlayerAnimationsId": "Block",
"ItemSoundSetId": "ISS_Armor_Heavy",
"Categories": [
"Items.Armors"
],
"Icon": "Icons/ItemsGenerated/Armor_Iron_Head.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.5,
"Translation": [
0,
-15
]
},
"Model": "Items/Armors/Iron/Head.blockymodel",
"Texture": "Items/Armors/Iron/Head_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 9
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Head"
]
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
}
},
"Armor": {
"ArmorSlot": "Head",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"EarAccessory",
"Ear",
"Haircut",
"HeadAccessory"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.05,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.05,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 9,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 100,
"DurabilityLossOnHit": 0.5,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Iron"
]
}
}