diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-02 11:30:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-02 11:30:36 -0300 |
commit | d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735 (patch) | |
tree | 75cd41bc64c638d1bd53bcc059aabc2d73e409f2 /db | |
parent | a166e58f4c640354bd902630964e33ed6573fe32 (diff) | |
download | serverdata-d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735.tar.gz serverdata-d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735.tar.bz2 serverdata-d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735.tar.xz serverdata-d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735.zip |
New lucky homunculus skill - Little Wonders
Diffstat (limited to 'db')
-rw-r--r-- | db/homun_skill_tree.txt | 1 | ||||
-rw-r--r-- | db/re/skill_db.conf | 42 |
2 files changed, 43 insertions, 0 deletions
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 + } + } +}, ) |