From 94fa343212d99cd6614270e37695ac6837eea605 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 1 Mar 2021 15:24:42 -0300 Subject: Replace Tanker Homunculus Healing Skill. It is now capable to self-heal! --- db/re/skill_db.conf | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) (limited to 'db/re/skill_db.conf') diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 498676614..ac87943a6 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -34010,7 +34010,7 @@ skill_db: ( { Id: 8001 Name: "HLIF_HEAL" - Description: "Healing Touch" + Description: "Weak Healing Touch" MaxLevel: 9 Range: 9 Hit: "BDT_SKILL" @@ -39975,4 +39975,56 @@ skill_db: ( SPCost: 210 } }, +// Additional Homunculus Skills +{ + Id: 8044 + Name: "TMW2_SKILLH" + Description: "Skill H" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Enemy: true + } + AttackType: "Magic" + AfterCastActDelay: 1000 + FixedCastTime: -1 + DamageType: { + NoDamage: true + } + Requirements: { + SPCost: 20 + } +}, +{ + Id: 8045 + Name: "TMW2_HOMUN_HEAL" + Description: "Healing Touch" + MaxLevel: 9 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + AfterCastActDelay: 800 + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 11 + Lv2: 14 + Lv3: 17 + Lv4: 20 + Lv5: 23 + Lv6: 26 + Lv7: 29 + Lv8: 32 + Lv9: 35 + Lv10: 37 + } + } +}, ) -- cgit v1.2.3-60-g2f50