diff options
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/arcmage.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/items/arcmage.txt b/npc/items/arcmage.txt index 06d69f367..15ab88ccb 100644 --- a/npc/items/arcmage.txt +++ b/npc/items/arcmage.txt @@ -17,6 +17,8 @@ function script MakeRandomArcmageCard { .@r=rand(0,10000); // 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) { array_push(.@arcmagecards, SpeedCard); array_push(.@arcmagecards, ReflectCard); |