From 4d62c314f66cfcf4c93d22c6303d3dfcc85b606e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Jan 2021 03:00:49 -0300 Subject: Change Homunculus Ressurection Time from 3000ms to a variable compound. Lv.1 - 3450 ms ; Lv. 5 2850 ms However, at lower levels (which use much more MP), the compoud is affected by other stats like agility and dextry --- db/re/skill_db.conf | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 9be9259d0..ef1ceee46 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -7392,8 +7392,23 @@ skill_db: ( } SplashRange: 1 NumberOfHits: 0 - CastTime: 2000 - FixedCastTime: 1000 + CastTime: { + Lv1: 2200 + Lv2: 2100 + Lv3: 2000 + Lv4: 1900 + Lv5: 1800 + Lv6: 1750 + } + FixedCastTime: { + Lv1: 1250 + Lv2: 1200 + Lv3: 1150 + Lv4: 1100 + Lv5: 1050 + Lv6: 1000 + } + Requirements: { SPCost: { Lv1: 200 -- cgit v1.2.3-70-g09d2