Armor_Prisma_Hands
Server/Item/Items/Armor/Prisma/Armor_Prisma_Hands.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Armor | object |
MaxDurability | number |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Prisma_Hands.name"
},
"Parent": "Armor_Iron_Hands",
"Quality": "Common",
"ItemLevel": 75,
"Icon": "Icons/ItemsGenerated/Armor_Prisma_Hands.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.6,
"Translation": [
-2.4,
-2.4
]
},
"Model": "Items/Armors/Prisma/Hands.blockymodel",
"Texture": "Items/Armors/Prisma/Hands_Texture.png",
"Armor": {
"ArmorSlot": "Hands",
"BaseDamageResistance": 0,
"DamageResistance": {
"Physical": [
{
"Amount": 0.04,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.04,
"CalculationType": "Multiplicative"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 7,
"CalculationType": "Additive"
}
],
"Mana": [
{
"Amount": 36,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 250,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Prisma"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy"
}