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 +++ 1 file changed, 3 insertions(+) (limited to 'db/pre-re/skill_db.conf') 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 -- cgit v1.2.3-70-g09d2 From 5baef19736fbe26f8b0ac23e61059c14afb6211c Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Fri, 6 Mar 2020 12:58:09 +0100 Subject: Add the requirement to have a weapon equipped to RK_CRUSHSTRIKE skill According to my tests on AEGIS, the CRUSHSTRIKE skill requires an equipped weapon for casting. --- db/pre-re/skill_db.conf | 25 +++++++++++++++++++++++++ db/re/skill_db.conf | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) (limited to 'db/pre-re/skill_db.conf') diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index 1129645f8..1222aa1a0 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -18631,6 +18631,31 @@ skill_db: ( CoolDown: 0 Requirements: { SPCost: 1 + WeaponTypes: { + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Bows: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + 2HStaves: true + } } }, { diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 5c73267db..376fba179 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -19186,6 +19186,31 @@ skill_db: ( FixedCastTime: 1000 Requirements: { SPCost: 1 + WeaponTypes: { + Daggers: true + 1HSwords: true + 2HSwords: true + 1HSpears: true + 2HSpears: true + 1HAxes: true + 2HAxes: true + Maces: true + 2HMaces: true + Staves: true + Bows: true + Knuckles: true + Instruments: true + Whips: true + Books: true + Katars: true + Revolvers: true + Rifles: true + GatlingGuns: true + Shotguns: true + GrenadeLaunchers: true + FuumaShurikens: true + 2HStaves: true + } } }, { -- cgit v1.2.3-70-g09d2