diff options
Diffstat (limited to 'npc/033-2')
-rw-r--r-- | npc/033-2/magic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/033-2/magic.txt b/npc/033-2/magic.txt index fc5cc91..89989bc 100644 --- a/npc/033-2/magic.txt +++ b/npc/033-2/magic.txt @@ -231,7 +231,7 @@ function script Crossroads_Magic { case Ele_Ghost: .@MB = MisterPrickel; break; default: .@MB = Assassin; break; // ??? } - .@t = 1 + (min(readparam2(bInt), 150) / 15) + (.@PW/10); + .@t = 10 + (min(readparam2(bInt), 150) / 15) + (.@PW/5); .@a = 1 + (.@PW/25) + (.@RG/2); // Amount of spawns // Actual summoning core for (.@i=0; .@i < .@a; .@i++) { |