From c3ba2133726e9da04566ea6bc97c9ad2cc622272 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Oct 2021 21:15:30 -0300 Subject: Raise chance to get Speed / Reflect / Power / Wall Cards from Arcmage Boxset --- npc/items/arcmage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/items/arcmage.txt') diff --git a/npc/items/arcmage.txt b/npc/items/arcmage.txt index 486db2661..d2cd59921 100644 --- a/npc/items/arcmage.txt +++ b/npc/items/arcmage.txt @@ -19,7 +19,7 @@ function script MakeRandomArcmageCard { // 5% chances of a rare card // Actually only 1/3 of this rate is effective // Therefore real chances are of about 1.67% - if (.@r < 500+JobLevel) { + if (.@r < 500+(JobLevel*2)) { array_push(.@arcmagecards, SpeedCard); array_push(.@arcmagecards, ReflectCard); array_push(.@arcmagecards, PowerCard); -- cgit v1.2.3-60-g2f50