diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-03 14:29:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-03 14:29:32 -0300 |
commit | bb044cf537a4a7cf409242860c79c918ae3e21b9 (patch) | |
tree | 26d64fb810e3f60d3c149d605105662b859fc379 | |
parent | 5cdd4c417c062140a038c1e6d5a79671123a2926 (diff) | |
download | serverdata-bb044cf537a4a7cf409242860c79c918ae3e21b9.tar.gz serverdata-bb044cf537a4a7cf409242860c79c918ae3e21b9.tar.bz2 serverdata-bb044cf537a4a7cf409242860c79c918ae3e21b9.tar.xz serverdata-bb044cf537a4a7cf409242860c79c918ae3e21b9.zip |
Make this spice to allow it more power
-rw-r--r-- | npc/042-10/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index 2f6f3305a..06cde69aa 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/35, 3); + .@cat+=limit(1, .@bint/32, 4); // Power the circle .@power=getd("$@GTEMP_"+.@id+"_"+.@m$)+.@cat; |