summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-07 22:23:22 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-07 22:23:22 -0300
commit417e623583c211c370a1162489831822f07b04d5 (patch)
tree6d319f3061125aeba6f9da9971ff634bbe6763f9 /npc
parent2f729b93cbae81e9476f04c44890feb4e5f8cf3d (diff)
downloadserverdata-417e623583c211c370a1162489831822f07b04d5.tar.gz
serverdata-417e623583c211c370a1162489831822f07b04d5.tar.bz2
serverdata-417e623583c211c370a1162489831822f07b04d5.tar.xz
serverdata-417e623583c211c370a1162489831822f07b04d5.zip
Fix distribution of supporting snowmans, and nerf the ticket drop
Diffstat (limited to 'npc')
-rw-r--r--npc/annuals/xmas/2021.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index 27451e99..3abb7e71 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -172,7 +172,7 @@ function script X21INIT {
}
for (.@i=0; .@i < .@g; .@i++) {
- .@mg = areamonster(.@mapd$, 30, 38, 50, 51, "Snowman (Beta)", Snowman, 1);
+ .@mg = areamonster(.@mapd$, 140, 149, 149, 160, "Snowman (Beta)", Snowman, 1);
.@hp = rand2(3500, 5700);
.@ak = rand2(70, 120);
setunitdata(.@mg, UDT_MAXHP, .@hp);
@@ -183,7 +183,7 @@ function script X21INIT {
}
for (.@i=0; .@i < .@g; .@i++) {
- .@mg = areamonster(.@mapd$, 30, 38, 50, 51, "Snowman (Gamma)", Snowman, 1);
+ .@mg = areamonster(.@mapd$, 37, 142, 47, 152, "Snowman (Gamma)", Snowman, 1);
.@hp = rand2(3500, 5700);
.@ak = rand2(70, 120);
setunitdata(.@mg, UDT_MAXHP, .@hp);