From 417e623583c211c370a1162489831822f07b04d5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 7 Dec 2021 22:23:22 -0300 Subject: Fix distribution of supporting snowmans, and nerf the ticket drop --- db/constants.conf | 2 +- npc/annuals/xmas/2021.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/constants.conf b/db/constants.conf index b7554e2c..1f955a10 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3398,7 +3398,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). X21BC1_ON: 1 X21BC1_OFF: 2 X21_EXP_PUZZLE: 15000 - X21_TICKET_PUZZLE: 15 + X21_TICKET_PUZZLE: 10 X21_TICKET_BOSS: 5 X21_TICKET_SUPPORT: 2 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); -- cgit v1.2.3-70-g09d2