Armor_Thorium_Hands
Server/Item/Items/Armor/Thorium/Armor_Thorium_Hands.json, 1.8 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_Hands.name"
},
"Parent": "Armor_Iron_Hands",
"Quality": "Rare",
"ItemLevel": 30,
"Icon": "Icons/ItemsGenerated/Armor_Thorium_Hands.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.92,
"Translation": [
15,
3
]
},
"Model": "Items/Armors/Thorium/Hands.blockymodel",
"Texture": "Items/Armors/Thorium/Hands_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 9
},
{
"ItemId": "Ingredient_Leather_Medium",
"Quantity": 3
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 3
},
{
"ItemId": "Ingredient_Sac_Venom",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Hands"
],
"RequiredTierLevel": 2
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Armor": {
"ArmorSlot": "Hands",
"BaseDamageResistance": 0,
"DamageResistance": {
"Physical": [
{
"Amount": 0.0512,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.0512,
"CalculationType": "Percent"
}
],
"Poison": [
{
"Amount": 0.12,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 10,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 120,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Thorium"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"DurabilityLossOnHit": 0.5
}