diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 14:53:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 14:53:25 -0300 |
commit | 828faa16bd8707f0cf8438b7e78575ab399d4a5e (patch) | |
tree | e97eb22833431ec66660a038e68622b9f69a70a6 /db/re/skill_db.conf | |
parent | 3dc0e0423bb17cd1a13830afc15e13521912d10c (diff) | |
download | serverdata-828faa16bd8707f0cf8438b7e78575ab399d4a5e.tar.gz serverdata-828faa16bd8707f0cf8438b7e78575ab399d4a5e.tar.bz2 serverdata-828faa16bd8707f0cf8438b7e78575ab399d4a5e.tar.xz serverdata-828faa16bd8707f0cf8438b7e78575ab399d4a5e.zip |
Fairy Kingdom now uses new magic system (but still can't summon Pixies)
Diffstat (limited to 'db/re/skill_db.conf')
-rw-r--r-- | db/re/skill_db.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index bbb07a4e5..c6f4cdc98 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38905,6 +38905,35 @@ skill_db: ( SkillInfo: { Quest: true } + CoolDown: { + Lv1: 45000 + Lv2: 44000 + Lv3: 43000 + Lv4: 42000 + Lv5: 41000 + Lv6: 40000 + Lv7: 38000 + Lv8: 37000 + Lv9: 36000 + Lv10: 35000 + } + Requirements: { + SPCost: { + Lv1: 40 + Lv2: 44 + Lv3: 48 + Lv4: 52 + Lv5: 56 + Lv6: 60 + Lv7: 64 + Lv8: 68 + Lv9: 72 + Lv10: 75 + } + Items: { + FluoPowder: 1 + } + } }, { Id: 20039 |