From ecca3e4c962e02ce372bc4d0ab6d0be81f184852 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Jun 2020 20:26:21 -0300 Subject: Katazuli: Randomly boost sitting power gain --- npc/042-10/ctrl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/042-10') diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index dfa39b6f9..837ed220a 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -151,7 +151,7 @@ function script KatazuliCore { // Your own power boost .@bint=rand2(readparam2(bInt)/2, readparam2(bInt)); - .@cat+=limit(1, .@bint/32, 4); + .@cat+=limit(1, .@bint/32, 4)+any(0,1); // Power the circle .@power=getd("$@GTEMP_"+.@id+"_"+.@m$)+.@cat; -- cgit v1.2.3-60-g2f50