
Ring of Fire
Lvl: 10
Attack
Magic
Skill Delay: 1.5 sec
SP: 30
Range: 6
Cast Time: 0.56
Fixed Cast Time: 0.14
Blocks enemies with a fire circle wall, dealing (M.Atk50%) fire M.Dmg to enemy units who try to get through it. Lasts 15 sec. The wall could block 14 times.
Lvl: 9
Attack
Magic
Skill Delay: 1.5 sec
SP: 28
Range: 6
Cast Time: 0.64
Fixed Cast Time: 0.16
• Blocks enemies with a fire circle wall, dealing (M.Atk50%) fire M.Dmg to enemy units who try to get through it. Lasts 15 sec. The wall could block 13 times.
Lvl: 8
Attack
Magic
Skill Delay: 1.5 sec
SP: 26
Range: 6
Cast Time: 0.72
Fixed Cast Time: 0.18
• Blocks enemies with a fire circle wall, dealing (M.Atk50%) fire M.Dmg to enemy units who try to get through it. Lasts 15 sec. The wall could block 12 times.
Lvl: 7
Attack
Magic
Skill Delay: 1.5 sec
SP: 24
Range: 6
Cast Time: 0.8
Fixed Cast Time: 0.2
• Blocks enemies with a fire circle wall, dealing (M.Atk50%) fire M.Dmg to enemy units who try to get through it. Lasts 15 sec. The wall could block 11 times.
Lvl: 6
Attack
Magic
Skill Delay: 1.5 sec
SP: 22
Range: 6
Cast Time: 0.88
Fixed Cast Time: 0.22
• Blocks enemies with a fire circle wall, dealing (M.Atk50%) fire M.Dmg to enemy units who try to get through it. Lasts 15 sec. The wall could block 10 times.
Lvl: 5
Attack
Magic
Skill Delay: 1.5 sec
SP: 20
Range: 6
Cast Time: 0.96
Fixed Cast Time: 0.24
• Blocks enemies with a fire circle wall, dealing (M.Atk50%) fire M.Dmg to enemy units who try to get through it. Lasts 15 sec. The wall could block 9 times.
Lvl: 4
Attack
Magic
Skill Delay: 1.5 sec
SP: 18
Range: 6
Cast Time: 1.12
Fixed Cast Time: 0.28
• Blocks enemies with a fire circle wall, dealing (M.Atk50%) fire M.Dmg to enemy units who try to get through it. Lasts 15 sec. The wall could block 8 times.
Lvl: 3
Attack
Magic
Skill Delay: 1.5 sec
SP: 16
Range: 6
Cast Time: 1.28
Fixed Cast Time: 0.3
• Blocks enemies with a fire circle wall, dealing (M.Atk50%) fire M.Dmg to enemy units who try to get through it. Lasts 15 sec. The wall could block 7 times.
Lvl: 2
Attack
Magic
Skill Delay: 1.5 sec
SP: 14
Range: 6
Cast Time: 1.44
Fixed Cast Time: 0.36
• Blocks enemies with a fire circle wall, dealing (M.Atk50%) fire M.Dmg to enemy units who try to get through it. Lasts 15 sec. The wall could block 6 times.
Lvl: 1
Attack
Magic
Skill Delay: 1.5 sec
SP: 12
Range: 6
Cast Time: 1.6
Fixed Cast Time: 0.4
• Blocks enemies with a fire circle wall, dealing (M.Atk50%) fire M.Dmg to enemy units who try to get through it. Lasts 15 sec. The wall could block 5 times.
Aesir
• Ring of Fire -Quick Cast CT Variable of [Ring of Fire]-0.25 sec
• Ring of Fire -Block [Ring of Fire] Withstands +
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
Enemy 20
function CommonFun.calcBuff_20(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local Int = srcUser:GetProperty("Int")
local Vit = srcUser:GetProperty("Vit")
local MAtk = srcUser:GetProperty("MAtk")
local MAtkPer1 = srcUser:GetProperty("MAtkPer")
local Num1 = srcUser:GetRunePoint(22008_AESIR_M_ATK_BONUS_OF_ALIGHT_3)
local Num2 = srcUser:GetRunePoint(22009)
local RuneDamage = (Num1 + Num2) * 0.03
local MAtkPer = MAtkPer1 + RuneDamage
local MDamIncrease = CommonFun.calcMDamIncrease(srcUser, targetUser)
local IgnoreMDef = srcUser:GetProperty("IgnoreMDef")
local MRefine = srcUser:GetProperty("MRefine")
local srcAtkElement = 4
local targetDefElement = targetUser:GetProperty("DefAttr")
local ElementRate = CommonFun.GetElementRate(srcUser, srcAtkElement, targetUser, targetDefElement)
if (srcUser:HasBuffID(69650_8608_:MAX_STACK_0) or srcUser:HasBuffID(71090_10658_:MAX_STACK_0)) and 1 < ElementRate then
ElementRate = ElementRate * 1.1
end
if targetUser:HasBuffID(49130_DIVINE_HYMN_CARVER_:MAX_STACK_0) then
ElementRate = math.min(ElementRate, 1)
end
if srcUser:HasBuffID(49210_7892_:MAX_STACK_0) then
ElementRate = ElementRate + 0.15
end
if srcUser:HasBuffID(77480_48193_VICTORY_SWALLOW_1_:MAX_STACK_0) then
ElementRate = ElementRate + 0.1
end
local skilllv_fs = srcUser:GetLernedSkillLevel(88_SWORDSMAN:ALIGHT)
local skilllv_xd = srcUser:GetLernedSkillLevel(1919_HUNTER:ALIGHT)
local skilllv = math.max(skilllv_fs, skilllv_xd)
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 + MAtkPer) + BaseMAtk
local MDefReduc = CommonFun.CalcMDef(srcUser, targetUser)
local A = ((MAtkFinal * MDefReduc * (1 - MDamReduc2) + MRefine) * (a * skilllv + b) - Vit2 / 2 * (1 + VitPer2) - Int2 * (1 + IntPer2)) * (1 + MDamIncrease) * ElementRate * (1 - RefineMDamReduc)
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
if A <= 1 then
return -1
end
return -A
end
Enemy
{
"id": 85140,
"BuffName": "Alight [Burn]",
"BuffRate": {
"Odds": {
"type": 7991
}
},
"BuffType": {
"isgain": 0,
"isdisperse": 1
},
"BuffEffect": {
"Hp": {
"a": 0.05,
"b": 0,
"type": 20
},
"type": "HSPChange",
"limit_layer": 10
},
"BuffStateID": 95410
}
Selfonce
{
"id": 116830,
"BuffDesc": "Fire Damage up",
"BuffIcon": "skillbuff_commonbuff",
"BuffName": "Fire element",
"BuffRate": {
"Odds": {
"a": 1163,
"b": 100,
"c": 0,
"type": 8
}
},
"BuffType": {
"isgain": 1,
"isdisperse": 1
},
"IconType": 1,
"BuffEffect": {
"type": "AttrChange",
"FireAtk": {
"type": 4010
},
"NormalAtk": {
"a": 0,
"b": 0,
"c": 21112,
"type": 5010
},
"extra_attr": {
"FireAtk": {
"a": 3103,
"b": 0.01,
"c": 0,
"type": 8
}
},
"NormalAtkDam": {
"a": 0,
"b": 0,
"c": 21111,
"type": 5020
}
},
"BuffStateID": 116830
}
Formula
{
"id": 75010,
"Buff": {
"enemy": [
85140
],
"selfonce": [
116830
]
},
"Cost": 1,
"Desc": [
{
"id": 75000,
"params": [
50,
15,
14
]
}
],
"Icon": "skill_75001",
"Camps": "Enemy",
"Level": 10,
"Logic": "SkillSelfRange",
"Damage": [
{
"type": 30,
"damChangePer": 0.5,
"elementparam": 4
}
],
"DescId": "##171013",
"NameZh": "##169846",
"CastAct": "reading",
"DamTime": {
"type": 1,
"value": 1
},
"DelayCD": 1.5,
"Fire_EP": 3,
"SE_cast": "Skill/Magic_cast",
"Pvp_buff": {
"enemy": [
85140
],
"selfonce": [
116830
]
},
"RollType": 2,
"AttackAct": [
"use_magic"
],
"Attack_EP": 3,
"Lead_Type": {
"CCT": 0.14,
"FCT": 0.56,
"type": 2
},
"SE_attack": "Skill/skill_magic_firewall_attack",
"SkillCost": {
"sp": 30
},
"SkillType": "Attack",
"Target_EP": 2,
"DamageType": 2,
"HitEffects": [
{
"type": 1,
"speed": 10,
"distance": 2,
"direction": "back"
}
],
"Logic_Param": {
"hit": 14,
"range": 2,
"duration": 15,
"interval": 0.3,
"max_count": 1,
"no_select": 1,
"range_num": 1,
"isTimeTrap": 1,
"trap_effect": "FireWall,LowRange_B"
},
"Launch_Range": 6
}