From 1a5f3d0cca83abdabf7d4674725ffd22ec897535 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 4 Sep 2019 12:41:51 -0300 Subject: Update a comment to reflect the real rare card drop chance is not 5%, but 1.67% --- npc/items/arcmage.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/items/arcmage.txt') 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); -- cgit v1.2.3-60-g2f50