Armor_Trooper_Chest
Server/Item/Items/Armor/Trooper/Armor_Trooper_Chest.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Armor | object |
Tags | object |
MaxDurability | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Trooper_Chest.name"
},
"Parent": "Armor_Iron_Chest",
"Quality": "Developer",
"ItemLevel": 30,
"Icon": "Icons/ItemsGenerated/Armor_Trooper_Chest.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.5,
"Translation": [
0,
-7.8
]
},
"Model": "Items/Hypixel/Minigames/Space_Swarm/Armors/Chest.blockymodel",
"Texture": "Items/Hypixel/Minigames/Space_Swarm/Armors/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"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Trooper"
]
},
"MaxDurability": 120
}