Armor_Leather_Light_Head
Server/Item/Items/Armor/Leather_Light/Armor_Leather_Light_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 |
Tags | object |
MaxDurability | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Leather_Light_Head.name"
},
"Parent": "Armor_Iron_Head",
"Quality": "Common",
"ItemLevel": 15,
"Icon": "Icons/ItemsGenerated/Armor_Leather_Light_Head.png",
"IconProperties": {
"Rotation": [
22.5,
47.815,
22.5
],
"Scale": 0.5,
"Translation": [
-1.5,
-12.3
]
},
"Model": "Items/Armors/Leather_Light/Head.blockymodel",
"Texture": "Items/Armors/Leather_Light/Head_Texture.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 3
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bolt_Wool",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Head"
]
}
],
"KnowledgeRequired": false
},
"Armor": {
"ArmorSlot": "Head",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"EarAccessory",
"Ear",
"Haircut",
"HeadAccessory"
],
"StatModifiers": {
"Health": [
{
"Amount": 9,
"CalculationType": "Additive"
}
]
},
"DamageResistance": {
"Physical": [
{
"Amount": 0.05,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.05,
"CalculationType": "Percent"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Leather"
]
},
"MaxDurability": 120,
"ItemSoundSetId": "ISS_Armor_Leather"
}