namespace YachtDice.Modifiers.Core { public enum ModifierRarity { Common = 1, Uncommon = 2, Rare = 3, Epic = 4, } }