From c49098a919c549e9e66f9f3a97e6f9adc9863b98 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 May 2020 14:04:14 -0300 Subject: Intelligence may now affect positively Katazuli A mage with 80 int will cause Katazuli to break faster. --- npc/042-10/ctrl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/042-10/ctrl.txt') diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index 3482b6f0f..fc60db75a 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -150,7 +150,7 @@ function script KatazuliCore { .@cat=getareadropitem(getmap(), .x-3, .y-3, .x+3, .y+3, DarkPetal, true); // Your own power boost - .@cat+=1; + .@cat+=limit(1, readparam2(bInt)/40, 3); // Power the circle .@power=getd("$@GTEMP_"+.@id+"_"+.@m$)+.@cat; -- cgit v1.2.3-60-g2f50