From 90f8941def4b977e65bd0f441aab526333736a11 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 11:59:43 -0300 Subject: Add required skill: Resurrection. Continue the code for the showdown. --- db/re/skill_db.conf | 37 +++++++++++++++++++++++++++++++++++++ db/re/skill_tree.conf | 1 + 2 files changed, 38 insertions(+) (limited to 'db') diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index add2b0b94..4fe0839d4 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -40383,6 +40383,43 @@ skill_db: ( } } }, +{ + Id: 20077 + Name: "TMW2_RESURRECT" + Description: "Resurrection" + MaxLevel: 10 + Range: 4 + SkillType: { + Friend: true + } + Hit: "BDT_SKILL" + AttackType: "Magic" + DamageType: { + NoDamage: true + } + InterruptCast: true + CoolDown: { + Lv1: 30000 + Lv2: 28000 + Lv3: 26000 + Lv4: 24000 + Lv5: 20000 + Lv6: 19000 + Lv7: 18000 + Lv8: 17000 + Lv9: 16000 + Lv10: 15000 + } + CastTime: 2000 + FixedCastTime: 500 + AfterCastActDelay: 300 + Requirements: { + SPCost: 120 + Items: { + Lifestone: 1 + } + } +}, diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 1ffa2296a..c56187053 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -86,6 +86,7 @@ Human: { TMW2_FIRSTAID: 0 TMW2_HEALING: 0 TMW2_MAGNUSHEAL: 0 + TMW2_RESURRECT: 0 EVOL_AREA_PROVOKE: 0 ///////////////// Magic v3 (Magic Skills) -- cgit v1.2.3-70-g09d2