Debug_Continue_Equip
Server/Item/Items/_Debug/Debug_Continue_Equip.json, 2.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
Categories | array[1] |
Icon | string |
IconProperties | object |
Model | string |
Texture | string |
Recipe | object |
Interactions | object |
Armor | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Continue_Equip.name"
},
"Quality": "Debug",
"ItemLevel": 45,
"PlayerAnimationsId": "Block",
"Categories": [
"Items.Armors"
],
"Icon": "Icons/ItemsGenerated/Amor_Adamantite_Hands.png",
"IconProperties": {
"Rotation": [
21.94,
45.565,
22.5
],
"Scale": 0.645,
"Translation": [
0.7,
-2.3
]
},
"Model": "Items/Armors/Adamantite/Hands.blockymodel",
"Texture": "Items/Armors/Adamantite/Hands_Texture.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Adamantite",
"Quantity": 6
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 1
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "TODO",
"Type": "Crafting",
"Categories": [
"Armor_Hands"
]
}
],
"KnowledgeRequired": false
},
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
},
"Equipped": {
"Interactions": [
{
"Type": "ApplyForce",
"RunTime": 1.5,
"Direction": {
"Y": 1
},
"Force": 15,
"WaitForGround": false,
"VelocityConfig": {
"AirResistance": 0.96,
"GroundResistance": 0.96
}
}
]
}
},
"Armor": {
"ArmorSlot": "Hands",
"BaseDamageResistance": 10,
"CosmeticsToHide": [
"Gloves"
],
"DamageResistance": {
"Physical": [
{
"Amount": 0,
"CalculationType": "Additive"
}
],
"Projectile": [
{
"Amount": 0,
"CalculationType": "Additive"
}
]
},
"StatModifiers": {
"Health": [
{
"Amount": 56,
"CalculationType": "Additive"
}
],
"Mana": [
{
"Amount": 15,
"CalculationType": "Additive"
}
]
}
},
"MaxDurability": 250,
"DurabilityLossOnHit": 1,
"Tags": {
"Type": [
"Armor"
],
"Family": [
"Adamantite"
]
}
}