
Mad Slash
Lvl: 10
Attack
Physical
CD: 6 sec
Range: 3
Inflict neutral Physical DMG of ATK *900% on a single enemy unit that ignores its DEF and increase your ASPD by 50%for 3 seconds
Lvl: 9
Attack
Physical
CD: 6 sec
Range: 3
• Inflict neutral Physical DMG of ATK *850% on a single enemy unit that ignores its DEF and increase your ASPD by 47%for 3 seconds
Lvl: 8
Attack
Physical
CD: 6 sec
Range: 3
• Inflict neutral Physical DMG of ATK *800% on a single enemy unit that ignores its DEF and increase your ASPD by 44%for 3 seconds
Lvl: 7
Attack
Physical
CD: 6 sec
Range: 3
• Inflict neutral Physical DMG of ATK *750% on a single enemy unit that ignores its DEF and increase your ASPD by 41%for 3 seconds
Lvl: 6
Attack
Physical
CD: 6 sec
Range: 3
• Inflict neutral Physical DMG of ATK *700% on a single enemy unit that ignores its DEF and increase your ASPD by 38%for 3 seconds
Lvl: 5
Attack
Physical
CD: 6 sec
Range: 3
• Inflict neutral Physical DMG of ATK *650% on a single enemy unit that ignores its DEF and increase your ASPD by 35%for 3 seconds
Lvl: 4
Attack
Physical
CD: 6 sec
Range: 3
• Inflict neutral Physical DMG of ATK *600% on a single enemy unit that ignores its DEF and increase your ASPD by 32%for 3 seconds
Lvl: 3
Attack
Physical
CD: 6 sec
Range: 3
• Inflict neutral Physical DMG of ATK *550% on a single enemy unit that ignores its DEF and increase your ASPD by 29%for 3 seconds
Lvl: 2
Attack
Physical
CD: 6 sec
Range: 3
• Inflict neutral Physical DMG of ATK *500% on a single enemy unit that ignores its DEF and increase your ASPD by 26%for 3 seconds
Lvl: 1
Attack
Physical
CD: 6 sec
Range: 3
• Inflict neutral Physical DMG of ATK *450% on a single enemy unit that ignores its DEF and increase your ASPD by 23%for 3 seconds
Formula
function CommonFun.calcDamage_43(srcUser, targetUser, params, damageParam, logger)
local Str = srcUser:GetProperty("Str")
local Dex = srcUser:GetProperty("Dex")
local Luk = srcUser:GetProperty("Luk")
local Atk = srcUser:GetProperty("Atk")
local AtkPer = srcUser:GetProperty("AtkPer")
local DamIncrease = srcUser:GetProperty("DamIncrease")
local IgnoreDef = 0
local IgnoreDef1 = srcUser:GetProperty("IgnoreDef")
local IgnoreDef2 = srcUser:GetProperty("IgnoreEquipDef")
if targetUser.boss or targetUser.mini then
IgnoreDef = IgnoreDef1
else
IgnoreDef = IgnoreDef1 + IgnoreDef2
end
if 1 <= IgnoreDef then
IgnoreDef = 1
end
local Refine = srcUser:GetProperty("Refine")
local Def2 = targetUser:GetProperty("Def")
local DefPer2 = targetUser:GetProperty("DefPer")
local Vit2 = targetUser:GetProperty("Vit")
local VitPer2 = targetUser:GetProperty("VitPer")
local DamReduc2 = CommonFun.calcDamReDuc(srcUser, targetUser)
local RefineDamReduc = targetUser:GetProperty("RefineDamReduc")
local damChangePer = damageParam.damChangePer
local raceparam = CommonFun.CalcRaceParam(srcUser, targetUser, params, damageParam, logger)
local bodyparam = CommonFun.CalcBodyParam(srcUser, targetUser, params, damageParam, logger)
local elementparam = CommonFun.CalcElementParam(srcUser, targetUser, params, damageParam, logger)
local bossparam = CommonFun.CalcBossParam(srcUser, targetUser, params, damageParam, logger)
local raceparam2 = CommonFun.CalcRaceParam2(srcUser, targetUser, params, damageParam, logger)
local bodyparam2 = CommonFun.CalcBodyParam2(srcUser, targetUser, params, damageParam, logger)
local elementparam2 = CommonFun.CalcElementParam2(srcUser, targetUser, params, damageParam, logger)
local bossparam2 = CommonFun.CalcBossParam2(srcUser, targetUser, params, damageParam, logger)
local BaseAtk = Str * 2 + math.floor(Str * Str / 100) + math.floor(Dex / 5) + math.floor(Luk / 5)
local AtkFinal = ((Atk - BaseAtk) * (1 + AtkPer) * CommonFun.ShapeCorrection(srcUser, targetUser) * bodyparam * elementparam * elementparam2 + BaseAtk) * raceparam * bossparam * bossparam2
local A = (AtkFinal * (1 - DamReduc2) + Refine) * damChangePer * (1 - RefineDamReduc) * (1 + DamIncrease) - Vit2 * (1 + VitPer2)
if A <= 1 then
return 1
end
return A
end
Self
{
"id": 100035900,
"BuffName": "Mad Slash",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"type": "AttrChange",
"AtkSpd": {
"a": 0.05,
"b": 0,
"type": 1
}
}
}
Formula
{
"CD": 6,
"id": 108180010,
"Buff": {
"self": [
100035900
]
},
"Desc": [
{
"id": 108180010,
"params": [
900,
50
]
}
],
"Icon": "skill_108180001",
"Camps": "Enemy",
"Level": 10,
"Logic": "SkillLockedTarget",
"Damage": [
{
"type": 43,
"damChangePer": 9,
"elementparam": 5
}
],
"DescId": "##304940",
"NameZh": "##304773",
"DamTime": {
"type": 1,
"value": 5
},
"Fire_EP": 3,
"Pvp_buff": {
"self": [
100035900
]
},
"RollType": 1,
"AttackAct": [
"attack"
],
"Attack_EP": 2,
"SkillType": "Attack",
"Target_EP": 3,
"Launch_Range": 3
}