diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 02:58:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 02:58:58 -0300 |
commit | 0229505671e76d92481031e86cd7c85a4df37791 (patch) | |
tree | 5b8e19c435e1ca52e12e6b0ec5f4f7dc6bdc8594 /db/re | |
parent | 1ecd9ba7ffcafb483d8a408c304492da1828834d (diff) | |
download | serverdata-0229505671e76d92481031e86cd7c85a4df37791.tar.gz serverdata-0229505671e76d92481031e86cd7c85a4df37791.tar.bz2 serverdata-0229505671e76d92481031e86cd7c85a4df37791.tar.xz serverdata-0229505671e76d92481031e86cd7c85a4df37791.zip |
Make Homun ressurection 500 MP cheaper
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_db.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index fd7ee4166..9be9259d0 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -7396,12 +7396,12 @@ skill_db: ( FixedCastTime: 1000 Requirements: { SPCost: { - Lv1: 700 - Lv2: 672 - Lv3: 644 - Lv4: 616 - Lv5: 588 - Lv6: 560 + Lv1: 200 + Lv2: 172 + Lv3: 144 + Lv4: 116 + Lv5: 88 + Lv6: 60 } } }, |