summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-11 13:09:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-11 13:09:10 -0300
commit43eba40a48d550e01e038cf966f505fa4e12990d (patch)
tree4215a96da41cf8d82836cbf2479cd5a93eb2caf4
parent4e3c393a2f80cbb151bfd4dde172ec9637590f8d (diff)
downloadserverdata-43eba40a48d550e01e038cf966f505fa4e12990d.tar.gz
serverdata-43eba40a48d550e01e038cf966f505fa4e12990d.tar.bz2
serverdata-43eba40a48d550e01e038cf966f505fa4e12990d.tar.xz
serverdata-43eba40a48d550e01e038cf966f505fa4e12990d.zip
More balance tweaks: Nerf Snowman base HP (081-3) but raise spawn rate
-rw-r--r--db/pre-re/mob_db.conf2
-rw-r--r--npc/081-3/logic.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf
index 52e5cd89..aac9be80 100644
--- a/db/pre-re/mob_db.conf
+++ b/db/pre-re/mob_db.conf
@@ -7078,7 +7078,7 @@ mob_db: (
SpriteName: "Snowman"
Name: "Snowman"
Lv: 100
- Hp: 5000
+ Hp: 4200
Sp: 0
Exp: 2897
JExp: 689
diff --git a/npc/081-3/logic.txt b/npc/081-3/logic.txt
index d4a173b6..a2d61032 100644
--- a/npc/081-3/logic.txt
+++ b/npc/081-3/logic.txt
@@ -89,7 +89,7 @@ OnFlush:
end;
// Pseudo-Magic
-OnTimer40000:
+OnTimer37000:
if (getunittype(.BC1ID) < 0) {
stopnpctimer;
end;