diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-04 22:30:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-04 22:30:07 -0300 |
commit | 0c2ff77b80467aab3526cd804924e7d39e2109bf (patch) | |
tree | c3b11866969d8fe3d0e08bd14795ea8909afd8e9 /db/re/skill_db.conf | |
parent | a4acbfc72331bf3599d1915a36a7fa2681de2e8e (diff) | |
download | serverdata-0c2ff77b80467aab3526cd804924e7d39e2109bf.tar.gz serverdata-0c2ff77b80467aab3526cd804924e7d39e2109bf.tar.bz2 serverdata-0c2ff77b80467aab3526cd804924e7d39e2109bf.tar.xz serverdata-0c2ff77b80467aab3526cd804924e7d39e2109bf.zip |
Make Nature Wall easier to cast. You need to wait 1.6s to cast
Diffstat (limited to 'db/re/skill_db.conf')
-rw-r--r-- | db/re/skill_db.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 42700ed20..0ce6fa147 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -915,8 +915,8 @@ skill_db: ( SkillInstances: 3 KnockBackTiles: 2 CastTime: { - Lv1: 1400 - Lv2: 1240 + Lv1: 1300 + Lv2: 1140 Lv3: 1080 Lv4: 920 Lv5: 860 @@ -927,7 +927,7 @@ skill_db: ( Lv10: 360 } SkillData1: { - Lv1: 7000 + Lv1: 7500 Lv2: 10000 Lv3: 12000 Lv4: 14000 @@ -939,16 +939,16 @@ skill_db: ( Lv10: 26000 } FixedCastTime: { - Lv1: 400 - Lv2: 360 - Lv3: 320 - Lv4: 280 - Lv5: 240 - Lv6: 220 - Lv7: 200 - Lv8: 180 - Lv9: 160 - Lv10: 140 + Lv1: 300 + Lv2: 260 + Lv3: 220 + Lv4: 180 + Lv5: 140 + Lv6: 120 + Lv7: 100 + Lv8: 80 + Lv9: 60 + Lv10: 40 } Requirements: { SPCost: 140 |