From 35461847740b20e474ad0f68c99512f4e8d94fc9 Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Fri, 6 Mar 2020 12:55:04 +0100 Subject: 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. --- db/pre-re/skill_db.conf | 3 +++ db/re/skill_db.conf | 3 +++ 2 files changed, 6 insertions(+) (limited to 'db') 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 -- cgit v1.2.3-70-g09d2