From d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 2 Mar 2021 11:30:36 -0300 Subject: New lucky homunculus skill - Little Wonders --- db/homun_skill_tree.txt | 1 + db/re/skill_db.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) (limited to 'db') diff --git a/db/homun_skill_tree.txt b/db/homun_skill_tree.txt index 9d95982d9..775fecb5f 100644 --- a/db/homun_skill_tree.txt +++ b/db/homun_skill_tree.txt @@ -29,6 +29,7 @@ 6004,8008,3,0,0,0,0,0,0,0,0,0,0,0 //HAMI_BLOODLUST** - Raise ATK and leech HP 6004,8006,5,0,0,0,0,0,0,0,0,0,0,0 //HAMI_DEFENCE**** - Raises vit for both 6005,8009,5,0,0,0,0,0,0,0,0,0,0,0 //HFLI_MOON** - Like Bash, can also multihit +6005,8046,5,0,0,0,0,0,0,0,0,0,0,0 //TMW2_LITTLE_WONDERS - Dispel some ailments 6006,8044,5,0,0,0,0,0,0,0,0,0,0,0 //TMW2_SKILLX - Raises EXP gain from target 6007,8007,5,0,0,0,0,0,0,0,0,0,0,0 //HAMI_SKIN* - Passive, raises HC HP/Regen/DEF 6007,8011,5,0,0,0,0,0,0,0,0,0,0,0 //HFLI_SPEED** - Raise HC Flee/Evasion diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index e6fe32d5f..3f1e4f615 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -40039,4 +40039,46 @@ skill_db: ( } } }, +{ + Id: 8046 + Name: "TMW2_LITTLE_WONDERS" + Description: "Little Wonders" + MaxLevel: 5 + Range: 9 + Hit: "BDT_SKILL" + SkillType: { + Self: true + } + AttackType: "Magic" + DamageType: { + NoDamage: true + } + CoolDown: { + Lv1: 15000 + Lv2: 14000 + Lv3: 13000 + Lv4: 11500 + Lv5: 10000 + Lv6: 10000 + Lv7: 10000 + Lv8: 10000 + Lv9: 10000 + Lv10: 10000 + } + FixedCastTime: -1 + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 37 + Lv3: 35 + Lv4: 32 + Lv5: 30 + Lv6: 30 + Lv7: 30 + Lv8: 30 + Lv9: 30 + Lv10: 30 + } + } +}, ) -- cgit v1.2.3-70-g09d2