
Holy Resonance
Lvl: 5
LeadSkill
CD: 8 sec
Skill Delay: 1 sec
A channeling skill. Absorb lightning power to recover. When channeling, restores 10% of Max HP and Magic per sec, and reduces cooldown of all job skills by 2s. Channeling lasts 5s at most. Moving is allowed when channeling. Tap again to quit channeling.
Lvl: 4
LeadSkill
CD: 8 sec
Skill Delay: 1 sec
• A channeling skill. Absorb lightning power to recover. When channeling, restores 8% of Max HP and Magic per sec, and reduces cooldown of all job skills by 2s. Channeling lasts 5s at most. Moving is allowed when channeling. Tap again to quit channeling.
Lvl: 3
LeadSkill
CD: 8 sec
Skill Delay: 1 sec
• A channeling skill. Absorb lightning power to recover. When channeling, restores 6% of Max HP and Magic per sec, and reduces cooldown of all job skills by 2s. Channeling lasts 5s at most. Moving is allowed when channeling. Tap again to quit channeling.
Lvl: 2
LeadSkill
CD: 8 sec
Skill Delay: 1 sec
• A channeling skill. Absorb lightning power to recover. When channeling, restores 4% of Max HP and Magic per sec, and reduces cooldown of all job skills by 2s. Channeling lasts 5s at most. Moving is allowed when channeling. Tap again to quit channeling.
Lvl: 1
LeadSkill
CD: 8 sec
Skill Delay: 1 sec
• A channeling skill. Absorb lightning power to recover. When channeling, restores 2% of Max HP and Magic per sec, and reduces cooldown of all job skills by 2s. Channeling lasts 5s at most. Moving is allowed when channeling. Tap again to quit channeling.
Self 6402
function CommonFun.calcBuff_6402(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local MaxHp = targetUser:GetProperty("MaxHp")
local MaxSp = targetUser:GetProperty("MaxSp")
local skilllv = srcUser:GetLernedSkillLevel(a)
local A = MaxHp * skilllv * b + MaxSp * skilllv * c
return A
end
Self
{
"id": 138340,
"BuffName": "23",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"Hp": {
"a": 2794,
"b": 0.02,
"c": 0,
"type": 6402
},
"Sp": {
"a": 2794,
"b": 0,
"c": 0.02,
"type": 6402
},
"type": "HSPChange",
"calc_heal": 1
}
}
Self
{
"id": 138341,
"BuffName": "23",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"cd": [
{
"id": 2792,
"time": -2
},
{
"id": 2793,
"time": -2
},
{
"id": 2795,
"time": -2
},
{
"id": 2796,
"time": -2
},
{
"id": 2797,
"time": -2
},
{
"id": 2798,
"time": -2
}
],
"type": "AddSkillCD"
}
}
Formula
{
"CD": 8,
"id": 2794005,
"Buff": {
"self": [
138340,
138341
]
},
"Cost": 1,
"Desc": [
{
"id": 2794000,
"params": [
10
]
}
],
"Icon": "skill_2794001",
"Camps": "Friend",
"Level": 5,
"Logic": "SkillNone",
"DescId": "##3361692",
"NameZh": "##3352349",
"CastAct": "reading3_thor",
"DelayCD": 1,
"Fire_EP": 3,
"SE_cast": "Skill/sfx_skill_thor_divineresonance_attack_01",
"Pvp_buff": {
"self": [
138340,
138341
]
},
"AttackAct": [
"use_skill"
],
"Attack_EP": 3,
"Lead_Type": {
"DCT": 5,
"type": 4,
"clientinterrupt": 1
},
"SkillType": "LeadSkill",
"Target_EP": 3,
"Logic_Param": {
"count": 5,
"duration": 5,
"interval": 1,
"no_select": 1,
"chant_buff": [
138410,
138411
],
"isTimeTrap": 1,
"noMoveAction": 1
},
"Launch_Range": 0,
"AutoCondition": [
{
"type": 15,
"value": 70
},
{
"type": 3,
"value": 70,
"no_target": 1
}
],
"FashionCastAct": "reading2"
}