From 16b5eb58fb5d5a077e64bb5897fe7be32f7916a0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 5 Jun 2022 22:30:30 -0300 Subject: Increase Luvia's HP, but. She needs mob_skill to retaliate. --- npc/034-4/lobby.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/034-4/lobby.txt b/npc/034-4/lobby.txt index 2b88d037f..3af9043f1 100644 --- a/npc/034-4/lobby.txt +++ b/npc/034-4/lobby.txt @@ -82,7 +82,7 @@ OnTimer15000: .luvia = monster(.mp$, 98, 38, "Luvia Gemini", Luvia, 1, "#GeminiShowdown::OnABC"); // Grant her more HP if more players came to attack her - .@hp = getunitdata(.luvia, UDT_MAXHP) + (getmapusers(.mp$) * 10000); + .@hp = getunitdata(.luvia, UDT_MAXHP) + (getmapusers(.mp$) * 12000); setunitdata(.luvia, UDT_MAXHP, .@hp); setunitdata(.luvia, UDT_HP, .@hp); -- cgit v1.2.3-60-g2f50