mightstone.services.scryfall.models.CardFace
- class mightstone.services.scryfall.models.CardFace
- __init__(*args, **kwargs)
Methods
__init__(*args, **kwargs)clear()copy()fromkeys([value])Create a new dictionary with keys from iterable and values set to value.
get(key[, default])Return the value for key if key is in the dictionary, else default.
items()keys()pop(k[,d])If the key is not found, return the default if given; otherwise, raise a KeyError.
popitem()Remove and return a (key, value) pair as a 2-tuple.
setdefault(key[, default])Insert key with a value of default if key is not in the dictionary.
update([E, ]**F)If E is present and has a .keys() method, then does: for k in E: D[k] = E[k] If E is present and lacks a .keys() method, then does: for k, v in E: D[k] = v In either case, this is followed by: for k in F: D[k] = F[k]
values()Attributes
artistThe name of the illustrator of this card face.
cmcThe mana value of this particular face, if the card is reversible.
color_indicatorThe colors in this face’s color indicator, if any.
colorsThis face’s colors, if the game defines colors for the individual face of this card.
flavor_textThe flavor text printed on this face, if any.
illustration_idA unique identifier for the card face artwork that remains consistent across reprints.
image_urisAn object providing URIs to imagery for this face, if this is a double-sided card.
layoutThe layout of this card face, if the card is reversible.
loyaltyThis face’s loyalty, if any.
mana_costThe mana cost for this face.
nameobjectA content type for this object, always card_face.
oracle_idThe Oracle ID of this particular face, if the card is reversible.
oracle_textThe Oracle text for this face, if any.
powerThis face’s power, if any. Note that some cards have powers that are not numeric, such as *.
printed_nameThe localized name printed on this face, if any.
printed_textThe localized text printed on this face, if any.
printed_type_lineThe localized type line printed on this face, if any.
toughnessThis face’s toughness, if any.
type_lineThe type line of this particular face, if the card is reversible.
watermarkThe watermark on this particulary card face, if any.