Class | High Priest |
Skill | Lex Divina |

Lvl: 2
Buff
CD: 5 sec
Skill Delay: 3 sec
Range: 6
Silences an enemy for 20 secLvl: 1
Buff
CD: 5 sec
Skill Delay: 3 sec
Range: 6
Silences an enemy for 10 sec
Lvl: 2
Buff
CD: 5 sec
Skill Delay: 3 sec
Range: 6
Silences an enemy for 20 sec
Lvl: 3
Buff
CD: 5 sec
Skill Delay: 3 sec
Range: 6
Silences an enemy for 30 sec
Lvl: 4
Buff
CD: 5 sec
Skill Delay: 3 sec
Range: 6
Silences an enemy for 40 sec
Lvl: 5
Buff
CD: 5 sec
Skill Delay: 3 sec
Range: 6
Silences an enemy for 50 sec
Aesir
[Word Style] - Change the effect of [Lex Divina] into extending Cast Time of all enemy's skills; For each point is built, Cast Time +100%, Fixed Cast Time +0.5 seconds, This effect lasts 10 seconds
[Lex Divina -Control] - Targets attacked by [Lex Divina] lose 2% Max SP
Buff Formula
Enemy 107
function CommonFun.calcBuff_107(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local Num1 = srcUser:GetRunePoint(52130_AESIR_TARGETS_ATTACKED_BY_LEX_DIVINA_LOSE_2_MAX_SP)
local MaxSp = targetUser:GetProperty("MaxSp")
local A = Num1 * a * MaxSp
return A
end
Buff Raw
Enemy
{
"id": 96040,
"BuffDesc": "Silence: disable all skills except auto attacks",
"BuffIcon": "skillbuff_231001",
"BuffName": "Lex Divina [Silence]",
"BuffRate": {
"Odds": {
"type": 103
}
},
"BuffType": {
"isgain": 0,
"isdisperse": 1
},
"IconType": 1,
"BuffEffect": {
"type": "StatusChange",
"NoSkill": 1,
"StateEffect": "10_Silence"
},
"BuffStateID": 96040
}
{
"id": 96041,
"BuffDesc": "Increase CT ration and Fixed Cast Time",
"BuffIcon": "skillbuff_231001",
"BuffName": "Lex Divina [increase CT]",
"BuffRate": {
"Odds": {
"type": 104
}
},
"BuffType": {
"isgain": 0,
"isdisperse": 1
},
"IconType": 1,
"BuffEffect": {
"type": "AttrChange",
"CTFixed": {
"a": 0.5,
"type": 105
},
"CTChangePer": {
"a": 1,
"type": 105
}
},
"BuffStateID": 96041
}
{
"id": 45000220,
"BuffDesc": "Magic Loss",
"BuffIcon": "skillbuff_231001",
"BuffName": "[Lex Divina] cap of SP loss",
"BuffRate": {
"Odds": {
"a": 100,
"type": 106
}
},
"BuffType": {
"isgain": 0,
"isdisperse": 1
},
"IconType": 1,
"BuffEffect": {
"Sp": {
"a": -0.02,
"type": 107
},
"type": "HSPChange",
"StateEffect": "10_Silence"
}
}
Raw
{
"CD": 5,
"id": 231002,
"Buff": {
"enemy": [
96040,
96041,
45000220
]
},
"Cost": 1,
"Desc": [
{
"id": 231000,
"params": [
20
]
}
],
"Icon": "skill_231001",
"Camps": "Enemy",
"Level": 2,
"Logic": "SkillLockedTarget",
"DescId": "##170399",
"NameZh": "##166358",
"NextID": 231003,
"DelayCD": 3,
"Fire_EP": 3,
"Pvp_buff": {
"enemy": [
96040,
96041,
45000220
]
},
"AttackAct": [
"use_magic"
],
"Attack_EP": 3,
"SE_attack": "Skill/LexDivina_attack",
"SkillCost": {
"sp": 15
},
"SkillType": "Buff",
"Target_EP": 3,
"Launch_Range": 6,
"AutoCondition": [
{
"time": 15,
"type": 1,
"no_target": 1
}
]
}