Weapon_Axe_Cobalt
Server/Item/Items/Weapon/Axe/Weapon_Axe_Cobalt.json, 3.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
Quality | string |
ItemLevel | number |
Recipe | object |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Utility | object |
Interactions | object |
InteractionVars | object |
IconProperties | object |
DroppedItemAnimation | string |
MaxDurability | number |
DurabilityLossOnHit | number |
Tags | object |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Axe_Cobalt.name"
},
"Categories": [
"Items.Weapons"
],
"Icon": "Icons/ItemsGenerated/Weapon_Axe_Cobalt.png",
"Quality": "Rare",
"ItemLevel": 35,
"Recipe": {
"TimeSeconds": 4,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Bar_Cobalt",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fabric_Scrap_Shadoweave",
"Quantity": 3
},
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Weapon_Axe"
],
"Id": "Weapon_Bench",
"RequiredTierLevel": 2
}
]
},
"Model": "Items/Weapons/Axe/Cobalt.blockymodel",
"Texture": "Items/Weapons/Axe/Cobalt_Texture.png",
"PlayerAnimationsId": "Axe",
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Axe_Attack"
},
"InteractionVars": {
"Axe_Swing_Down_Left_Effect": {
"Interactions": [
{
"Parent": "Axe_Swing_Down_Left_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Special_Swing"
}
}
]
},
"Axe_Swing_Down_Left_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Down_Left_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 36
},
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Axe_Swing_Up_Right_Effect": {
"Interactions": [
{
"Parent": "Axe_Swing_Up_Right_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Special_Swing"
}
}
]
},
"Axe_Swing_Up_Right_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Up_Right_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 36
},
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Axe_Swing_Left_Charged_Effect": {
"Interactions": [
{
"Parent": "Axe_Swing_Left_Charged_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Weapon_Charge_Swing"
}
}
]
},
"Axe_Swing_Left_Charged_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Left_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 72
},
"Type": "Absolute",
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.35,
"Translation": [
-33,
-33
],
"Rotation": [
45,
90,
0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"MaxDurability": 140,
"DurabilityLossOnHit": 0.56,
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Axe"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}