Armor_Copper_Chest
Server/Item/Items/Armor/Copper/Armor_Copper_Chest.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Recipe | object |
Armor | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Tags | object |
ItemSoundSetId | string |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Armor_Copper_Chest.name"
},
"Parent": "Armor_Iron_Chest",
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Armor_Copper_Chest.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.415,
"Translation": [
0,
-13.2
]
},
"Model": "Items/Armors/Copper/Chest.blockymodel",
"Texture": "Items/Armors/Copper/Chest_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Copper",
"Quantity": 11
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Id": "Armor_Bench",
"Type": "Crafting",
"Categories": [
"Armor_Chest"
]
}
],
"KnowledgeRequired": false,
"TimeSeconds": 3
},
"Armor": {
"ArmorSlot": "Chest",
"BaseDamageResistance": 0,
"CosmeticsToHide": [
"Overtop"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0.0648,
"CalculationType": "Percent"
}
],
"Projectile": [
{
"Amount": 0.0648,
"CalculationType": "Percent"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 9,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 80,
"DurabilityLossOnHit": 0.5,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Copper"
]
},
"ItemSoundSetId": "ISS_Armor_Heavy",
"Quality": "Common"
}