adjusted reward rarities

This commit is contained in:
Mini-Chiss 2015-02-11 14:16:08 +13:00
parent d9521bd05a
commit cafa59d7e8
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ public enum RewardType
{
//% Chances Mythic Legend Rare Uncommon
GameLoot( 0.000001, 0.00001, 0.0001, 3),
OldChest( 0, 0.01, 0.04, 5),
OldChest( 0, 0.1, 0.0, 5),
AncientChest( 0, 1, 4, 25),
MythicalChest( 0.5, 2.5, 10, 40);
MythicalChest( 0.5, 3, 12, 75);
private double _mythicalChance;
private double _legendaryChance;