
Breaking Dawn
Lvl: 10
Buff
CD: 12 sec
Skill Delay: 1 sec
SP: 60
Range: 7
Use on an enemy, rendering all their reflection, block, dodge effects, and immunity to death ineffective, lasting for 10 seconds
If the target is killed by 【Strike of fire】, it will cause an explosion damage of (remaining health of the target before death *50%) to allies within a 4-meter range of the target
When the effect is dispelled, it will refresh the Cooldown Time of this skill.
Lvl: 9
Buff
CD: 12 sec
Skill Delay: 1 sec
SP: 55
Range: 7
• Use on an enemy, rendering all their reflection, block, dodge effects, and immunity to death ineffective, lasting for 9.5 seconds
If the target is killed by 【Strike of fire】, it will cause an explosion damage of (remaining health of the target before death *45%) to allies within a 4-meter range of the target
When the effect is dispelled, it will refresh the Cooldown Time of this skill.
Lvl: 8
Buff
CD: 12 sec
Skill Delay: 1 sec
SP: 50
Range: 7
• Use on an enemy, rendering all their reflection, block, dodge effects, and immunity to death ineffective, lasting for 9 seconds
If the target is killed by 【Strike of fire】, it will cause an explosion damage of (remaining health of the target before death *40%) to allies within a 4-meter range of the target
When the effect is dispelled, it will refresh the Cooldown Time of this skill.
Lvl: 7
Buff
CD: 12 sec
Skill Delay: 1 sec
SP: 45
Range: 7
• Use on an enemy, rendering all their reflection, block, dodge effects, and immunity to death ineffective, lasting for 8.5 seconds
If the target is killed by 【Strike of fire】, it will cause an explosion damage of (remaining health of the target before death *35%) to allies within a 4-meter range of the target
When the effect is dispelled, it will refresh the Cooldown Time of this skill.
Lvl: 6
Buff
CD: 12 sec
Skill Delay: 1 sec
SP: 40
Range: 7
• Use on an enemy, rendering all their reflection, block, dodge effects, and immunity to death ineffective, lasting for 8 seconds
If the target is killed by 【Strike of fire】, it will cause an explosion damage of (remaining health of the target before death *30%) to allies within a 4-meter range of the target
When the effect is dispelled, it will refresh the Cooldown Time of this skill.
Lvl: 5
Buff
CD: 12 sec
Skill Delay: 1 sec
SP: 35
Range: 7
• Use on an enemy, rendering all their reflection, block, dodge effects, and immunity to death ineffective, lasting for 7.5 seconds
If the target is killed by 【Strike of fire】, it will cause an explosion damage of (remaining health of the target before death *25%) to allies within a 4-meter range of the target
When the effect is dispelled, it will refresh the Cooldown Time of this skill.
Lvl: 4
Buff
CD: 12 sec
Skill Delay: 1 sec
SP: 30
Range: 7
• Use on an enemy, rendering all their reflection, block, dodge effects, and immunity to death ineffective, lasting for 7 seconds
If the target is killed by 【Strike of fire】, it will cause an explosion damage of (remaining health of the target before death *20%) to allies within a 4-meter range of the target
When the effect is dispelled, it will refresh the Cooldown Time of this skill.
Lvl: 3
Buff
CD: 12 sec
Skill Delay: 1 sec
SP: 25
Range: 7
• Use on an enemy, rendering all their reflection, block, dodge effects, and immunity to death ineffective, lasting for 6.5 seconds
If the target is killed by 【Strike of fire】, it will cause an explosion damage of (remaining health of the target before death *15%) to allies within a 4-meter range of the target
When the effect is dispelled, it will refresh the Cooldown Time of this skill.
Lvl: 2
Buff
CD: 12 sec
Skill Delay: 1 sec
SP: 20
Range: 7
• Use on an enemy, rendering all their reflection, block, dodge effects, and immunity to death ineffective, lasting for 6 seconds
If the target is killed by 【Strike of fire】, it will cause an explosion damage of (remaining health of the target before death *10%) to allies within a 4-meter range of the target
When the effect is dispelled, it will refresh the Cooldown Time of this skill.
Lvl: 1
Buff
CD: 12 sec
Skill Delay: 1 sec
SP: 15
Range: 7
• Use on an enemy, rendering all their reflection, block, dodge effects, and immunity to death ineffective, lasting for 5.5 seconds
If the target is killed by 【Strike of fire】, it will cause an explosion damage of (remaining health of the target before death *5%) to allies within a 4-meter range of the target
When the effect is dispelled, it will refresh the Cooldown Time of this skill.
Enemy 8382
function CommonFun.calcBuff_8382(srcUser, targetUser, a, b, c, d, lv, damage)
if srcUser == nil or targetUser == nil then
return 0
end
local A = 0
if a ~= 0 then
A = damage
elseif b ~= 0 then
local skilllv_1 = srcUser:GetLernedSkillLevel(2742_SAINT:ETERNAL_NIGHT)
A = damage / 4 * skilllv_1 * 0.1
elseif c ~= 0 then
local skilllv_2 = srcUser:GetLernedSkillLevel(2735_SAINT:BREAKING_DAWN)
A = -damage * skilllv_2 * 0.05
end
if c ~= 0 then
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
end
return A
end
Enemy
{
"id": 137821,
"BuffName": "Explosion (attack unprepared)",
"BuffRate": {
"Odds": 100
},
"Condition": {
"type": "OnNearKilled",
"need_skill": [
2741
]
},
"BuffEffect": {
"Hp": {
"a": 0,
"b": 0,
"c": 1,
"type": 8382
},
"type": "HSPChange",
"is_recalc": 1,
"always_calc": 1,
"effect_buff": [
137822
]
},
"DeadCanAdd": 1
}
Enemy
{
"id": 137830,
"BuffDesc": "Reflection, blocking, immunity to death effects failure",
"BuffIcon": "skillbuff_2735001",
"BuffName": "Attack when they are unprepared",
"BuffRate": {
"Odds": 100
},
"BuffType": {
"isgain": 0,
"isdisperse": 1,
"npc_no_disperse": 1
},
"IconType": 1,
"BuffEffect": {
"type": "AttrChange",
"AttrEffect3": [
11,
12,
13
],
"end_del_buff": [
137821
]
},
"BuffStateID": 137830
}
Enemy
{
"id": 137831,
"BuffName": "Attack unexpectedly (dispersed)",
"BuffRate": {
"Odds": 100
},
"Condition": {
"id": 137830,
"type": "DriveOutBuff"
},
"BuffEffect": {
"id": [
137832
],
"type": "AddBuff"
}
}
Enemy
{
"id": 137832,
"BuffName": "Reset cooldown time",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"type": "ClearSkillCD",
"skillids": [
2735
]
}
}
Formula
{
"CD": 12,
"id": 2735010,
"Buff": {
"enemy": [
137830,
137821,
137831
]
},
"Cost": 1,
"Desc": [
{
"id": 2735000,
"params": [
10,
50
]
}
],
"Icon": "skill_2735001",
"Camps": "Enemy",
"Level": 10,
"Logic": "SkillLockedTarget",
"DescId": "##2833989",
"NameZh": "##129019",
"DelayCD": 1,
"Fire_EP": 3,
"Pvp_buff": {
"enemy": [
137830,
137821,
137831
]
},
"AttackAct": [
"use_skill"
],
"Attack_EP": 2,
"SE_attack": "Skill/skill_hero_haiyinlixi_dawn_attack_01",
"SkillCost": {
"sp": 60
},
"SkillType": "Buff",
"Target_EP": 3,
"DamageType": 4,
"Launch_Range": 7
}