diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 14:47:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 14:47:25 -0300 |
commit | ec2d2fbae03b7436d05a98175aaf85576a155397 (patch) | |
tree | 2044471959027b22ee22554be0f170e1796c5bd3 /db/re/skill_db.conf | |
parent | 080992c4cd4f5d82d9c330256ad169c0f8a6013c (diff) | |
download | serverdata-ec2d2fbae03b7436d05a98175aaf85576a155397.tar.gz serverdata-ec2d2fbae03b7436d05a98175aaf85576a155397.tar.bz2 serverdata-ec2d2fbae03b7436d05a98175aaf85576a155397.tar.xz serverdata-ec2d2fbae03b7436d05a98175aaf85576a155397.zip |
halhiss now makes use of the new magical system
Diffstat (limited to 'db/re/skill_db.conf')
-rw-r--r-- | db/re/skill_db.conf | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 3f6dade8b..c822c00de 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38816,13 +38816,42 @@ skill_db: ( Id: 20036 Name: "TMW2_HALHISS" Description: "Halhiss" - MaxLevel: 12 + MaxLevel: 10 SkillType: { Self: true } 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: 35 + Lv2: 41 + Lv3: 47 + Lv4: 53 + Lv5: 59 + Lv6: 65 + Lv7: 71 + Lv8: 77 + Lv9: 83 + Lv10: 90 + } + Items: { + SnakeEgg: 1 + } + } }, { Id: 20037 |