diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-03 10:43:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-03 10:43:57 -0300 |
commit | be46db6955d9976392a76071096b8400dfe91401 (patch) | |
tree | 687b6c6739eb4807e849771001d7d39a0c0eaa46 | |
parent | c0248a30133097deedda51c3f2c8045dd517cee3 (diff) | |
download | serverdata-be46db6955d9976392a76071096b8400dfe91401.tar.gz serverdata-be46db6955d9976392a76071096b8400dfe91401.tar.bz2 serverdata-be46db6955d9976392a76071096b8400dfe91401.tar.xz serverdata-be46db6955d9976392a76071096b8400dfe91401.zip |
Boost Sacred Mana and Sacred Life pots from +10% to +15%
-rw-r--r-- | db/re/item_db.conf | 8 | ||||
-rw-r--r-- | db/re/mob_skill_db.conf | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9848c3331..9d4d8a33f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2977,8 +2977,8 @@ item_db: ( Refine: false Delay: 500 Script: <" - @min = 10; - @max = 10; + @min = 15; + @max = 15; @delay = 300; @type = SC_INCMHPRATE; doevent "inc_sc_bonus::OnUse"; @@ -2995,8 +2995,8 @@ item_db: ( Refine: false Delay: 500 Script: <" - @min = 10; - @max = 10; + @min = 15; + @max = 15; @delay = 300; @type = SC_INCMSPRATE; doevent "inc_sc_bonus::OnUse"; diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 7236962b4..a4a3e37c9 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -2018,7 +2018,7 @@ SKILL_COND2 = { CastCondition: "MSC_ALWAYS" ChatMsgID: 9 } - // TODO: Spawns (Chat Message 7) (Adjust based on HP) + // TODO: Spawns (Chat Message 7) (Adjust based on HP) } /**********************************************************************/ |