Armor_Kweebec_Head
Server/Item/Items/Armor/Kweebec/Armor_Kweebec_Head.json, 1.2 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_Head.name"
},
"Parent": "Armor_Iron_Head",
"ItemLevel": 20,
"Icon": "Icons/ItemsGenerated/Armor_Kweebec_Head.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.55,
"Translation": [
0.6,
-20.4
]
},
"Model": "NPC/Intelligent/Kweebec_Sapling/Models/Attachments/Razorleaf/Head.blockymodel",
"Texture": "NPC/Intelligent/Kweebec_Sapling/Models/Attachments/Razorleaf/Head_Texture.png",
"Armor": {
"ArmorSlot": "Head",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"EarAccessory",
"Ear",
"Haircut",
"HeadAccessory"
],
"StatModifiers": {
"Health": [
{
"Amount": 9,
"CalculationType": "Additive"
}
]
},
"DamageResistance": {
"Physical": [
{
"Amount": 0.05,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.05,
"CalculationType": "Percent"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Kweebec"
]
},
"MaxDurability": 40,
"Quality": "Uncommon"
}