diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-06 12:55:04 +0100 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-06 12:55:04 +0100 |
commit | 35461847740b20e474ad0f68c99512f4e8d94fc9 (patch) | |
tree | cca55f41d01b259884a3dd0b66bb2388b2d269fc /db | |
parent | 6fb95fff5b46efb05060283caeb512c8af8636ec (diff) | |
download | hercules-35461847740b20e474ad0f68c99512f4e8d94fc9.tar.gz hercules-35461847740b20e474ad0f68c99512f4e8d94fc9.tar.bz2 hercules-35461847740b20e474ad0f68c99512f4e8d94fc9.tar.xz hercules-35461847740b20e474ad0f68c99512f4e8d94fc9.zip |
Add a 15 HPCost requirement to CASH_INCAGI skill
According to my tests on AEGIS, the CASH_INCAGI skill requires 15 HP for casting and also consumes them.
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/skill_db.conf | 3 | ||||
-rw-r--r-- | db/re/skill_db.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index 4cd451e7f..1129645f8 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -17694,6 +17694,9 @@ skill_db: ( Lv10: 240000 } CoolDown: 0 + Requirements: { + HPCost: 15 + } }, { Id: 691 diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 8866f1742..5c73267db 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -18162,6 +18162,9 @@ skill_db: ( Lv10: 240000 } FixedCastTime: -1 + Requirements: { + HPCost: 15 + } }, { Id: 691 |