Lightning Bolt
Lvl: 15 Attack Magic Skill Delay: 2.8 sec SP: 82 Range: 6 Cast Time: 3.52 Fixed Cast Time: 0.88

Deals (M.Atk1500%) wind M.Dmg to the target

Lvl: 14 Attack Magic Skill Delay: 2.8 sec SP: 76 Range: 6 Cast Time: 3.52 Fixed Cast Time: 0.88
• Deals (M.Atk1400%) wind M.Dmg to the target
Lvl: 13 Attack Magic Skill Delay: 2.8 sec SP: 70 Range: 6 Cast Time: 3.52 Fixed Cast Time: 0.88
• Deals (M.Atk1300%) wind M.Dmg to the target
Lvl: 12 Attack Magic Skill Delay: 2.8 sec SP: 64 Range: 6 Cast Time: 3.52 Fixed Cast Time: 0.88
• Deals (M.Atk1200%) wind M.Dmg to the target
Lvl: 11 Attack Magic Skill Delay: 2.8 sec SP: 58 Range: 6 Cast Time: 3.52 Fixed Cast Time: 0.88
• Deals (M.Atk1100%) wind M.Dmg to the target
Lvl: 10 Attack Magic Skill Delay: 2.8 sec SP: 52 Range: 6 Cast Time: 3.52 Fixed Cast Time: 0.88
• Deals (M.Atk1000%) wind M.Dmg to the target
Lvl: 9 Attack Magic Skill Delay: 2.6 sec SP: 46 Range: 6 Cast Time: 3.2 Fixed Cast Time: 0.8
• Deals (M.Atk900%) wind M.Dmg to the target
Lvl: 8 Attack Magic Skill Delay: 2.4 sec SP: 40 Range: 6 Cast Time: 2.88 Fixed Cast Time: 0.72
• Deals (M.Atk800%) wind M.Dmg to the target
Lvl: 7 Attack Magic Skill Delay: 2.2 sec SP: 34 Range: 6 Cast Time: 2.56 Fixed Cast Time: 0.64
• Deals (M.Atk700%) wind M.Dmg to the target
Lvl: 6 Attack Magic Skill Delay: 2 sec SP: 28 Range: 6 Cast Time: 2.24 Fixed Cast Time: 0.56
• Deals (M.Atk600%) wind M.Dmg to the target
Lvl: 5 Attack Magic Skill Delay: 1.8 sec SP: 22 Range: 6 Cast Time: 1.92 Fixed Cast Time: 0.48
• Deals (M.Atk500%) wind M.Dmg to the target
Lvl: 4 Attack Magic Skill Delay: 1.6 sec SP: 19 Range: 6 Cast Time: 1.6 Fixed Cast Time: 0.4
• Deals (M.Atk400%) wind M.Dmg to the target
Lvl: 3 Attack Magic Skill Delay: 1.4 sec SP: 16 Range: 6 Cast Time: 1.28 Fixed Cast Time: 0.3
• Deals (M.Atk300%) wind M.Dmg to the target
Lvl: 2 Attack Magic Skill Delay: 1.2 sec SP: 13 Range: 6 Cast Time: 0.96 Fixed Cast Time: 0.24
• Deals (M.Atk200%) wind M.Dmg to the target
Lvl: 1 Attack Magic Skill Delay: 1 sec SP: 10 Range: 6 Cast Time: 0.64 Fixed Cast Time: 0.16
• Deals (M.Atk100%) wind M.Dmg to the target

Aesir

• Element Diffusion [Fire Bolt] [Cold Bolt] [Lightning Bolt] splashes to 3 targets, dealing splash damage equal to 5% skill damage. SP Cost +25%%
• Element Diffusion - Empower Splash Damage of [Element Diffusion] +2%
• Element Diffusion - Empower Splash Damage of Element Diffusion +2%
• Element Concentration Increases the damage of [Fire Bolt], [Cold Bolt], [Lightning Bolt] and [Chronology Bolt] by 10%.
• Element Concentration Increases the damage of [Fire Bolt], [Cold Bolt], [Lightning Bolt] and [Chronology Bolt] by 10%.

Formula

function CommonFun.calcDamage_31(srcUser, targetUser, params, damageParam, logger)
  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 damChangePer1 = damageParam.damChangePer1
  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(22160_AESIR_INCREASES_THE_DAMAGE_OF_FIRE_BOLT_COLD_BOLT_LIGHTNING_BOLT_AND_CHRONOLOGY_BOLT_BY_10)
  local Num2 = srcUser:GetRunePoint(22161_AESIR_INCREASES_THE_DAMAGE_OF_FIRE_BOLT_COLD_BOLT_LIGHTNING_BOLT_AND_CHRONOLOGY_BOLT_BY_10)
  local RuneDamage = (Num1 + Num2) * 0.1 + 1
  local taozhuang1 = 1
  if srcUser:HasBuffID(91000470_SAGE_S_BOOK_TELEKINETIC_ORB_:MAX_STACK_0) or srcUser:HasBuffID(91000770_SAGE_S_HANDBOOK_TELEKINETIC_ORB_:MAX_STACK_0) or srcUser:HasBuffID(91001490_SAGE_S_BOOK_CONTRACT_JEWELERY_:MAX_STACK_0) or srcUser:HasBuffID(91001500_SAGE_S_HANDBOOK_CONTRACT_JEWELERY_:MAX_STACK_0) then
    taozhuang1 = 1.15
  end
  local Ring1 = srcUser:GetEquipedID(7_WEAPON)
  local RefineLv = srcUser:GetEquipedRefineLv(7_WEAPON)
  if Ring1 == 63440_SAGE_S_HANDBOOK_1 or Ring1 == 163440_SAGE_S_HANDBOOK_2 then
    taozhuang1 = RefineLv * 0.01 + taozhuang1
  end
  if srcUser:HasBuffID(90004514_SAGE_S_HANDBOOK_1_T5_:MAX_STACK_0) then
    taozhuang1 = taozhuang1 + 0.15
  end
  local BaseLvDamage = 0
  local skillID, skillLevel = CommonFun.UnmergeSkillID(params.skillIDAndLevel)
  local CardXR = 1
  local CardNum = srcUser:GetEquipCardNum(7, 23048_HILL_WIND_CARD)
  local CardNum2 = srcUser:GetEquipCardNum(7, 24664_HILL_WIND_STAR_CARD)
  CardNum = CardNum + CardNum2
  if skillID == 107_KNIGHT:LIGHTNING_BOLT then
    CardXR = CardNum * 0.25 + 1
    local IBaseLv = srcUser.BaseLv
    if srcUser:HasBuffID(42110_FLUORESCENCE_:MAX_STACK_0) then
      BaseLvDamage = IBaseLv * 15
    end
    if srcUser:HasBuffID(42120_MJOLNIR_SPELLBOOK_:MAX_STACK_0) then
      BaseLvDamage = IBaseLv * 15
    end
  end
  local GemValue = srcUser:GetGemValue(82073_LIGHTNING_BOLT_DMG_PERCENTAGE)
  local GemDam = 1 + GemValue / 100000
  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) + damChangePer1) * RuneDamage * taozhuang1 * GemDam * CardXR + BaseLvDamage
  if A <= 1 then
    return 1
  end
  return A
end

Self

{
  "id": 116832,
  "BuffDesc": "Wind Damage up",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Wind element",
  "BuffRate": {
    "Odds": {
      "a": 1163,
      "b": 100,
      "c": 0,
      "type": 8
    }
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AttrChange",
    "WindAtk": {
      "type": 4010
    },
    "NormalAtk": {
      "a": 0,
      "b": 0,
      "c": 21112,
      "type": 5010
    },
    "extra_attr": {
      "WindAtk": {
        "a": 3103,
        "b": 0.01,
        "c": 0,
        "type": 8
      }
    },
    "NormalAtkDam": {
      "a": 0,
      "b": 0,
      "c": 21111,
      "type": 5020
    }
  },
  "BuffStateID": 116832
}

Formula

{
  "id": 107015,
  "Buff": {
    "self": [
      116832
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 107000,
      "params": [
        1500
      ]
    }
  ],
  "Icon": "skill_84001",
  "Camps": "Enemy",
  "Level": 15,
  "Logic": "SkillLockedTarget",
  "Damage": [
    {
      "type": 31,
      "damChangePer": 15,
      "elementparam": 1,
      "damChangePer1": 200
    }
  ],
  "DescId": "##170239",
  "NameZh": "##169268",
  "CastAct": "reading",
  "DamTime": {
    "type": 1,
    "value": 10
  },
  "DelayCD": 2.8,
  "Fire_EP": 3,
  "SE_cast": "Skill/Magic_cast",
  "Pvp_buff": {
    "self": [
      116832
    ]
  },
  "RollType": 2,
  "AttackAct": [
    "use_magic"
  ],
  "Attack_EP": 3,
  "Lead_Type": {
    "CCT": 0.88,
    "FCT": 3.52,
    "type": 2
  },
  "PeakLevel": 5,
  "SE_attack": "Skill/skill_magic_thundershock_attack",
  "SkillCost": {
    "sp": 82
  },
  "SkillType": "Attack",
  "Target_EP": 2,
  "DamageType": 2,
  "Launch_Range": 6
}