scry-symbols {scryr} | R Documentation |
Retrieve information about symbols
Description
An illustrated symbol may appear in card's mana cost or Oracle text. Symbols are based on the notation used in the Comprehensive Rules.
For more information about how the Scryfall API represents mana and costs,
see vignette("colors")
.
Usage
scry_symbols()
Value
A data frame with 1 row and the following columns:
-
symbol
[chr]: The plaintext symbol. Often surrounded with curly braces. Note that not all symbols are ASCII text (for example, the infinity symbol). -
colors
[list]: A vector of colors that this symbol represents. -
cmc
[dbl]: A decimal number representing this symbol’s converted mana cost. Note that mana symbols from funny sets can have fractional converted mana costs. -
loose_variant
[chr]: An alternate version of this symbol, if it is possible to write it without curly braces. -
english
[chr]: An English snippet that describes this symbol. Appropriate for use in alt text or other accessible communication formats. -
gatherer_alternates
[list]: A vector of plaintext versions of this symbol that Gatherer uses on old cards to describe original printed text. For example:{W}
has<"oW", "ooW">
as alternates. -
transposable
[lgl]: Whether it is possible to write this symbol "backwards". For example, the official symbol{U/P}
is sometimes written as{P/U}
or{P\U}
in informal settings. -
represents_mana
[lgl]: Whether this is a mana symbol. -
appears_in_mana_costs
[lgl]: Whether this symbol appears in a mana cost on any Magic card. For example{20}
has this column set toFALSE
because{20}
only appears in Oracle text, not mana costs. -
funny
[lgl]: Whether this symbol is only used on funny cards or Un-cards. -
svg_uri
[chr]: A URI to an SVG image of this symbol on Scryfall’s CDNs.
References
https://scryfall.com/docs/api/card-symbols
Examples
# Get information about symbols
scry_symbols()