From 296b56b6e6e747891b64179b458d76c1fb1e0aab Mon Sep 17 00:00:00 2001 From: "Guilherme G. Menaldo" Date: Sun, 20 Aug 2023 12:39:06 -0300 Subject: [PATCH] Rebalance of MO_ABSORBSPIRITS (Absorb Spirit Sphere) - Reduced fixed casting time: 1s -> 0.5s - Removed variable casting time From massive skills rebalance (1st/2nd/transclass) (2018.10.31) --- db/re/skill_db.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 8c2fa847272..a50b8d77f07 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -7979,8 +7979,7 @@ skill_db: ( NoDamage: true } InterruptCast: true - CastTime: 1000 - FixedCastTime: 1000 + FixedCastTime: 500 Requirements: { SPCost: 5 }