rarity-to-number ( -- value )


Vocabulary
scryfall

Inputs
None

Outputs
valuean object


Definition

CONSTANT: rarity-to-number
H{
{ "common" 0 }
{ "uncommon" 1 }
{ "mythic" 3 }
{ "rare" 2 }
} inline