Armor_Leather_Raven_Legs
Server/Item/Items/Armor/Leather_Raven/Armor_Leather_Raven_Legs.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 |
MaxDurability | number |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Leather_Raven_Legs.name"
},
"Parent": "Armor_Iron_Legs",
"ItemLevel": 32,
"Icon": "Icons/ItemsGenerated/Armor_Leather_Raven_Legs.png",
"IconProperties": {
"Rotation": [
22.5,
50.065,
22.5
],
"Scale": 0.67,
"Translation": [
-2.1,
-0.3
]
},
"Model": "Items/Armors/Leather_Raven/Legs.blockymodel",
"Texture": "Items/Armors/Leather_Raven/Legs_Texture.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 4
},
{
"ItemId": "Ingredient_Feathers_Dark",
"Quantity": 3
},
{
"ItemId": "Ingredient_Bolt_Cotton",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Legs"
]
}
],
"KnowledgeRequired": true
},
"Armor": {
"ArmorSlot": "Legs",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Pants",
"Shoes"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.07,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.07,
"CalculationType": "Multiplicative"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 13,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 250,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Leather"
]
},
"ItemSoundSetId": "ISS_Armor_Leather"
}