Armor_Thorium_Legs
Server/Item/Items/Armor/Thorium/Armor_Thorium_Legs.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Recipe | object |
Armor | object |
MaxDurability | number |
Tags | object |
ItemSoundSetId | string |
DurabilityLossOnHit | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Thorium_Legs.name"
},
"Parent": "Armor_Iron_Legs",
"Quality": "Rare",
"ItemLevel": 30,
"Icon": "Icons/ItemsGenerated/Armor_Thorium_Legs.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.4,
"Translation": [
0,
-21.6
]
},
"Model": "Items/Armors/Thorium/Legs.blockymodel",
"Texture": "Items/Armors/Thorium/Legs_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 15
},
{
"ItemId": "Ingredient_Leather_Medium",
"Quantity": 6
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 6
},
{
"ItemId": "Ingredient_Sac_Venom",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Legs"
],
"RequiredTierLevel": 2
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Armor": {
"ArmorSlot": "Legs",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Pants",
"Shoes"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.0896,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.0896,
"CalculationType": "Multiplicative"
}
],
"Poison": [
{
"Amount": 0.21,
"CalculationType": "Multiplicative"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 17,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 120,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Thorium"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"DurabilityLossOnHit": 0.5
}