Slight winter reward rarity changes

This commit is contained in:
Shaun Bennett 2015-12-15 14:58:09 -05:00
parent 5f14d6675f
commit aef704d972

View File

@ -10,7 +10,7 @@ public enum RewardType
OldChest( 0, 0.06, 0.8, 16), OldChest( 0, 0.06, 0.8, 16),
AncientChest( 0, 2, 8, 32), AncientChest( 0, 2, 8, 32),
MythicalChest( 0.3, 4, 16, 72), MythicalChest( 0.3, 4, 16, 72),
WinterChest( 0, 6, 20, 32), WinterChest( 0, 5, 18, 32),
SpinnerFiller( 0.1, 1, 4, 20), SpinnerFiller( 0.1, 1, 4, 20),
SpinnerReal( 0.000001, 0.05, 0.4, 5); SpinnerReal( 0.000001, 0.05, 0.4, 5);