Armor_QA_Legs
Server/Item/Items/Armor/QA/Armor_QA_Legs.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
Categories | array[1] |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Interactions | object |
Armor | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_QA_Legs.name"
},
"Quality": "Debug",
"ItemLevel": 15,
"PlayerAnimationsId": "Block",
"Categories": [
"Items.Armors"
],
"Icon": "Icons/ItemsGenerated/Armor_Iron_Legs.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.92,
"Translation": [
15,
-33
]
},
"Model": "Items/Armors/Iron/Legs.blockymodel",
"Texture": "Items/Armors/Iron/Legs_Texture.png",
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
}
},
"Armor": {
"ArmorSlot": "Legs",
"BaseDamageResistance": 5,
"DamageResistance": {
"Physical": [
{
"Amount": 0,
"CalculationType": "Flat"
}
],
"Projectile": [
{
"Amount": 0,
"CalculationType": "Flat"
}
]
},
"StatModifiers": {
"Stamina": [
{
"CalculationType": "Additive",
"Amount": 999999.0
}
]
}
},
"MaxDurability": 150,
"DurabilityLossOnHit": 0.0,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Iron"
]
}
}