From 1ecd9ba7ffcafb483d8a408c304492da1828834d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Jan 2021 02:58:20 -0300 Subject: Replace Homunculus Skills MP cost from Variable to Fixed. Which means ressurection is back at 700 MP... --- db/re/skill_db.conf | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'db/re/skill_db.conf') diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index e4b08b0f4..fd7ee4166 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -7350,14 +7350,11 @@ skill_db: ( SplashRange: 1 NumberOfHits: 0 Requirements: { - SPRateCost: { - Lv1: 20 - Lv2: 15 - Lv3: 10 + SPCost: { + Lv1: 140 + Lv2: 105 + Lv3: 70 } -// Items: { -// Germination_Breed: 1 -// } } }, { @@ -7373,10 +7370,10 @@ skill_db: ( } NumberOfHits: 0 Requirements: { - SPRateCost: { - Lv1: 10 - Lv2: 7 - Lv3: 5 + SPCost: { + Lv1: 70 + Lv2: 49 + Lv3: 35 } } }, @@ -7398,13 +7395,13 @@ skill_db: ( CastTime: 2000 FixedCastTime: 1000 Requirements: { - SPRateCost: { - Lv1: 100 - Lv2: 96 - Lv3: 92 - Lv4: 88 - Lv5: 84 - Lv6: 80 + SPCost: { + Lv1: 700 + Lv2: 672 + Lv3: 644 + Lv4: 616 + Lv5: 588 + Lv6: 560 } } }, -- cgit v1.2.3-60-g2f50