Armor_Prisma_Chest
Server/Item/Items/Armor/Prisma/Armor_Prisma_Chest.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_Chest.name"
},
"Parent": "Armor_Iron_Chest",
"Quality": "Common",
"ItemLevel": 75,
"Icon": "Icons/ItemsGenerated/Armor_Prisma_Chest.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.3,
"Translation": [
-2.4,
-6
]
},
"Model": "Items/Armors/Prisma/Chest.blockymodel",
"Texture": "Items/Armors/Prisma/Chest_Texture.png",
"Armor": {
"ArmorSlot": "Chest",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Overtop"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.09,
"CalculationType": "Multiplicative"
}
],
"Projectile": [
{
"Amount": 0.09,
"CalculationType": "Multiplicative"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 17,
"CalculationType": "Additive"
}
],
"Mana": [
{
"Amount": 20,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 250,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Prisma"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy"
}