lowered mythical change a little :)

This commit is contained in:
Mini-Chiss 2015-08-03 16:11:11 +02:00
parent 5e06f16c0d
commit ccdb859f11
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ public enum RewardType
GameLoot( 0.000001, 0.00001, 0.0001, 3), GameLoot( 0.000001, 0.00001, 0.0001, 3),
OldChest( 0, 0.05, 0.4, 5), OldChest( 0, 0.05, 0.4, 5),
AncientChest( 0, 1, 4, 25), AncientChest( 0, 1, 4, 25),
MythicalChest( 0.5, 3, 12, 75); MythicalChest( 0.35, 3, 12, 75);
private double _mythicalChance; private double _mythicalChance;
private double _legendaryChance; private double _legendaryChance;