
Demona Crystal
Lvl: 15
Buff
Skill Delay: 1 sec
SP: 34
Form rays with cold air and fire at the enemy, immobiling the target with a 83% chance of freezing nearby enemy units for 15 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *250%.
Lvl: 14
Buff
Skill Delay: 1 sec
SP: 38
Fixed Cast Time: 0.8
• Form rays with cold air and fire at the enemy, immobiling the target with a 83% chance of freezing nearby enemy units for 15 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *240%.
Lvl: 13
Buff
Skill Delay: 1 sec
SP: 42
Fixed Cast Time: 1.6
• Form rays with cold air and fire at the enemy, immobiling the target with a 83% chance of freezing nearby enemy units for 15 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *230%.
Lvl: 12
Buff
Skill Delay: 1 sec
SP: 46
Fixed Cast Time: 2.4
• Form rays with cold air and fire at the enemy, immobiling the target with a 83% chance of freezing nearby enemy units for 15 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *220%.
Lvl: 11
Buff
Skill Delay: 1 sec
SP: 50
Fixed Cast Time: 3.2
• Form rays with cold air and fire at the enemy, immobiling the target with a 83% chance of freezing nearby enemy units for 15 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *210%.
Lvl: 10
Buff
Skill Delay: 1 sec
SP: 54
Fixed Cast Time: 4
• Form rays with cold air and fire at the enemy, immobiling the target with a 83% chance of freezing nearby enemy units for 15 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *200%.
Lvl: 9
Buff
Skill Delay: 1 sec
SP: 58
Fixed Cast Time: 4
• Form rays with cold air and fire at the enemy, immobiling the target with a 78% chance of freezing nearby enemy units for 13.5 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *190%.
Lvl: 8
Buff
Skill Delay: 1 sec
SP: 62
Fixed Cast Time: 4.5
• Form rays with cold air and fire at the enemy, immobiling the target with a 73% chance of freezing nearby enemy units for 12 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *180%.
Lvl: 7
Buff
Skill Delay: 1 sec
SP: 66
Fixed Cast Time: 4.5
• Form rays with cold air and fire at the enemy, immobiling the target with a 68% chance of freezing nearby enemy units for 10.5 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *170%.
Lvl: 6
Buff
Skill Delay: 1 sec
SP: 70
Fixed Cast Time: 5
• Form rays with cold air and fire at the enemy, immobiling the target with a 63% chance of freezing nearby enemy units for 9 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *160%.
Lvl: 5
Buff
Skill Delay: 1 sec
SP: 74
Fixed Cast Time: 5
• Form rays with cold air and fire at the enemy, immobiling the target with a 58% chance of freezing nearby enemy units for 7.5 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *150%.
Lvl: 4
Buff
Skill Delay: 1 sec
SP: 78
Fixed Cast Time: 5.5
• Form rays with cold air and fire at the enemy, immobiling the target with a 53% chance of freezing nearby enemy units for 6 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *140%.
Lvl: 3
Buff
Skill Delay: 1 sec
SP: 82
Fixed Cast Time: 5.5
• Form rays with cold air and fire at the enemy, immobiling the target with a 48% chance of freezing nearby enemy units for 4.5 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *130%.
Lvl: 2
Buff
Skill Delay: 1 sec
SP: 86
Fixed Cast Time: 6
• Form rays with cold air and fire at the enemy, immobiling the target with a 43% chance of freezing nearby enemy units for 3 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *120%.
Lvl: 1
Buff
Skill Delay: 1 sec
SP: 90
Fixed Cast Time: 6
• Form rays with cold air and fire at the enemy, immobiling the target with a 38% chance of freezing nearby enemy units for 1.5 seconds. Unfrozen enemy targets will receive Water DMG of M.ATK *110%.
Aesir
• Ice Breaking 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
• 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": 1910015,
"Buff": {
"self": [
116831
],
"enemy": [
85212
]
},
"Cost": 1,
"Desc": [
{
"id": 1910000,
"params": [
83,
15,
250
]
}
],
"Icon": "skill_1910001",
"Camps": "Enemy",
"Level": 15,
"Logic": "SkillSelfRange",
"DescId": "##534053",
"NameZh": "##533897",
"SE_hit": "Skill/enemy_hit_1",
"CastAct": "skill_ready_Glove",
"DelayCD": 1,
"Fire_EP": 3,
"Pvp_buff": {
"self": [
116831
],
"enemy": [
85212
]
},
"AttackAct": [
"use_skill4_Glove"
],
"Attack_EP": 2,
"Lead_Type": {
"CCT": 0,
"FCT": 0,
"type": 2
},
"SE_attack": "Skill/skill_magic_icefall_attack",
"SkillCost": {
"sp": 34
},
"SkillType": "Buff",
"Target_EP": 2,
"DamageType": 4,
"Logic_Param": {
"range": 3
},
"Launch_Range": 0
}