Armor_Kweebec_Chest
Server/Item/Items/Armor/Kweebec/Armor_Kweebec_Chest.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Armor | object |
Tags | object |
MaxDurability | number |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Kweebec_Chest.name"
},
"Parent": "Armor_Iron_Chest",
"ItemLevel": 20,
"Icon": "Icons/ItemsGenerated/Armor_Kweebec_Chest.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.5,
"Translation": [
-0.6,
-19.2
]
},
"Model": "NPC/Intelligent/Kweebec_Sapling/Models/Attachments/Razorleaf/Chest.blockymodel",
"Texture": "NPC/Intelligent/Kweebec_Sapling/Models/Attachments/Razorleaf/Chest_Texture.png",
"Armor": {
"ArmorSlot": "Chest",
"BaseDamageResistance": 0,
"StatModifiers": {
"Health": [
{
"Amount": 17,
"CalculationType": "Additive"
}
]
},
"DamageResistance": {
"Physical": [
{
"Amount": 0.09,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.09,
"CalculationType": "Percent"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Kweebec"
]
},
"MaxDurability": 40,
"Quality": "Uncommon"
}