Soul Expansion
Lvl: 15 Attack Magic CD: 2 sec SP: 106 Range: 6 Cast Time: 6 Fixed Cast Time: 0.15

Attack an enemy from afar with ghost power, dealing M.Atk * 1340% ghost damage. Deals double damage if target is caught by White Imprison

Lvl: 14 Attack Magic CD: 2 sec SP: 102 Range: 6 Cast Time: 6 Fixed Cast Time: 0.2
• Attack an enemy from afar with ghost power, dealing M.Atk * 1280% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 13 Attack Magic CD: 2 sec SP: 98 Range: 6 Cast Time: 6 Fixed Cast Time: 0.25
• Attack an enemy from afar with ghost power, dealing M.Atk * 1220% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 12 Attack Magic CD: 2 sec SP: 94 Range: 6 Cast Time: 6 Fixed Cast Time: 0.3
• Attack an enemy from afar with ghost power, dealing M.Atk * 1160% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 11 Attack Magic CD: 2 sec SP: 90 Range: 6 Cast Time: 6 Fixed Cast Time: 0.35
• Attack an enemy from afar with ghost power, dealing M.Atk * 1100% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 10 Attack Magic CD: 2 sec SP: 86 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Attack an enemy from afar with ghost power, dealing M.Atk * 1040% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 9 Attack Magic CD: 2 sec SP: 82 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Attack an enemy from afar with ghost power, dealing M.Atk * 980% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 8 Attack Magic CD: 2 sec SP: 78 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Attack an enemy from afar with ghost power, dealing M.Atk * 920% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 7 Attack Magic CD: 2 sec SP: 74 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Attack an enemy from afar with ghost power, dealing M.Atk * 860% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 6 Attack Magic CD: 2 sec SP: 70 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Attack an enemy from afar with ghost power, dealing M.Atk * 800% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 5 Attack Magic CD: 2 sec SP: 66 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Attack an enemy from afar with ghost power, dealing M.Atk * 740% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 4 Attack Magic CD: 2 sec SP: 62 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Attack an enemy from afar with ghost power, dealing M.Atk * 680% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 3 Attack Magic CD: 2 sec SP: 58 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Attack an enemy from afar with ghost power, dealing M.Atk * 620% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 2 Attack Magic CD: 2 sec SP: 54 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Attack an enemy from afar with ghost power, dealing M.Atk * 560% ghost damage. Deals double damage if target is caught by White Imprison
Lvl: 1 Attack Magic CD: 2 sec SP: 50 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Attack an enemy from afar with ghost power, dealing M.Atk * 500% ghost damage. Deals double damage if target is caught by White Imprison

Aesir

• Soul Expansion - Enhance [Soul Expansion] damage +5%

Formula

function CommonFun.calcDamage_2303(srcUser, targetUser, params, damageParam, logger)
  local Luk = srcUser:GetProperty("Luk")
  local Int = srcUser:GetProperty("Int")
  local Vit = srcUser:GetProperty("Vit")
  local MAtk = srcUser:GetProperty("MAtk")
  local MAtkPer = srcUser:GetProperty("MAtkPer")
  local MDamIncrease = CommonFun.calcMDamIncrease(srcUser, targetUser)
  local IgnoreMDef = srcUser:GetProperty("IgnoreMDef")
  if 1 <= IgnoreMDef then
    IgnoreMDef = 1
  end
  local MRefine = srcUser:GetProperty("MRefine")
  local srcAtkElement = CommonFun.GetUserAtkAttr(srcUser, targetUser, params, damageParam)
  local targetDefElement = targetUser:GetProperty("DefAttr")
  local elementparam2 = CommonFun.CalcElementParam2(srcUser, targetUser, params, damageParam, logger)
  local raceparam = CommonFun.CalcRaceParam(srcUser, targetUser, params, damageParam, logger)
  local raceparam2 = CommonFun.CalcRaceParam2(srcUser, targetUser, params, damageParam, logger)
  local bossparam = CommonFun.CalcBossParam(srcUser, targetUser, params, damageParam, logger)
  local bossparam2 = CommonFun.CalcBossParam2(srcUser, targetUser, params, damageParam, logger)
  local MDef2 = targetUser:GetProperty("MDef")
  local MDefPer2 = targetUser:GetProperty("MDefPer")
  local Vit2 = targetUser:GetProperty("Vit")
  local VitPer2 = targetUser:GetProperty("VitPer")
  local Int2 = targetUser:GetProperty("Int")
  local IntPer2 = targetUser:GetProperty("IntPer")
  local MDamReduc2 = CommonFun.calcMDamReDuc(srcUser, targetUser)
  local RefineMDamReduc = targetUser:GetProperty("RefineMDamReduc")
  local damChangePer = damageParam.damChangePer
  local BaseMAtk = Int + math.floor(Int * Int / 100)
  local MAtkFinal = ((MAtk - BaseMAtk) * (1 + MAtkPer) + BaseMAtk) * raceparam * bossparam * bossparam2
  local MDefReduc = CommonFun.CalcMDef(srcUser, targetUser)
  local Num1 = srcUser:GetRunePoint(24040_AESIR_SOUL_EXPANSION_DAMAGE_5)
  local RuneDamage = 1 + Num1 * 0.05
  local card = 1
  if srcUser:HasBuffID(52550_HARPY_CARD_:MAX_STACK_0) then
    card = 1.1
  end
  local GemValue = srcUser:GetGemValue(21131_SOUL_EXPANSION_DAMAGE_PERCENTAGE)
  local GemValue_jy = srcUser:GetGemValue(21132_ADDITIONAL_SOUL_EXPANSION_DAMAGE_AGAINST_TARGETS_IN_WHITE_IMPRISON_STATUS_PERCENTAGE)
  local GemDam = 1 + GemValue / 100000
  if srcUser:HasBuffID(20210130_SOUL_EXPANSION_IGNORES_THE_ENEMY_S_M_DEF_:MAX_STACK_0) then
    MDefReduc = 1
  end
  local Ghost = 1
  local skilllv_qn = srcUser:GetLernedSkillLevel(3110_WHITESMITH:STRONG_WILL_TRANSMISSION)
  if srcUser:HasBuffID(125130_STRONG_WILL_TRANSMISSION_:MAX_STACK_0) then
    Ghost = 1 + skilllv_qn * 0.06
  end
  local A = ((MAtkFinal * MDefReduc * (1 - MDamReduc2) + MRefine) * damChangePer * (1 - RefineMDamReduc) * (1 + MDamIncrease) * CommonFun.calcMagicElement(srcUser, targetUser, params, damageParam) * elementparam2 - Vit2 / 2 * (1 + VitPer2) - Int2 * (1 + IntPer2)) * card * RuneDamage * GemDam * Ghost
  if targetUser:HasBuffID(116810_WHITE_IMPRISON_SNARE_:MAX_STACK_0) then
    A = A * (2 + GemValue_jy / 100000)
  end
  if A <= 1 then
    return 1
  end
  return A
end

Self

{
  "id": 116834,
  "BuffDesc": "Thought DMG Increase",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Thought Element",
  "BuffRate": {
    "Odds": {
      "type": 7160
    }
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AttrChange",
    "GhostAtk": {
      "a": 0,
      "b": 0,
      "c": 21161,
      "type": 5020
    }
  },
  "BuffStateID": 116834
}

Formula

{
  "CD": 2,
  "id": 1167015,
  "Buff": {
    "self": [
      116834
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 1167000,
      "params": [
        1340
      ]
    }
  ],
  "Icon": "skill_1167001",
  "Camps": "Enemy",
  "Level": 15,
  "Logic": "SkillLockedTarget",
  "Damage": [
    {
      "type": 2303,
      "damChangePer": 13.4,
      "elementparam": 8
    }
  ],
  "DescId": "##170395",
  "NameZh": "##169227",
  "SE_hit": "Skill/skill_magic_soulbrust_hit",
  "CastAct": "reading",
  "DamTime": {
    "type": 1,
    "value": 2
  },
  "DelayCD": 0.5,
  "Fire_EP": 3,
  "SE_cast": "Skill/Magic_cast",
  "Pvp_buff": {
    "self": [
      116834
    ]
  },
  "RollType": 2,
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 3,
  "Lead_Type": {
    "CCT": 0.15,
    "FCT": 6,
    "type": 2
  },
  "SE_attack": "Skill/skill_magic_soulbrust_attack",
  "SkillCost": {
    "sp": 106
  },
  "SkillType": "Attack",
  "Target_EP": 3,
  "DamageType": 2,
  "Launch_Range": 6
}