Armor_Prisma_Legs
Server/Item/Items/Armor/Prisma/Armor_Prisma_Legs.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_Legs.name"
},
"Parent": "Armor_Iron_Legs",
"Quality": "Common",
"ItemLevel": 75,
"Icon": "Icons/ItemsGenerated/Armor_Prisma_Legs.png",
"IconProperties": {
"Scale": 0.415,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
-1.2,
-22.2
]
},
"Model": "Items/Armors/Prisma/Legs.blockymodel",
"Texture": "Items/Armors/Prisma/Legs_Texture.png",
"Armor": {
"ArmorSlot": "Legs",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Pants",
"Shoes"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.07,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.07,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 13,
"CalculationType": "Additive"
}
],
"Mana": [
{
"Amount": 28,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 250,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Prisma"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy"
}