Armor_Copper_Legs
Server/Item/Items/Armor/Copper/Armor_Copper_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 |
DurabilityLossOnHit | number |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Copper_Legs.name"
},
"Parent": "Armor_Iron_Legs",
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Armor_Copper_Legs.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.355,
"Translation": [
0.6,
-22.2
]
},
"Model": "Items/Armors/Copper/Legs.blockymodel",
"Texture": "Items/Armors/Copper/Legs_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Copper",
"Quantity": 9
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Legs"
]
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Armor": {
"ArmorSlot": "Legs",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Pants",
"Shoes"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.0504,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.0504,
"CalculationType": "Multiplicative"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 7,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 80,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Copper"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"DurabilityLossOnHit": 0.5,
"Quality": "Common"
}