Epiclesis
Lvl: 10 Revive Skill Delay: 3 sec SP: 200 Range: 6 Cast Time: 6

Summons the Tree of Life to ressurect all dead allies, restoring 70%% of their HP. Allies within Tree of Life’s range will have their Max HP temporarily increased by 20%%,Dmg received is reduced by 20% and they will recover 4% SP & HP every sec. Tree of Life lasts 7 sec.

Lvl: 9 Revive Skill Delay: 3 sec SP: 200 Range: 6 Cast Time: 6
• Summons the Tree of Life to ressurect all dead allies, restoring 70%% of their HP. Allies within Tree of Life’s range will have their Max HP temporarily increased by 20%%,Dmg received is reduced by 16% and they will recover 4% SP & HP every sec. Tree of Life lasts 7 sec.
Lvl: 8 Revive Skill Delay: 3 sec SP: 200 Range: 6 Cast Time: 6
• Summons the Tree of Life to ressurect all dead allies, restoring 70%% of their HP. Allies within Tree of Life’s range will have their Max HP temporarily increased by 20%%,Dmg received is reduced by 12% and they will recover 4% SP & HP every sec. Tree of Life lasts 7 sec.
Lvl: 7 Revive Skill Delay: 3 sec SP: 200 Range: 6 Cast Time: 6
• Summons the Tree of Life to ressurect all dead allies, restoring 70%% of their HP. Allies within Tree of Life’s range will have their Max HP temporarily increased by 20%%,Dmg received is reduced by 8% and they will recover 4% SP & HP every sec. Tree of Life lasts 7 sec.
Lvl: 6 Revive Skill Delay: 3 sec SP: 200 Range: 6 Cast Time: 6
• Summons the Tree of Life to ressurect all dead allies, restoring 70%% of their HP. Allies within Tree of Life’s range will have their Max HP temporarily increased by 20%%,Dmg received is reduced by 4% and they will recover 4% SP & HP every sec. Tree of Life lasts 7 sec.
Lvl: 5 Revive Skill Delay: 3 sec SP: 200 Range: 6 Cast Time: 6
• Summons the Tree of Life to resurrect the fallen, restoring 70% of their HP. Allies within Tree of Life’s range will gain 20% of temporary Max HP and restore 4% SP and HP per second. The Tree of Life lasts 7s
Lvl: 4 Revive Skill Delay: 3 sec SP: 180 Range: 6 Cast Time: 6 Fixed Cast Time: 0.2
• Summons the Tree of Life to resurrect the fallen, restoring 60% of their HP. Allies within Tree of Life’s range will gain 16% of temporary Max HP and restore 3.5% SP and HP per second. The Tree of Life lasts 7s
Lvl: 3 Revive Skill Delay: 3 sec SP: 160 Range: 6 Cast Time: 6 Fixed Cast Time: 0.4
• Summons the Tree of Life to resurrect the fallen, restoring 50% of their HP. Allies within Tree of Life’s range will gain 12% of temporary Max HP and restore 3% SP and HP per second. The Tree of Life lasts 7s
Lvl: 2 Revive Skill Delay: 3 sec SP: 140 Range: 6 Cast Time: 6 Fixed Cast Time: 0.6
• Summons the Tree of Life to resurrect the fallen, restoring 40% of their HP. Allies within Tree of Life’s range will gain 8% of temporary Max HP and restore 2.5% SP and HP per second. The Tree of Life lasts 7s
Lvl: 1 Revive Skill Delay: 3 sec SP: 120 Range: 6 Cast Time: 6 Fixed Cast Time: 0.8
• Summons the Tree of Life to resurrect the fallen, restoring 30% of their HP. Allies within Tree of Life’s range will gain 4% of temporary Max HP and restore 2% SP and HP per second. The Tree of Life lasts 7s

Team 3200

function CommonFun.calcBuff_3200(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_1 = srcUser:GetLernedSkillLevel(1222_THIEF:EPICLESIS)
  skilllv_1 = math.min(skilllv_1, 5)
  local A = MaxHp * (skilllv_1 * 0.005 + 0.015) * a + MaxSp * (skilllv_1 * 0.005 + 0.015) * b
  return A
end

Friend 3200

function CommonFun.calcBuff_3200(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_1 = srcUser:GetLernedSkillLevel(1222_THIEF:EPICLESIS)
  skilllv_1 = math.min(skilllv_1, 5)
  local A = MaxHp * (skilllv_1 * 0.005 + 0.015) * a + MaxSp * (skilllv_1 * 0.005 + 0.015) * b
  return A
end

Self Skill 3200

function CommonFun.calcBuff_3200(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_1 = srcUser:GetLernedSkillLevel(1222_THIEF:EPICLESIS)
  skilllv_1 = math.min(skilllv_1, 5)
  local A = MaxHp * (skilllv_1 * 0.005 + 0.015) * a + MaxSp * (skilllv_1 * 0.005 + 0.015) * b
  return A
end

Team

{
  "id": 117231,
  "BuffName": "Epiclesis",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "Hp": {
      "a": 1,
      "b": 0,
      "type": 3200
    },
    "Sp": {
      "a": 0,
      "b": 1,
      "type": 3200
    },
    "type": "HSPChange",
    "calc_heal": 1
  },
  "DeadCanAdd": 1
}

Team

{
  "id": 117237,
  "BuffDesc": "Damage Taken Reduced Considerably",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Epiclesis [Peak]",
  "BuffRate": {
    "Odds": 100
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AttrChange",
    "DragonDamReduc": {
      "a": 0.04,
      "b": -0.2,
      "type": 1
    },
    "DragonMDamReduc": {
      "a": 0.04,
      "b": -0.2,
      "type": 1
    }
  }
}

Team

{
  "id": 117238,
  "BuffName": "Epiclesis [Peak]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "AttrChange",
    "MaxHpPer": 0.2
  },
  "DeadCanAdd": 1,
  "BuffStateID": 117230
}

Friend

{
  "id": 117231,
  "BuffName": "Epiclesis",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "Hp": {
      "a": 1,
      "b": 0,
      "type": 3200
    },
    "Sp": {
      "a": 0,
      "b": 1,
      "type": 3200
    },
    "type": "HSPChange",
    "calc_heal": 1
  },
  "DeadCanAdd": 1
}

Friend

{
  "id": 117237,
  "BuffDesc": "Damage Taken Reduced Considerably",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Epiclesis [Peak]",
  "BuffRate": {
    "Odds": 100
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AttrChange",
    "DragonDamReduc": {
      "a": 0.04,
      "b": -0.2,
      "type": 1
    },
    "DragonMDamReduc": {
      "a": 0.04,
      "b": -0.2,
      "type": 1
    }
  }
}

Friend

{
  "id": 117238,
  "BuffName": "Epiclesis [Peak]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "AttrChange",
    "MaxHpPer": 0.2
  },
  "DeadCanAdd": 1,
  "BuffStateID": 117230
}

Self Skill

{
  "id": 117231,
  "BuffName": "Epiclesis",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "Hp": {
      "a": 1,
      "b": 0,
      "type": 3200
    },
    "Sp": {
      "a": 0,
      "b": 1,
      "type": 3200
    },
    "type": "HSPChange",
    "calc_heal": 1
  },
  "DeadCanAdd": 1
}

Self Skill

{
  "id": 117237,
  "BuffDesc": "Damage Taken Reduced Considerably",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Epiclesis [Peak]",
  "BuffRate": {
    "Odds": 100
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AttrChange",
    "DragonDamReduc": {
      "a": 0.04,
      "b": -0.2,
      "type": 1
    },
    "DragonMDamReduc": {
      "a": 0.04,
      "b": -0.2,
      "type": 1
    }
  }
}

Self Skill

{
  "id": 117238,
  "BuffName": "Epiclesis [Peak]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "type": "AttrChange",
    "MaxHpPer": 0.2
  },
  "DeadCanAdd": 1,
  "BuffStateID": 117230
}

Formula

{
  "id": 1222010,
  "Buff": {
    "team": [
      117237,
      117238,
      117231
    ],
    "friend": [
      117237,
      117238,
      117231
    ],
    "self_skill": [
      117237,
      117238,
      117231
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 1222001,
      "params": [
        20
      ]
    }
  ],
  "Icon": "skill_1222001",
  "Camps": "Friend",
  "Level": 10,
  "Logic": "SkillPointRange",
  "DescId": "##170502",
  "NameZh": "##158875",
  "DelayCD": 3,
  "Fire_EP": 3,
  "SE_cast": "Common/Magic_cast",
  "Pvp_buff": {
    "team": [
      117237,
      117238,
      117231
    ],
    "friend": [
      117237,
      117238,
      117231
    ],
    "self_skill": [
      117237,
      117238,
      117231
    ]
  },
  "AttackAct": [
    "use_magic"
  ],
  "Attack_EP": 0,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 6,
    "type": 2
  },
  "SE_attack": "Skill/Epiclesis",
  "SkillCost": {
    "1": {
      "num": 1,
      "itemID": 12568
    },
    "sp": 200
  },
  "SkillType": "Revive",
  "Target_EP": 0,
  "Logic_Param": {
    "count": 7,
    "range": 3,
    "select": 5,
    "OnceBuff": [
      117236,
      129050
    ],
    "interval": 1,
    "no_select": 1,
    "isCountTrap": 1,
    "trap_effect": "Epiclesis"
  },
  "Launch_Range": 6,
  "AutoCondition": [
    {
      "time": 7,
      "type": 1,
      "no_target": 1
    },
    {
      "type": 10
    }
  ]
}