Magnum Break
Lvl: 2 Attack Physical Skill Delay: 2 sec Range: 1.5 Fixed Cast Time: 3

Knocks back all nearby units and deals (Atk115%) fire Dmg. Applies Auto Attacks with fire attribute and gains 20% Atk damage. Lasts 10 sec

Lvl: 1 Attack Physical Skill Delay: 2 sec Range: 1.5 Fixed Cast Time: 3
• Knocks back all nearby units and deals (Atk115%) fire Dmg. Applies Auto Attacks with fire attribute and gains 20% Atk damage. Lasts 10 sec

Formula

function CommonFun.calcDamage_8001(srcUser, targetUser, params, damageParam, logger)
  local damChangePer = damageParam.damChangePer
  local damChangePer1 = damageParam.damChangePer1
  local MaxHp = targetUser:GetProperty("MaxHp")
  local A = MaxHp * damChangePer + damChangePer1
  if A <= 1 then
    return 1
  end
  return A
end

Formula

{
  "id": 70028002,
  "Desc": [
    {
      "id": 16000,
      "params": [
        115,
        20,
        10
      ]
    }
  ],
  "Icon": "skill_16001",
  "Camps": "Enemy",
  "Level": 1,
  "Logic": "SkillSelfRange",
  "Damage": [
    {
      "type": 8001,
      "damChangePer": 0.3,
      "damChangePer1": 0
    }
  ],
  "DescId": "##170424",
  "NameZh": "##157435",
  "SE_hit": "Skill/FireBall_hit",
  "CastAct": "skill_ready",
  "DamTime": {
    "type": 1,
    "value": 4
  },
  "DelayCD": 2,
  "Fire_EP": 3,
  "SE_cast": "Common/Magic_cast",
  "RollType": 1,
  "SkillHit": 0.1,
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 0,
  "Lead_Type": {
    "CCT": 3,
    "FCT": 0,
    "type": 2
  },
  "SE_attack": "Skill/MagnumBreak",
  "SkillType": "Attack",
  "Target_EP": 3,
  "HitEffects": [
    {
      "type": 1,
      "speed": 10,
      "distance": 0.5,
      "direction": "back"
    }
  ],
  "Logic_Param": {
    "range": 2,
    "range_num": 8
  },
  "Launch_Range": 1.5
}