diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-22 19:37:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-22 19:37:57 -0300 |
commit | 12e0799671da6a54be03e830366eb6d7377d0519 (patch) | |
tree | 74ea08ca60e7ce8f1c7f8e7cf86a406dbc37eb19 /db | |
parent | 3591efd00fc1d1a1f5fb4d49dbf0f5a46b083b28 (diff) | |
download | serverdata-12e0799671da6a54be03e830366eb6d7377d0519.tar.gz serverdata-12e0799671da6a54be03e830366eb6d7377d0519.tar.bz2 serverdata-12e0799671da6a54be03e830366eb6d7377d0519.tar.xz serverdata-12e0799671da6a54be03e830366eb6d7377d0519.zip |
Give a function to Demure skill. Although it is totally useless.
It should not boost ASPD, it should boost attack power and hit rate!
Diffstat (limited to 'db')
-rw-r--r-- | db/re/skill_db.conf | 12 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 4 |
2 files changed, 15 insertions, 1 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 4a339129b..48600a1b1 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38806,6 +38806,18 @@ skill_db: ( Name: "TMW2_DEMURE" Description: "Full Rage" MaxLevel: 10 + CoolDown: { + Lv1: 30000 + Lv2: 61000 + Lv3: 92000 + Lv4: 123000 + Lv5: 154000 + Lv6: 185000 + Lv7: 216000 + Lv8: 247000 + Lv9: 278000 + Lv10: 309000 + } SkillType: { Self: true } diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 0e7e44cea..d183a5eba 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -54,7 +54,6 @@ Human: { TMW2_ZARKOR: 3 TMW2_DUCKY: 10 TMW2_KALMURK: 4 - TMW2_DEMURE: 15 TMW2_DRAGOKIN: 5 TMW2_LIMERIZER: 5 TMW2_HALHISS: 8 @@ -76,6 +75,9 @@ Human: { MC_DISCOUNT: 0 MC_OVERCHARGE: 0 + // Legendary Skills + TMW2_DEMURE: 10 + ///////////////// Magic v3 (Custom/Trickmaster) TMW2_MANABOMB: 0 |