lowered coin rewards

This commit is contained in:
Chiss 2014-12-09 20:23:56 +11:00
parent 828fabb80a
commit bee81ff455
3 changed files with 12 additions and 12 deletions

View File

@ -62,8 +62,8 @@ public class RewardManager
//Increase Value
if (_doubleGadgetValue)
{
minValue *= 1.5;
maxValue *= 1.5;
minValue *= 2;
maxValue *= 2;
}
// Gadgets
@ -106,8 +106,8 @@ public class RewardManager
//Increase Value
if (_doubleGadgetValue)
{
minValue *= 1.5;
maxValue *= 1.5;
minValue *= 2;
maxValue *= 2;
}
// Gadgets

View File

@ -67,10 +67,10 @@ public class TreasureManager extends MiniPlugin
_blockRestore = blockRestore;
_hologramManager = hologramManager;
_rewardManager = new RewardManager(donationManager, inventoryManager, petManager,
250, 500,
750, 1500,
2000, 3000,
10000, 20000,
100, 250,
500, 1000,
1500, 2500,
6000, 12000,
true);
}

View File

@ -51,10 +51,10 @@ public class GameLootManager implements Listener
Manager.GetPluginManager().registerEvents(this, Manager.GetPlugin());
_rewardManager = new RewardManager(Manager.GetDonation(), Manager.getInventoryManager(), petManager,
100, 300,
750, 1500,
2000, 3000,
10000, 20000,
100, 250,
500, 1000,
1500, 2500,
6000, 12000,
false);
//Chest