Weapon_Battleaxe_Doomed
Server/Item/Items/Weapon/Battleaxe/Weapon_Battleaxe_Doomed.json, 3.0 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Model | string |
Texture | string |
Icon | string |
PlayerAnimationsId | string |
Quality | string |
ItemLevel | number |
MaxDurability | number |
InteractionVars | object |
Source
{
"Parent": "Template_Weapon_Battleaxe",
"TranslationProperties": {
"Name": "server.items.Weapon_Battleaxe_Doomed.name"
},
"Model": "NPC/Intelligent/Outlander_Brute/Models/Weapons/Battleaxe/Doomed.blockymodel",
"Texture": "NPC/Intelligent/Outlander_Brute/Models/Weapons/Battleaxe/Doomed_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Battleaxe_Doomed.png",
"PlayerAnimationsId": "Outlander_Brute_Axe",
"Quality": "Rare",
"ItemLevel": 30,
"MaxDurability": 75,
"InteractionVars": {
"Swing_Down_Damage": {
"Interactions": [
{
"Parent": "Weapon_Battleaxe_Primary_Swing_Down_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 46
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
"LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
}
}
]
},
"Swing_Down_Left_Damage": {
"Interactions": [
{
"Parent": "Weapon_Battleaxe_Primary_Swing_Down_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 22
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
"LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
}
}
]
},
"Swing_Down_Right_Damage": {
"Interactions": [
{
"Parent": "Weapon_Battleaxe_Primary_Swing_Down_Right_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 28
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
"LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
}
}
]
},
"Downstrike_Damage": {
"Interactions": [
{
"Parent": "Weapon_Battleaxe_Primary_Downstrike_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 36
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 2
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
"LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
}
}
]
},
"Signature_Whirlwind_Damage": {
"Interactions": [
{
"Parent": "Weapon_Battleaxe_Signature_Whirlwind_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 18
}
},
"EntityStatsOnHit": [],
"DamageEffects": {
"WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
"LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
}
}
]
},
"Guard_Wield": {
"Interactions": [
{
"Parent": "Weapon_Battleaxe_Secondary_Guard_Wield",
"StaminaCost": {
"Value": 12.22,
"CostType": "Damage"
}
}
]
}
}
}