Armor_Cloth_Silk_Chest
Server/Item/Items/Armor/Cloth_Silk/Armor_Cloth_Silk_Chest.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Recipe | object |
Armor | object |
Tags | object |
MaxDurability | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Cloth_Silk_Chest.name"
},
"Parent": "Armor_Iron_Chest",
"Quality": "Common",
"ItemLevel": 35,
"Icon": "Icons/ItemsGenerated/Armor_Cloth_Silk_Chest.png",
"IconProperties": {
"Rotation": [
9,
47.3,
5.6
],
"Scale": 0.425,
"Translation": [
-4.2,
-30.6
]
},
"Model": "Items/Armors/Silk/Chest.blockymodel",
"Texture": "Items/Armors/Silk/Chest_Texture.png",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Bolt_Silk",
"Quantity": 6
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bar_Cobalt",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Chest"
]
}
],
"KnowledgeRequired": false
},
"Armor": {
"ArmorSlot": "Chest",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Overtop"
],
"StatModifiers": {
"Health": [
{
"Amount": 17,
"CalculationType": "Additive"
}
],
"Mana": [
{
"Amount": 22,
"CalculationType": "Additive"
}
]
},
"DamageResistance": {
"Physical": [
{
"Amount": 0.09,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.09,
"CalculationType": "Percent"
}
]
}
},
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Cloth_Silk"
]
},
"MaxDurability": 120,
"ItemSoundSetId": "ISS_Armor_Cloth"
}