Fill in actual quest rarity weights

This commit is contained in:
Kenny Goodin 2017-06-06 22:27:41 -04:00 committed by cnr
parent 629ced569c
commit 83f6b4fa1d
1 changed files with 2 additions and 3 deletions

View File

@ -5,9 +5,8 @@ package mineplex.quest.common;
*/
public enum QuestRarity
{
// TODO fill in actual weights
COMMON(0.5),
RARE(0.3),
COMMON(1.0),
RARE(0.5),
LEGENDARY(0.1)
;