Super - Long Star Wave
Lvl: 10 Attack Physical CD: 12 sec Skill Delay: 1.5 sec SP: 300 Range: 10 Fixed Cast Time: 1.5

The Ancient Artifact User holds their sword upright, the sword's light extending into the sky. After 1.5s of fixed chanting, they cleave, dealing P.DMG equal to P.ATK*(4500%+STR/20) to all enemies in the 3*13 area in front of them, inflicting attackable [Blackhole] on them. Lasts 3s. Direction of the attack can be changed anytime during the chanting.

If the enemy is within 5m, deals 50% more DMG.

Lvl: 9 Attack Physical CD: 12 sec Skill Delay: 1.5 sec SP: 300 Range: 10 Fixed Cast Time: 1.5
• The Ancient Artifact User holds their sword upright, the sword's light extending into the sky. After 1.5s of fixed chanting, they cleave, dealing P.DMG equal to P.ATK*(4200%+STR/20) to all enemies in the 3*13 area in front of them, inflicting attackable [Blackhole] on them. Lasts 3s. Direction of the attack can be changed anytime during the chanting. If the enemy is within 5m, deals 50% more DMG.
Lvl: 8 Attack Physical CD: 12 sec Skill Delay: 1.5 sec SP: 300 Range: 10 Fixed Cast Time: 1.5
• The Ancient Artifact User holds their sword upright, the sword's light extending into the sky. After 1.5s of fixed chanting, they cleave, dealing P.DMG equal to P.ATK*(3900%+STR/20) to all enemies in the 3*13 area in front of them, inflicting attackable [Blackhole] on them. Lasts 3s. Direction of the attack can be changed anytime during the chanting. If the enemy is within 5m, deals 50% more DMG.
Lvl: 7 Attack Physical CD: 12 sec Skill Delay: 1.5 sec SP: 300 Range: 10 Fixed Cast Time: 1.5
• The Ancient Artifact User holds their sword upright, the sword's light extending into the sky. After 1.5s of fixed chanting, they cleave, dealing P.DMG equal to P.ATK*(3600%+STR/20) to all enemies in the 3*13 area in front of them, inflicting attackable [Blackhole] on them. Lasts 3s. Direction of the attack can be changed anytime during the chanting. If the enemy is within 5m, deals 50% more DMG.
Lvl: 6 Attack Physical CD: 12 sec Skill Delay: 1.5 sec SP: 300 Range: 10 Fixed Cast Time: 1.5
• The Ancient Artifact User holds their sword upright, the sword's light extending into the sky. After 1.5s of fixed chanting, they cleave, dealing P.DMG equal to P.ATK*(3300%+STR/20) to all enemies in the 3*13 area in front of them, inflicting attackable [Blackhole] on them. Lasts 3s. Direction of the attack can be changed anytime during the chanting. If the enemy is within 5m, deals 50% more DMG.
Lvl: 5 Attack Physical CD: 12 sec Skill Delay: 1.5 sec SP: 300 Range: 10 Fixed Cast Time: 1.5
• The Ancient Artifact User holds their sword upright, the sword's light extending into the sky. After 1.5s of fixed chanting, they cleave, dealing P.DMG equal to P.ATK*(3000%+STR/20) to all enemies in the 3*13 area in front of them, inflicting attackable [Blackhole] on them. Lasts 3s. Direction of the attack can be changed anytime during the chanting. If the enemy is within 5m, deals 50% more DMG.
Lvl: 4 Attack Physical CD: 12 sec Skill Delay: 1.5 sec SP: 300 Range: 10 Fixed Cast Time: 1.5
• The Ancient Artifact User holds their sword upright, the sword's light extending into the sky. After 1.5s of fixed chanting, they cleave, dealing P.DMG equal to P.ATK*(2700%+STR/20) to all enemies in the 3*13 area in front of them, inflicting attackable [Blackhole] on them. Lasts 3s. Direction of the attack can be changed anytime during the chanting. If the enemy is within 5m, deals 50% more DMG.
Lvl: 3 Attack Physical CD: 12 sec Skill Delay: 1.5 sec SP: 300 Range: 10 Fixed Cast Time: 1.5
• The Ancient Artifact User holds their sword upright, the sword's light extending into the sky. After 1.5s of fixed chanting, they cleave, dealing P.DMG equal to P.ATK*(2400%+STR/20) to all enemies in the 3*13 area in front of them, inflicting attackable [Blackhole] on them. Lasts 3s. Direction of the attack can be changed anytime during the chanting. If the enemy is within 5m, deals 50% more DMG.
Lvl: 2 Attack Physical CD: 12 sec Skill Delay: 1.5 sec SP: 300 Range: 10 Fixed Cast Time: 1.5
• The Ancient Artifact User holds their sword upright, the sword's light extending into the sky. After 1.5s of fixed chanting, they cleave, dealing P.DMG equal to P.ATK*(2100%+STR/20) to all enemies in the 3*13 area in front of them, inflicting attackable [Blackhole] on them. Lasts 3s. Direction of the attack can be changed anytime during the chanting. If the enemy is within 5m, deals 50% more DMG.
Lvl: 1 Attack Physical CD: 12 sec Skill Delay: 1.5 sec SP: 300 Range: 10 Fixed Cast Time: 1.5
• The Ancient Artifact User holds their sword upright, the sword's light extending into the sky. After 1.5s of fixed chanting, they cleave, dealing P.DMG equal to P.ATK*(1800%+STR/20) to all enemies in the 3*13 area in front of them, inflicting attackable [Blackhole] on them. Lasts 3s. Direction of the attack can be changed anytime during the chanting. If the enemy is within 5m, deals 50% more DMG.

Formula

function CommonFun.calcDamage_69501(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 Vit = srcUser:GetProperty("Vit")
  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 Hp2 = targetUser:GetProperty("Hp")
  local MaxHp2 = targetUser:GetProperty("MaxHp")
  local damChangePer = damageParam.damChangePer
  local AttrEffect = srcUser:GetProperty("AttrEffect")
  local bits = CommonFun.getBits(AttrEffect)
  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 DefReduc = CommonFun.CalcDef(srcUser, targetUser)
  local ShortRangeDamReduc2 = targetUser:GetProperty("ShortRangeDamReduc")
  local skilllv_jz = srcUser:GetLernedSkillLevel(2777_SAINT:COSMIC_RING)
  local skillID, skillLevel = CommonFun.UnmergeSkillID(params.skillIDAndLevel)
  if skillID == 2773_SAINT:SUPER_LONG_STAR_WAVE or skillID == 2782_SAINT:SUPER_LONG_STAR_WAVE then
    damChangePer = damChangePer + Str / 20
    local targetid = targetUser:GetGuid()
    local distance = srcUser:GetDistance(targetid)
    if distance <= 5 then
      damChangePer = damChangePer * 1.5
    end
  end
  local DifferentWorldUncle = 1
  if skillID == 2772_SAINT:SIDE_SPLIT or skillID == 2781_SAINT:SIDE_SPLIT then
    local GemValue = srcUser:GetGemValue(209131_WHEN_YOU_USE_SIDE_SPLIT_CONSECUTIVELY_INCREASES_THE_DMG_OF_SIDE_SPLIT_BY_PERCENTAGE)
    local LastSkill = srcUser:GetLastUseSkillBigID()
    if LastSkill == 2772 or LastSkill == 2781 then
      damChangePer = damChangePer * (1 + GemValue / 100000)
    end
    local RefineLv7 = srcUser:GetEquipedRefineLv(7_WEAPON)
    if srcUser:HasBuffID(23050_23_:MAX_STACK_0) then
      DifferentWorldUncle = DifferentWorldUncle + 0.01 * RefineLv7
    end
    if srcUser:HasBuffID(23060_23_:MAX_STACK_0) then
      DifferentWorldUncle = DifferentWorldUncle + 0.02 * RefineLv7
    end
  end
  if targetUser:HasBuffID(138080_COSMIC_RING_:MAX_STACK_0) then
    damChangePer = damChangePer * (1 + skilllv_jz * 0.1)
  end
  local A = ((AtkFinal * DefReduc * (1 - DamReduc2) + Refine) * damChangePer * (1 - RefineDamReduc) * (1 + DamIncrease - ShortRangeDamReduc2) - Vit2 * (1 + VitPer2)) * DifferentWorldUncle
  if A <= 1 then
    return 1
  end
  return A
end

Enemy

{
  "id": 138021,
  "BuffName": "Blackhole",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "DelBuff",
    "dead_clear": 1,
    "dead_clear_except": [
      138022,
      138026,
      119302
    ]
  },
  "BuffStateID": 138021
}

Enemy

{
  "id": 138025,
  "BuffName": "23",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "id": [
      138021,
      138026
    ],
    "Odds": 100,
    "type": "AddBuff"
  }
}

Enemy

{
  "id": 138026,
  "BuffDesc": "Blackhole: You can't do anything.",
  "BuffIcon": "skillbuff_2773001",
  "BuffName": "Blackhole",
  "BuffRate": {
    "Odds": 100
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "LimitUseItem",
    "Freeze": 1,
    "NoMove": 1,
    "NoSkill": 1,
    "NoAttack": 1,
    "FuncLimit": [
      1
    ],
    "forbid_all": 1
  },
  "BuffStateID": 116481
}
Super - Long Star Wave

Enemy

{
  "id": 138033,
  "BuffName": "23",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "time": 0.3,
    "type": "AfterTime"
  },
  "BuffEffect": {
    "id": 2784001,
    "Odds": 100,
    "type": "UseSkill",
    "IsActive": 0
  }
}
Super - Long Star Wave

Enemy

{
  "id": 138035,
  "BuffName": "23",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "c": 138003,
      "type": 5040
    }
  },
  "Condition": {
    "time": 0.5,
    "type": "AfterTime"
  },
  "BuffEffect": {
    "id": 2784001,
    "Odds": 100,
    "type": "UseSkill",
    "IsActive": 0,
    "need_cost": 1
  }
}

Formula

{
  "CD": 12,
  "id": 2773010,
  "Buff": {
    "enemy": [
      138025,
      138033,
      138035
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2773000,
      "params": [
        4500
      ]
    }
  ],
  "Icon": "skill_2773001",
  "Camps": "Enemy",
  "Level": 10,
  "Logic": "SkillDirectionRect",
  "Damage": [
    {
      "type": 69501,
      "damChangePer": 45
    }
  ],
  "DescId": "##3364130",
  "NameZh": "##3352281",
  "CastAct": "skill_ready_uncleerufu",
  "DamTime": {
    "type": 1,
    "value": 5
  },
  "DelayCD": 1.5,
  "Fire_EP": 3,
  "SE_cast": "Skill/sfx_aierjia_starchop_aim_01",
  "Pvp_buff": {
    "enemy": [
      138025,
      138033,
      138035
    ]
  },
  "RollType": 1,
  "SkillHit": 0.5,
  "AttackAct": [
    "use_skill3"
  ],
  "Attack_EP": 2,
  "Lead_Type": {
    "CCT": 1.5,
    "FCT": 0,
    "type": 2
  },
  "SE_attack": "Skill/sfx_aierjia_starchop_attack_01",
  "SkillCost": {
    "sp": 300
  },
  "SkillType": "Attack",
  "Target_EP": 3,
  "DamageType": 1,
  "Logic_Param": {
    "width": 3,
    "distance": 13,
    "range_num": 10,
    "chant_buff": [
      138110
    ],
    "must_debuff": 1,
    "point_effect": "Eff_Doram_Boar_buff",
    "canShiftPoint": 1,
    "com_cd_skills": [
      2782
    ],
    "forward_offset": 0,
    "noReadingEffect": 1
  },
  "Launch_Range": 10,
  "AttackEffects": [
    {
      "time": 0.5,
      "type": 2,
      "curve": 1,
      "delay": 350,
      "range": 0.1
    }
  ],
  "FashionCastAct": "Skill_ready",
  "FashionAttackAct": "attack3_Huuma"
}