From cf40170a73876d5246aad64da92336a6102aafda Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 May 2024 20:19:01 -0300 Subject: Improve Death Touch --- npc/026-7/boss.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 9adeec20a..cdac955ac 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -539,6 +539,13 @@ OnDeathTouch: dispbottom l("Death grazes your soul (-%s HP)", fnum(Hp*3/10)); percentheal -30, 0; } + // Buff the Monster King slightly (approx. +3.5% damage per player) + .@bat=getunitdata(.MK, UDT_ATKMAX); + .@bat += .@bat / 28; + setunitdata(.MK, UDT_ATKMAX, .@bat); + .@bat=getunitdata(.MK, UDT_ATKMIN); + .@bat += .@bat / 28; + setunitdata(.MK, UDT_ATKMIN, .@bat); end; // Monster King was defeated - game won -- cgit v1.2.3-60-g2f50