
Close Confine
Lvl: 5
Control
CD: 3 sec
Skill Delay: 1.5 sec
SP: 28
Range: 2
Catches one enemy within 15 seconds, setting target into a captive state, but the caster is unable to move and his Flee increases by 20. Following skills can remove the captive state: [Hiding], [Vanished], [Body Relocation], [Ice Tomb], [Furious Rage]
Lvl: 4
Control
CD: 3 sec
Skill Delay: 1.5 sec
SP: 26
Range: 2
• Catches one enemy within 12 seconds, setting target into a captive state, but the caster is unable to move and his Flee increases by 16. Following skills can remove the captive state: [Hiding], [Vanished], [Body Relocation], [Ice Tomb], [Furious Rage]
Lvl: 3
Control
CD: 3 sec
Skill Delay: 1.5 sec
SP: 24
Range: 2
• Catches one enemy within 9 seconds, setting target into a captive state, but the caster is unable to move and his Flee increases by 12. Following skills can remove the captive state: [Hiding], [Vanished], [Body Relocation], [Ice Tomb], [Furious Rage]
Lvl: 2
Control
CD: 3 sec
Skill Delay: 1.5 sec
SP: 22
Range: 2
• Catches one enemy within 6 seconds, setting target into a captive state, but the caster is unable to move and his Flee increases by 8. Following skills can remove the captive state: [Hiding], [Vanished], [Body Relocation], [Ice Tomb], [Furious Rage]
Lvl: 1
Control
CD: 3 sec
Skill Delay: 1.5 sec
SP: 20
Range: 2
• Catches one enemy within 3 seconds, setting target into a captive state, but the caster is unable to move and his Flee increases by 4. Following skills can remove the captive state: [Hiding], [Vanished], [Body Relocation], [Ice Tomb], [Furious Rage]
Aesir
• Close Confine -Defense After release of [Close Confine], Caster receives a Dmg shield that can blocks damage 2 time, the upper limit equals to 10% of Max HP; this effect lasts 10 seconds
• Close Confine - Strong [Close Confine] target loses 0.5% Max HP per sec
Enemy 3770
function CommonFun.calcBuff_3770(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local Num = srcUser:GetRunePoint(93030_AESIR_CLOSE_CONFINE_TARGET_LOSES_0_5_MAX_HP_PER_SEC)
local MaxHp = targetUser:GetProperty("MaxHp")
local A = -(Num * 0.5 / 100 * MaxHp)
if targetUser.boss == true and targetUser.mini == true then
A = 0
end
return A
end
Self
{
"id": 106150,
"BuffName": "Close Confine (Fleeincreases)",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"Flee": {
"a": 4,
"b": 0,
"type": 1
},
"type": "AttrChange",
"DefPer": {
"a": 0,
"b": 0,
"c": 91101,
"type": 5020
},
"MDefPer": {
"a": 0,
"b": 0,
"c": 91102,
"type": 5020
}
}
}
Self
{
"id": 106151,
"BuffName": "Close Confine (remove effects)",
"BuffRate": {
"Odds": 100
},
"Condition": {
"type": "UseSkill",
"need_skill": [
177,
485,
309,
804,
603
]
},
"BuffEffect": {
"type": "DelSkillStatus",
"status": 2
}
}
Self
{
"id": 106152,
"BuffName": "Close Confine (immovable)",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"type": "StatusChange",
"NoMove": 1,
"NoEffectMove": 3
},
"BuffStateID": 106152
}
Self
{
"id": 106153,
"BuffDesc": "Immunize part of Dmg in duration",
"BuffIcon": "skillbuff_150001",
"BuffName": "Close Confine (shield)",
"BuffRate": {
"Odds": {
"type": 2510
}
},
"BuffType": {
"isgain": 1,
"isdisperse": 1
},
"IconType": 1,
"BuffEffect": {
"type": "AttrChange",
"AttrEffect": [
19
]
},
"BuffStateID": 103070
}
Enemy
{
"id": 106151,
"BuffName": "Close Confine (remove effects)",
"BuffRate": {
"Odds": 100
},
"Condition": {
"type": "UseSkill",
"need_skill": [
177,
485,
309,
804,
603
]
},
"BuffEffect": {
"type": "DelSkillStatus",
"status": 2
}
}
Enemy
{
"id": 106152,
"BuffName": "Close Confine (immovable)",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"type": "StatusChange",
"NoMove": 1,
"NoEffectMove": 3
},
"BuffStateID": 106152
}
Enemy
{
"id": 106154,
"BuffName": "Close Confine (HP Loss)",
"BuffRate": {
"Odds": {
"a": 0,
"b": 100,
"type": 3070
}
},
"BuffEffect": {
"Hp": {
"type": 3770
},
"type": "HSPChange"
}
}
Formula
{
"CD": 3,
"id": 486005,
"Buff": {
"self": [
106150,
106151,
106152,
106153
],
"enemy": [
106151,
106152,
106154
]
},
"Cost": 1,
"Desc": [
{
"id": 486000,
"params": [
15,
20
]
}
],
"Icon": "skill_486001",
"Camps": "Enemy",
"Level": 5,
"Logic": "SkillLockedTarget",
"DescId": "##170649",
"NameZh": "##166392",
"DelayCD": 1.5,
"Fire_EP": 3,
"Pvp_buff": {
"self": [
106150,
106151,
106152,
106153
],
"enemy": [
106151,
106152,
106154
]
},
"AttackAct": [
"use_magic"
],
"Attack_EP": 3,
"SE_attack": "Skill/skill_magic_arrest_attack",
"SkillCost": {
"sp": 28
},
"SkillType": "Control",
"Target_EP": 3,
"Logic_Param": {
"SkillStatus": {
"time": 15
}
},
"Launch_Range": 2
}