This commit is contained in:
Sarah 2015-08-10 16:43:05 +02:00
commit 2253a63e96

View File

@ -3,11 +3,14 @@ package mineplex.core.reward;
public enum RewardType
{
//% Chances Mythic Legend Rare Uncommon
GameLoot( 0.000001, 0.00001, 0.0001, 3, 10),
Spinner( 0.000001, 0.2, 0.8, 10, 10),
GameLoot( 0.000001, 0.00001, 0.0001, 3, 10),
OldChest( 0, 0.05, 0.4, 5, 0),
AncientChest( 0, 1, 4, 25, 0),
MythicalChest( 0.4, 3, 12, 75, 0);
MythicalChest( 0.4, 3, 12, 75, 0),
SpinnerFiller( 0.1, 1, 4, 20, 30),
SpinnerReal( 0.000001, 0.05, 0.4, 5, 10);
private double _mythicalChance;
private double _legendaryChance;