Reduce capacity of medium mana flask and reduce number of crystals required to craft it accordingly
This commit is contained in:
@@ -31,7 +31,7 @@ public class ItemManaFlask extends Item {
|
||||
public enum Size {
|
||||
|
||||
SMALL(75, 25, EnumRarity.COMMON),
|
||||
MEDIUM(700, 40, EnumRarity.COMMON),
|
||||
MEDIUM(350, 40, EnumRarity.COMMON),
|
||||
LARGE(1400, 60, EnumRarity.RARE);
|
||||
|
||||
public int capacity;
|
||||
|
||||
Reference in New Issue
Block a user