Armor_Leather_Raven_Head
Server/Item/Items/Armor/Leather_Raven/Armor_Leather_Raven_Head.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
ItemLevel | number |
Icon | string |
Model | string |
Texture | string |
Recipe | object |
Armor | object |
Tags | object |
MaxDurability | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Leather_Raven_Head.name"
},
"Parent": "Armor_Iron_Head",
"ItemLevel": 32,
"Icon": "Icons/ItemsGenerated/Armor_Leather_Raven_Head.png",
"Model": "Items/Armors/Leather_Raven/Head.blockymodel",
"Texture": "Items/Armors/Leather_Raven/Head_Texture.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 3
},
{
"ItemId": "Ingredient_Feathers_Dark",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bolt_Cotton",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Head"
]
}
],
"KnowledgeRequired": true
},
"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"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Leather"
]
},
"MaxDurability": 120,
"ItemSoundSetId": "ISS_Armor_Leather"
}