Skip to content

Enum: Rarity

The rarity of the card, may be one of Common, Uncommon, Rare or Mythic. see_also: mtg:rarity

URI: Rarity

Permissible Values

Value Meaning Description
common mtg:common The lowest rarity level, identified by a black set image
uncommon mtg:uncommon The second lowest rarity level, identified by a silver set image
rare mtg:rare The second highest rarity level, identified by a golden set image
mythic mtg:mythic_rare The highest rarity level, identified by a red set image

Slots

Name Description
rarity An ability associated with a card

Identifier and Mapping Information

Schema Source

  • from schema: https://cmdoret.net/mtg_ontology/

LinkML Source

name: Rarity
description: 'The rarity of the card, may be one of Common, Uncommon, Rare or Mythic.
  see_also: mtg:rarity'
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
permissible_values:
  common:
    text: common
    description: The lowest rarity level, identified by a black set image.
    meaning: mtg:common
  uncommon:
    text: uncommon
    description: The second lowest rarity level, identified by a silver set image.
    meaning: mtg:uncommon
  rare:
    text: rare
    description: The second highest rarity level, identified by a golden set image.
    meaning: mtg:rare
  mythic:
    text: mythic
    description: The highest rarity level, identified by a red set image.
    meaning: mtg:mythic_rare