def __init__(self, PonyCardGame): Rarity.__init__(self, PonyCardGame, name="free")
def __init__(self, PonyCardGame): Rarity.__init__(self, PonyCardGame, name="epic")
def __init__(self, PonyCardGame): Rarity.__init__(self, PonyCardGame, name="legendary")
def __init__(self, PonyCardGame): Rarity.__init__(self, PonyCardGame, name="common")