
Frost Nova
Lvl: 15
Buff
Skill Delay: 1 sec
SP: 34
Freezes air around, has a 83% chance to freeze all nearby enemies for 15 sec. Targets not froze will suffer (M.Atk*250%) water M.Dmg
Lvl: 14
Buff
Skill Delay: 1 sec
SP: 38
Fixed Cast Time: 0.8
• Freezes air around, has a 83% chance to freeze all nearby enemies for 15 sec. Targets not froze will suffer (M.Atk*240%) water M.Dmg
Lvl: 13
Buff
Skill Delay: 1 sec
SP: 42
Fixed Cast Time: 1.6
• Freezes air around, has a 83% chance to freeze all nearby enemies for 15 sec. Targets not froze will suffer (M.Atk*230%) water M.Dmg
Lvl: 12
Buff
Skill Delay: 1 sec
SP: 46
Fixed Cast Time: 2.4
• Freezes air around, has a 83% chance to freeze all nearby enemies for 15 sec. Targets not froze will suffer (M.Atk*220%) water M.Dmg
Lvl: 11
Buff
Skill Delay: 1 sec
SP: 50
Fixed Cast Time: 3.2
• Freezes air around, has a 83% chance to freeze all nearby enemies for 15 sec. Targets not froze will suffer (M.Atk*210%) water M.Dmg
Lvl: 10
Buff
Skill Delay: 1 sec
SP: 54
Fixed Cast Time: 4
• Freezes air around, has a 83% chance to freeze all nearby enemies for 15 sec. Targets not froze will suffer (M.Atk*200%) water M.Dmg
Lvl: 9
Buff
Skill Delay: 1 sec
SP: 58
Fixed Cast Time: 4
• Freezes air around, has a 78% chance to freeze all nearby enemies for 13.5 sec. Targets not froze will suffer (M.Atk*190%) water M.Dmg
Lvl: 8
Buff
Skill Delay: 1 sec
SP: 62
Fixed Cast Time: 4.5
• Freezes air around, has a 73% chance to freeze all nearby enemies for 12 sec. Targets not froze will suffer (M.Atk*180%) water M.Dmg
Lvl: 7
Buff
Skill Delay: 1 sec
SP: 66
Fixed Cast Time: 4.5
• Freezes air around, has a 68% chance to freeze all nearby enemies for 10.5 sec. Targets not froze will suffer (M.Atk*170%) water M.Dmg
Lvl: 6
Buff
Skill Delay: 1 sec
SP: 70
Fixed Cast Time: 5
• Freezes air around, has a 63% chance to freeze all nearby enemies for 9 sec. Targets not froze will suffer (M.Atk*160%) water M.Dmg
Lvl: 5
Buff
Skill Delay: 1 sec
SP: 74
Fixed Cast Time: 5
• Freezes air around, has a 58% chance to freeze all nearby enemies for 7.5 sec. Targets not froze will suffer (M.Atk*150%) water M.Dmg
Lvl: 4
Buff
Skill Delay: 1 sec
SP: 78
Fixed Cast Time: 5.5
• Freezes air around, has a 53% chance to freeze all nearby enemies for 6 sec. Targets not froze will suffer (M.Atk*140%) water M.Dmg
Lvl: 3
Buff
Skill Delay: 1 sec
SP: 82
Fixed Cast Time: 5.5
• Freezes air around, has a 48% chance to freeze all nearby enemies for 4.5 sec. Targets not froze will suffer (M.Atk*130%) water M.Dmg
Lvl: 2
Buff
Skill Delay: 1 sec
SP: 86
Fixed Cast Time: 6
• Freezes air around, has a 43% chance to freeze all nearby enemies for 3 sec. Targets not froze will suffer (M.Atk*120%) water M.Dmg
Lvl: 1
Buff
Skill Delay: 1 sec
SP: 90
Fixed Cast Time: 6
• Freezes air around, has a 38% chance to freeze all nearby enemies for 1.5 sec. Targets not froze will suffer (M.Atk*110%) water M.Dmg
Aesir
• Ice Breaking When the ice applied by [Frost Diver] and [Frost Nova] breaks, the frozen target suffers (M.Atk40% *[Frost Diver]/[Frost Nova]Skill Lv) water M.Dmg
• Ice Breaking -Damage M.Dmg dealt by breaking ice +15%
• Ice Breaking -Spread Freezes all enemies within 2m when the target breaks the ice. Each 1 point expand the range by 1m
Enemy 420
function CommonFun.calcBuff_420(srcUser, targetUser, a, b, c, d, lv)
local Int = srcUser:GetProperty("Int")
local Vit = srcUser:GetProperty("Vit")
local MAtk = srcUser:GetProperty("MAtk")
local MAtkPer1 = 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 Num1 = srcUser:GetRunePoint(22024_AESIR_WHEN_THE_ICE_APPLIED_BY_FROST_DIVER_AND_FROST_NOVA_BREAKS_THE_FROZEN_TARGET_SUFFERS_M_ATK40_FROST_DIVER_FROST_NOVA_SKILL_LV_WATER_M_DMG)
local Num2 = srcUser:GetRunePoint(22025_AESIR_M_DMG_DEALT_BY_BREAKING_ICE_15)
local Num3 = srcUser:GetRunePoint(223023_AESIR_WHEN_THE_FROZEN_STATUES_TRIGGERED_BY_SPIRITUAL_ICE_ARRAY_BREAKS_IMMEDIATELY_DEAL_WATER_MAGIC_ATTRIBUTE_DMG_OF_M_ATK40_SPIRITUAL_LCE_ARRAY_SKILL_LV_TO_THE_FROZEN_TARGET)
local RuneDamage = (Num1 + Num3) * 0.4 * lv * (Num2 * 0.15 + 1)
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 BaseMAtk = Int + math.floor(Int * Int / 100)
local MAtkFinal = (MAtk - BaseMAtk) * (1 + MAtkPer1) + BaseMAtk
local MDefReduc = CommonFun.CalcMDef(srcUser, targetUser)
local B = (MAtkFinal * MDefReduc * (1 - MDamReduc2) + MRefine) * (1 - RefineMDamReduc) * (1 + MDamIncrease) - Vit2 / 2 * (1 + VitPer2) - Int2 * (1 + IntPer2)
local A = -B * RuneDamage
if targetUser:GetNpcID() == 30043_YEAR or targetUser:GetNpcID() == 280303_WILDNESS_SPIRIT_BEAST or targetUser:GetNpcID() == 56008_GOMORA or targetUser:GetNpcID() == 56009_BALTAN or targetUser:GetNpcID() == 56010_GOLZA or targetUser:GetNpcID() == 56011_BEMSTAR or targetUser:GetNpcID() == 56012_ELEKING or targetUser:GetNpcID() == 56013_KING_JOE then
A = -1
end
if targetUser:DamageAlways1() then
A = -1
end
return A
end
Self
{
"id": 116831,
"BuffDesc": "Water Damage up",
"BuffIcon": "skillbuff_commonbuff",
"BuffName": "Aqua Elemental",
"BuffRate": {
"Odds": {
"a": 1163,
"b": 100,
"c": 0,
"type": 8
}
},
"BuffType": {
"isgain": 1,
"isdisperse": 1
},
"IconType": 1,
"BuffEffect": {
"type": "AttrChange",
"WaterAtk": {
"type": 4010
},
"NormalAtk": {
"a": 0,
"b": 0,
"c": 21112,
"type": 5010
},
"extra_attr": {
"WaterAtk": {
"a": 3103,
"b": 0.01,
"c": 0,
"type": 8
}
},
"NormalAtkDam": {
"a": 0,
"b": 0,
"c": 21111,
"type": 5020
}
},
"BuffStateID": 116831
}
Enemy
{
"id": 85212,
"BuffName": "Frost Nova [Freeze] [with Aeisr Monument to break ice] (Peak Level)",
"BuffRate": {
"Odds": {
"a": 0,
"b": 83,
"type": 110
}
},
"BuffType": {
"isgain": 0,
"isdisperse": 1
},
"BuffEffect": {
"type": "StatusChange",
"Freeze": 1,
"DefAttr": 3,
"AttrEffect": [
3,
4
],
"StateEffect": "5_Freeze",
"NoEffectMove": 3,
"end_extra_buff": [
42000120,
42000121
],
"atk_def_priority": 1
},
"BuffStateID": 85070
}
Enemy
{
"id": 42000120,
"BuffName": "HP loss of Ice Breaking",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"Hp": {
"type": 420
},
"type": "HSPChange"
}
}
Enemy
{
"id": 42000121,
"BuffName": "Freezing after Ice Breaking",
"BuffRate": {
"Odds": {
"type": 670
}
},
"BuffEffect": {
"id": [
42000122,
42000123
],
"type": "AddBuff"
}
}
Enemy
{
"id": 42000122,
"BuffName": "Freezing after Ice Breaking",
"BuffRate": {
"Odds": 100
},
"BuffType": {
"isgain": 0,
"isdisperse": 1
},
"BuffEffect": {
"type": "StatusChange",
"Freeze": 1,
"AttrEffect": [
3,
4
],
"StateEffect": "5_Freeze",
"NoEffectMove": 3
},
"BuffStateID": 85070
}
Enemy
{
"id": 42000123,
"BuffName": "Freezing after Ice Breaking",
"BuffRate": {
"Odds": 100
},
"BuffType": {
"isgain": 0,
"isdisperse": 1
},
"BuffEffect": {
"type": "BattleAttr",
"DefAttr": 3,
"StateEffect": "5_Freeze",
"atk_def_priority": 1
}
}
Formula
{
"id": 96015,
"Buff": {
"self": [
116831
],
"enemy": [
85212
]
},
"Cost": 1,
"Desc": [
{
"id": 96000,
"params": [
83,
15,
250
]
}
],
"Icon": "skill_96001",
"Camps": "Enemy",
"Level": 15,
"Logic": "SkillSelfRange",
"DescId": "##170764",
"NameZh": "##160474",
"CastAct": "reading",
"DelayCD": 1,
"Fire_EP": 3,
"Pvp_buff": {
"self": [
116831
],
"enemy": [
85212
]
},
"AttackAct": [
"use_magic"
],
"Attack_EP": 2,
"Lead_Type": {
"CCT": 0,
"FCT": 0,
"type": 2
},
"PeakLevel": 5,
"SE_attack": "Skill/skill_magic_ice_frozen_attack",
"SkillCost": {
"sp": 34
},
"SkillType": "Buff",
"Target_EP": 2,
"DamageType": 4,
"Logic_Param": {
"range": 3
},
"Launch_Range": 0
}