From afc8d0d28d54fd7f0002ef3618b5f789bf2a22e9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Feb 2021 15:29:05 -0300 Subject: While using Aegis Shield, summons last 2.5x longer than usual. --- npc/config/magic.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc') diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 9c9a3c6bc..71f7edee8 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -120,6 +120,8 @@ function script SummonMagic { .@lifetime=rand(35,50)+.@lv*10; // Abizit makes lifetime vary (like AdjustSpellpower) .@lifetime = .@lifetime * (80 + abizit() * rand2(5,10)) / 100; + if (isequippedcnt(AegisShield)) + .@lifetime = .@lifetime * 5 / 2; .@mids=summon("Summoned Monster", .@id, .@lifetime); .@bhp=getunitdata(.@mids, UDT_MAXHP); // Each skill level raises HP in 5% -- cgit v1.2.3-70-g09d2