summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-25 16:45:33 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-25 16:45:33 -0300
commit635fe3bca06d673a9f0c5917da1e1f4c14ef09cb (patch)
treedcb14962e4e80cc3492b9bf0985a82e19de7a317
parent2070d6988ef8a450fa06991dcbeb78d5bc29c707 (diff)
downloadserverdata-635fe3bca06d673a9f0c5917da1e1f4c14ef09cb.tar.gz
serverdata-635fe3bca06d673a9f0c5917da1e1f4c14ef09cb.tar.bz2
serverdata-635fe3bca06d673a9f0c5917da1e1f4c14ef09cb.tar.xz
serverdata-635fe3bca06d673a9f0c5917da1e1f4c14ef09cb.zip
Nerf Judgment from the Icicle a tiny bit
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/006-7/ctrl.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index acd014f5c..742f601f0 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -623,7 +623,7 @@ item_db: (
sc_end SC_SILENCE;
sc_end SC_CONFUSION;
sc_end SC_BLIND;
- sc_end SC_BLOODING;
+ sc_end SC_BLOODING; // FIXME: Failing?
sc_end SC_DPOISON;
sc_end SC_FEAR;
sc_end SC_COLD;
diff --git a/npc/006-7/ctrl.txt b/npc/006-7/ctrl.txt
index b275bfd9a..3dd1aae15 100644
--- a/npc/006-7/ctrl.txt
+++ b/npc/006-7/ctrl.txt
@@ -185,7 +185,7 @@ OnTimer5000:
if (.@hp < 3) {
// Third Attack Pattern: Judgment
unittalk(.BOSS, sprintf("%s cannot stop me! ##BJudgment##b!", strcharinfo(0, "cursed player", .@mvp)));
- .@PW=250; .@SPW=60; .@RG=3;
+ .@PW=240; .@SPW=60; .@RG=3;
} else if (.@hp < 7) {
// Second Attack Pattern: Holy Light
unittalk(.BOSS, sprintf("%s, I'll show you no mercy! ##BHoly Light##b!", strcharinfo(0, "cursed player", .@mvp)));