diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-02 15:03:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-02 15:03:56 -0300 |
commit | 8a4c4f4049f4c55a63a63b12ef9d3915b7f103ec (patch) | |
tree | af1ab50307ad4257c9b0d9e8fa24d11e0a0b60f7 /db/re | |
parent | 0e07358e27ea8e068cc0b6d81736829ff339fcae (diff) | |
download | serverdata-8a4c4f4049f4c55a63a63b12ef9d3915b7f103ec.tar.gz serverdata-8a4c4f4049f4c55a63a63b12ef9d3915b7f103ec.tar.bz2 serverdata-8a4c4f4049f4c55a63a63b12ef9d3915b7f103ec.tar.xz serverdata-8a4c4f4049f4c55a63a63b12ef9d3915b7f103ec.zip |
Counter attack time +500 ms.
It's good on PvP, but monsters in average take 1200~1800 ms to damage.
So 1000ms of counter attack is only useful against rapid attacking monsters.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_db.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 7c122c089..86ce6552e 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -2243,16 +2243,16 @@ skill_db: ( IgnoreDefense: true } SkillData1: { - Lv1: 500 - Lv2: 1000 - Lv3: 1500 - Lv4: 2000 - Lv5: 2500 - Lv6: 3000 - Lv7: 3500 - Lv8: 4000 - Lv9: 4500 - Lv10: 5000 + Lv1: 1000 + Lv2: 1500 + Lv3: 2000 + Lv4: 2500 + Lv5: 3000 + Lv6: 3500 + Lv7: 4000 + Lv8: 4500 + Lv9: 5000 + Lv10: 6000 } FixedCastTime: 0 Requirements: { |