
Force of Life
Lvl: 10
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 150
Range: 9
Unleash power of nature to heal self and [Dragon's Subjects], restoring HP equal to (own M.ATK*2+own INT*150), and restore the same amount in the next 3s (the effect quadruples during PvP and GvG).
Lvl: 9
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 140
Range: 9
• Unleash power of nature to heal self and [Dragon's Subjects], restoring HP equal to (own M.ATK*1.9+own INT*140), and restore the same amount in the next 3s (the effect quadruples during PvP and GvG).
Lvl: 8
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 130
Range: 9
• Unleash power of nature to heal self and [Dragon's Subjects], restoring HP equal to (own M.ATK*1.8+own INT*130), and restore the same amount in the next 3s (the effect quadruples during PvP and GvG).
Lvl: 7
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 120
Range: 9
• Unleash power of nature to heal self and [Dragon's Subjects], restoring HP equal to (own M.ATK*1.7+own INT*120), and restore the same amount in the next 3s (the effect quadruples during PvP and GvG).
Lvl: 6
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 110
Range: 9
• Unleash power of nature to heal self and [Dragon's Subjects], restoring HP equal to (own M.ATK*1.6+own INT*110), and restore the same amount in the next 3s (the effect quadruples during PvP and GvG).
Lvl: 5
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 100
Range: 9
• Unleash power of nature to heal self and [Dragon's Subjects], restoring HP equal to (own M.ATK*1.5+own INT*100), and restore the same amount in the next 3s (the effect quadruples during PvP and GvG).
Lvl: 4
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 90
Range: 9
• Unleash power of nature to heal self and [Dragon's Subjects], restoring HP equal to (own M.ATK*1.4+own INT*90), and restore the same amount in the next 3s (the effect quadruples during PvP and GvG).
Lvl: 3
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 80
Range: 9
• Unleash power of nature to heal self and [Dragon's Subjects], restoring HP equal to (own M.ATK*1.3+own INT*80), and restore the same amount in the next 3s (the effect quadruples during PvP and GvG).
Lvl: 2
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 70
Range: 9
• Unleash power of nature to heal self and [Dragon's Subjects], restoring HP equal to (own M.ATK*1.2+own INT*70), and restore the same amount in the next 3s (the effect quadruples during PvP and GvG).
Lvl: 1
Buff
CD: 3 sec
Skill Delay: 1.5 sec
SP: 60
Range: 9
• Unleash power of nature to heal self and [Dragon's Subjects], restoring HP equal to (own M.ATK*1.1+own INT*60), and restore the same amount in the next 3s (the effect quadruples during PvP and GvG).
Self 7810
function CommonFun.calcBuff_7810(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local skilllv = srcUser:GetLernedSkillLevel(2533_HIGH_PRIEST:FORCE_OF_LIFE)
local Int = srcUser:GetProperty("Int")
local BeHealEncPer2 = targetUser:GetProperty("BeHealEncPer")
local HealEncPer = srcUser:GetProperty("HealEncPer")
local HolyAtk = srcUser:GetProperty("HolyAtk")
local MAtk = srcUser:GetProperty("MAtk")
local MAtkPer = srcUser:GetProperty("MAtkPer")
local A = (Int * (50 + skilllv * 10) + MAtk * (1 + MAtkPer) * (1 + skilllv * 0.1)) * (1 + HealEncPer) * (1 + BeHealEncPer2) * (1 + HolyAtk) * a
local mapid, maptype = srcUser:GetMapInfo()
if maptype == PVP_MAPS then
A = A * 4
end
return A
end
Team 7810
function CommonFun.calcBuff_7810(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local skilllv = srcUser:GetLernedSkillLevel(2533_HIGH_PRIEST:FORCE_OF_LIFE)
local Int = srcUser:GetProperty("Int")
local BeHealEncPer2 = targetUser:GetProperty("BeHealEncPer")
local HealEncPer = srcUser:GetProperty("HealEncPer")
local HolyAtk = srcUser:GetProperty("HolyAtk")
local MAtk = srcUser:GetProperty("MAtk")
local MAtkPer = srcUser:GetProperty("MAtkPer")
local A = (Int * (50 + skilllv * 10) + MAtk * (1 + MAtkPer) * (1 + skilllv * 0.1)) * (1 + HealEncPer) * (1 + BeHealEncPer2) * (1 + HolyAtk) * a
local mapid, maptype = srcUser:GetMapInfo()
if maptype == PVP_MAPS then
A = A * 4
end
return A
end
Self
{
"id": 95060,
"BuffDesc": "Immunize damage (a certain deal of attacks) during the effective time",
"BuffIcon": "skillbuff_150001",
"BuffName": "Kyrie Eleison [Shielding Effect]",
"BuffRate": {
"Odds": 100
},
"BuffType": {
"isgain": 1,
"isdisperse": 1
},
"IconType": 1,
"BuffEffect": {
"type": "AttrChange",
"AttrEffect": [
19
]
},
"BuffStateID": 14
}
Self
{
"id": 136510,
"BuffName": "Force of Life",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"Hp": {
"a": 1,
"type": 7810
},
"type": "HSPChange",
"calc_heal": 1
}
}
Self
{
"id": 136511,
"BuffDesc": "Restores HP constantly",
"BuffIcon": "skillbuff_commonbuff",
"BuffName": "Force of Life (Constant Recovery)",
"BuffRate": {
"Odds": 100
},
"IconType": 1,
"BuffEffect": {
"Hp": {
"a": 0.333,
"type": 7810
},
"type": "HSPChange",
"calc_heal": 1
},
"BuffStateID": 136510
}
Self
{
"id": 136512,
"BuffName": "10785",
"BuffRate": {
"Odds": {
"a": 0,
"b": 0,
"c": 200121,
"type": 5010
}
},
"BuffEffect": {
"id": [
95060
],
"type": "AddBuff"
}
}
Team
{
"id": 95060,
"BuffDesc": "Immunize damage (a certain deal of attacks) during the effective time",
"BuffIcon": "skillbuff_150001",
"BuffName": "Kyrie Eleison [Shielding Effect]",
"BuffRate": {
"Odds": 100
},
"BuffType": {
"isgain": 1,
"isdisperse": 1
},
"IconType": 1,
"BuffEffect": {
"type": "AttrChange",
"AttrEffect": [
19
]
},
"BuffStateID": 14
}
Team
{
"id": 136510,
"BuffName": "Force of Life",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"Hp": {
"a": 1,
"type": 7810
},
"type": "HSPChange",
"calc_heal": 1
}
}
Team
{
"id": 136511,
"BuffDesc": "Restores HP constantly",
"BuffIcon": "skillbuff_commonbuff",
"BuffName": "Force of Life (Constant Recovery)",
"BuffRate": {
"Odds": 100
},
"IconType": 1,
"BuffEffect": {
"Hp": {
"a": 0.333,
"type": 7810
},
"type": "HSPChange",
"calc_heal": 1
},
"BuffStateID": 136510
}
Team
{
"id": 136512,
"BuffName": "10785",
"BuffRate": {
"Odds": {
"a": 0,
"b": 0,
"c": 200121,
"type": 5010
}
},
"BuffEffect": {
"id": [
95060
],
"type": "AddBuff"
}
}
Formula
{
"CD": 3,
"id": 2533010,
"Buff": {
"self": [
136510,
136511,
136512
],
"team": [
136510,
136511,
136512
]
},
"Cost": 1,
"Desc": [
{
"id": 2533000,
"params": [
2,
150
]
}
],
"Icon": "skill_2533001",
"Camps": "Team",
"Level": 10,
"Logic": "SkillTargetRelation",
"DescId": "##3455082",
"NameZh": "##297965",
"DelayCD": 1.5,
"Fire_EP": 2,
"Pvp_buff": {
"self": [
136510,
136511,
136512
],
"team": [
136510,
136511,
136512
]
},
"AttackAct": [
"use_skill2"
],
"Attack_EP": 3,
"SE_attack": "Skill/Skill_Hero_Nidhogg_Attack_04",
"SkillCost": {
"sp": 150
},
"SkillType": "Buff",
"Target_EP": 3,
"Logic_Param": {
"no_select": 1,
"relation_type": [
1,
2
]
},
"Launch_Range": 9,
"AutoCondition": [
{
"type": 5,
"priority": 1,
"no_target": 1,
"teamvalue": 70,
"checkDragonContract": 1
},
{
"type": 3,
"value": 70,
"priority": 1,
"no_target": 1
}
],
"NoTargetAutoCast": 1
}