
Jupitel Thunder
Lvl: 10
Attack
Magic
SP: 96
Range: 6
Cast Time: 5.6
Fixed Cast Time: 1.12
Attacks the target with lightning balls, dealing (M.Atk1200%) wind M.Dmg and knocking it back for 5m (Knock back is invalid in PVP)
Lvl: 9
Attack
Magic
SP: 88
Range: 6
Cast Time: 5.2
Fixed Cast Time: 1.04
• Attacks the target with lightning balls, dealing (M.Atk1120%) wind M.Dmg and knocking it back for 5m (Knock back is invalid in PVP)
Lvl: 8
Attack
Magic
SP: 80
Range: 6
Cast Time: 4.8
Fixed Cast Time: 0.96
• Attacks the target with lightning balls, dealing (M.Atk1040%) wind M.Dmg and knocking it back for 4m (Knock back is invalid in PVP)
Lvl: 7
Attack
Magic
SP: 72
Range: 6
Cast Time: 4.4
Fixed Cast Time: 0.88
• Attacks the target with lightning balls, dealing (M.Atk960%) wind M.Dmg and knocking it back for 4m (Knock back is invalid in PVP)
Lvl: 6
Attack
Magic
SP: 64
Range: 6
Cast Time: 4
Fixed Cast Time: 0.8
• Attacks the target with lightning balls, dealing (M.Atk880%) wind M.Dmg and knocking it back for 4m (Knock back is invalid in PVP)
Lvl: 5
Attack
Magic
SP: 56
Range: 6
Cast Time: 3.6
Fixed Cast Time: 0.72
• Attacks the target with lightning balls, dealing (M.Atk800%) wind M.Dmg and knocking it back for 3m (Knock back is invalid in PVP)
Lvl: 4
Attack
Magic
SP: 48
Range: 6
Cast Time: 3.2
Fixed Cast Time: 0.64
• Attacks the target with lightning balls, dealing (M.Atk720%) wind M.Dmg and knocking it back for 3m (Knock back is invalid in PVP)
Lvl: 3
Attack
Magic
SP: 40
Range: 6
Cast Time: 2.8
Fixed Cast Time: 0.56
• Attacks the target with lightning balls, dealing (M.Atk640%) wind M.Dmg and knocking it back for 3m (Knock back is invalid in PVP)
Lvl: 2
Attack
Magic
SP: 30
Range: 6
Cast Time: 2.4
Fixed Cast Time: 0.48
• Attacks the target with lightning balls, dealing (M.Atk560%) wind M.Dmg and knocking it back for 2m (Knock back is invalid in PVP)
Lvl: 1
Attack
Magic
SP: 24
Range: 6
Cast Time: 2
Fixed Cast Time: 0.4
• Attacks the target with lightning balls, dealing (M.Atk480%) wind M.Dmg and knocking it back for 2m (Knock back is invalid in PVP)
Formula
function CommonFun.calcDamage_30(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 CardXR = 1
local CardNum = srcUser:GetEquipCardNum(7, 23048_HILL_WIND_CARD)
local CardNum2 = srcUser:GetEquipCardNum(7, 24664_HILL_WIND_STAR_CARD)
CardNum = CardNum + CardNum2
local skillID, skillLevel = CommonFun.UnmergeSkillID(params.skillIDAndLevel)
if skillID == 84_SWORDSMAN:JUPITEL_THUNDER then
CardXR = CardNum * 0.25 + 1
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)) * CardXR
if skillID == 1930_SNIPER:HEAVY_SLASH then
local MDamSpike = srcUser:GetProperty("MDamSpike_MPEN")
MAtkFinal = (MAtk - BaseMAtk) * (1 + MAtkPer) + BaseMAtk
A = (MAtkFinal * (1 + MDamSpike) + MRefine) * damChangePer * (1 - RefineMDamReduc) * (1 + MDamIncrease)
end
if skillID == 1500_GUILLOTINE_CROSS:ICE_WALL then
local Num1 = srcUser:GetRunePoint(143026_AESIR_ICE_WALL_DAMAGE_INCREASES_BY_10)
A = A * (1 + Num1 * 0.1)
end
if skillID == 3209_MECHANIC:CHRONOLOGY_BOLT then
local skilllv_1 = srcUser:GetLernedSkillLevel(3226_MECHANIC:CHRONOLOGY_BOLT_ENHANCE)
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
if srcUser:HasBuffID(90004514_SAGE_S_HANDBOOK_1_T5_:MAX_STACK_0) then
taozhuang1 = taozhuang1 + 0.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
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 GemKj = 0
local GemSj = 0
if srcUser:HasBuffID(126122_CHRONOLOGY_BOLT_TIME_FIELD_:MAX_STACK_0) then
GemSj = srcUser:GetGemValue(82151_WHILE_YOU_ARE_IN_TIME_FIELD_INCREASE_CHRONOLOGY_BOLT_DMG_BY_PERCENTAGE)
end
local GemDam = 1 + GemSj / 100000
A = A * (1 + skilllv_1 * 0.06) * taozhuang1 * RuneDamage * GemDam
end
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": 84010,
"Buff": {
"self": [
116832
]
},
"Cost": 1,
"Desc": [
{
"id": 84000,
"params": [
1200,
5
]
}
],
"Icon": "skill_82001",
"Camps": "Enemy",
"Level": 10,
"Logic": "SkillLockedTarget",
"Damage": [
{
"type": 30,
"damChangePer": 12,
"elementparam": 1
}
],
"DescId": "##170976",
"NameZh": "##169828",
"CastAct": "reading",
"DamTime": {
"type": 1,
"value": 10
},
"DelayCD": 0.1,
"Fire_EP": 3,
"SE_cast": "Skill/Magic_cast",
"SE_fire": "Skill/skill_magic_thunderhowl_attack_01",
"Pvp_buff": {
"self": [
116832
]
},
"RollType": 2,
"AttackAct": [
"use_magic"
],
"Attack_EP": 3,
"Lead_Type": {
"CCT": 1.12,
"FCT": 5.6,
"type": 2
},
"SkillCost": {
"sp": 96
},
"SkillType": "Attack",
"Target_EP": 3,
"DamageType": 2,
"HitEffects": [
{
"type": 1,
"speed": 10,
"no_pvp": 1,
"distance": 5,
"direction": "back"
}
],
"Logic_Param": {
"emit": {
"type": 1,
"speed": 60,
"effect": "JupitelThunder,none",
"single_fire": true
}
},
"Launch_Range": 6
}