
Redemption of Fallen Night
Lvl: 5
Passive
When Nidhogg dies, she unleashes massive life energy and restores 100% HP and MP of all teammates while reviving dead teammates within a 5-meter range and restoring their full HP and MP. This effect can trigger up to once every 8 seconds
Lvl: 4
Passive
• When Nidhogg dies, she unleashes massive life energy and restores 80% HP and MP of all teammates while reviving dead teammates within a 5-meter range and restoring their full HP and MP. This effect can trigger up to once every 8 seconds
Lvl: 3
Passive
• When Nidhogg dies, she unleashes massive life energy and restores 60% HP and MP of all teammates while reviving dead teammates within a 5-meter range and restoring their full HP and MP. This effect can trigger up to once every 8 seconds
Lvl: 2
Passive
• When Nidhogg dies, she unleashes massive life energy and restores 40% HP and MP of all teammates while reviving dead teammates within a 5-meter range and restoring their full HP and MP. This effect can trigger up to once every 8 seconds
Lvl: 1
Passive
• When Nidhogg dies, she unleashes massive life energy and restores 20% HP and MP of all teammates while reviving dead teammates within a 5-meter range and restoring their full HP and MP. This effect can trigger up to once every 8 seconds
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": 136560,
"BuffName": "Life Bloom",
"BuffRate": {
"Odds": 100
},
"Condition": {
"type": "Die"
},
"BuffEffect": {
"id": [
136561
],
"type": "AddBuff",
"effect_cd": 8
}
}
Self
{
"id": 136561,
"BuffName": "10795",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"Hp": {
"a": 2541,
"b": 0.2,
"c": 0,
"type": 6402
},
"Sp": {
"a": 2541,
"b": 0,
"c": 0.2,
"type": 6402
},
"type": "HSPChange"
}
}

Savior's Flower
Self
{
"id": 136562,
"BuffName": "10796",
"BuffRate": {
"Odds": 100
},
"Condition": {
"type": "OnNearDeath",
"need_dead": 1
},
"BuffEffect": {
"id": 2542001,
"Odds": 100,
"type": "UseSkill",
"IsActive": 0,
"effect_cd": 8
}
}
Formula
{
"id": 2541005,
"Buff": {
"self": [
136560,
136562
]
},
"Cost": 1,
"Desc": [
{
"id": 2541000,
"params": [
100
]
}
],
"Icon": "skill_2541001",
"Level": 5,
"DescId": "##1268852",
"NameZh": "##1264786",
"Pvp_buff": {
"self": [
136560,
136562
]
}
}