
Lightning Meteor
Lvl: 10
Attack
Magic
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 170
Range: 7
Cast Time: 7.5
Summon Lighting Meteor in the designated area. Cause 150% of [Thunderbolt] as Wind M.DMG to all enemies in range.
Lvl: 9
Attack
Magic
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 158
Range: 7
Cast Time: 7
• Summon Lighting Meteor in the designated area. Cause 145% of [Thunderbolt] as Wind M.DMG to all enemies in range.
Lvl: 8
Attack
Magic
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 146
Range: 7
Cast Time: 6.5
• Summon Lighting Meteor in the designated area. Cause 140% of [Thunderbolt] as Wind M.DMG to all enemies in range.
Lvl: 7
Attack
Magic
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 134
Range: 7
Cast Time: 6
• Summon Lighting Meteor in the designated area. Cause 135% of [Thunderbolt] as Wind M.DMG to all enemies in range.
Lvl: 6
Attack
Magic
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 122
Range: 7
Cast Time: 5.5
• Summon Lighting Meteor in the designated area. Cause 130% of [Thunderbolt] as Wind M.DMG to all enemies in range.
Lvl: 5
Attack
Magic
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 110
Range: 7
Cast Time: 5
• Summon Lighting Meteor in the designated area. Cause 125% of [Thunderbolt] as Wind M.DMG to all enemies in range.
Lvl: 4
Attack
Magic
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 98
Range: 7
Cast Time: 4.5
• Summon Lighting Meteor in the designated area. Cause 120% of [Thunderbolt] as Wind M.DMG to all enemies in range.
Lvl: 3
Attack
Magic
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 86
Range: 7
Cast Time: 4
• Summon Lighting Meteor in the designated area. Cause 115% of [Thunderbolt] as Wind M.DMG to all enemies in range.
Lvl: 2
Attack
Magic
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 74
Range: 7
Cast Time: 3.5
• Summon Lighting Meteor in the designated area. Cause 110% of [Thunderbolt] as Wind M.DMG to all enemies in range.
Lvl: 1
Attack
Magic
CD: 1.5 sec
Skill Delay: 1.5 sec
SP: 62
Range: 7
Cast Time: 3
• Summon Lighting Meteor in the designated area. Cause 105% of [Thunderbolt] as Wind M.DMG to all enemies in range.
Formula
function CommonFun.calcDamage_14303(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 RangeDam = srcUser:GetProperty("RangeDam")
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 CardNum = srcUser:GetEquipCardNum(7, 23048_HILL_WIND_CARD)
local CardNum2 = srcUser:GetEquipCardNum(7, 24664_HILL_WIND_STAR_CARD)
CardNum = CardNum + CardNum2
local CardXR = CardNum * 0.25 + 1
local Num1 = srcUser:GetRunePoint(143018_AESIR_THUNDERBOLT_DMG_6)
local RuneDamage = 1 + Num1 * 0.06
local GemValue1 = srcUser:GetGemValue(143041_THUNDERBOLT_CRIT_RATE_PERCENTAGE)
local GemValue2 = srcUser:GetGemValue(143042_THUNDERBOLT_CRIT_DMG_PERCENTAGE)
local GemValue3 = srcUser:GetGemValue(143043_THUNDERBOLT_DMG_PERCENTAGE)
local GemDam = 1 + GemValue3 / 100000
local skillID, skillLevel = CommonFun.UnmergeSkillID(params.skillIDAndLevel)
if skillID == 4402_CHRONOMANCER:LIGHTNING_METEOR then
local skilllv_lb = srcUser:GetLernedSkillLevel(1499_GUILLOTINE_CROSS:THUNDERBOLT)
local skilllv_sd = srcUser:GetLernedSkillLevel(4402_CHRONOMANCER:LIGHTNING_METEOR)
damChangePer = (skilllv_lb * 1.8 + 4.2) * (1 + skilllv_sd * 0.05)
end
local A = ((MAtkFinal * MDefReduc * (1 - MDamReduc2) + MRefine) * (1 - RefineMDamReduc) * damChangePer * (1 + MDamIncrease) * CommonFun.calcMagicElement(srcUser, targetUser, params, damageParam) * elementparam2 - Vit2 / 2 * (1 + VitPer2) - Int2 * (1 + IntPer2)) * (1 + RangeDam) * RuneDamage * GemDam * CardXR
local Num2 = srcUser:GetRunePoint(143017_AESIR_THUNDERBOLT_HAS_A_40_CHANCE_TO_CRIT_DAMAGE_18)
local RuneRate = 0
if 0 < Num2 then
RuneRate = 40
end
if CommonFun.IsInRate(RuneRate + GemValue1 / 1000, srcUser:GetRandom()) then
return A * (1 + 0.18 * Num2 + GemValue2 / 100000), CommonFun.DamageType.Crit
end
if A <= 1 then
return 1
end
return A
end

Thunderbolt
Enemy
{
"id": 125241,
"BuffName": "Lightning Meteor - Thunderbolt",
"BuffRate": {
"Odds": {
"a": 4422,
"b": 10,
"c": 0,
"type": 8
}
},
"BuffEffect": {
"id": 1499001,
"Odds": 100,
"type": "UseSkill",
"IsActive": 0
}
}
Formula
{
"CD": 1.5,
"id": 4402010,
"Buff": {
"enemy": [
125241
]
},
"Cost": 1,
"Desc": [
{
"id": 4402000,
"params": [
150
]
}
],
"Icon": "skill_3112001",
"Camps": "Enemy",
"Level": 10,
"Logic": "SkillPointRange",
"Damage": [
{
"type": 14303,
"damChangePer": 0,
"elementparam": 1
}
],
"DescId": "##171534",
"NameZh": "##169716",
"CastAct": "reading",
"DamTime": {
"type": 1,
"value": 1
},
"DelayCD": 1.5,
"Fire_EP": 3,
"SE_cast": "Common/Magic_cast",
"ItemCost": [
{
"id": 12903,
"count": 2100
}
],
"Pvp_buff": {
"enemy": [
125241
]
},
"RollType": 2,
"AttackAct": [
"use_skill"
],
"Attack_EP": 0,
"Lead_Type": {
"CCT": 0,
"FCT": 7.5,
"type": 2
},
"SE_attack": "Skill/Arcane_shandianliuxing",
"SkillCost": {
"sp": 170
},
"SkillType": "Attack",
"Target_EP": 3,
"DamageType": 2,
"Logic_Param": {
"loop": false,
"count": 1,
"range": 3,
"effect": "Eff_LightningMeteor_floor,LowRange_B2",
"interval": 1,
"no_select": 1,
"isCountTrap": 1
},
"Launch_Range": 7,
"ExtraMaxLevel": 1
}