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/re/skill_db.conf | |
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/re/skill_db.conf')
-rw-r--r-- | db/re/skill_db.conf | 12 |
1 files changed, 12 insertions, 0 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 } |