From 8d1ca1af775242818283c622d2faa5ec0cc8db0c Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Wed, 13 Jun 2018 14:12:20 -0400 Subject: [PATCH] Updated docs --- docs/Cards.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/Cards.md b/docs/Cards.md index 612f207..17f67a7 100644 --- a/docs/Cards.md +++ b/docs/Cards.md @@ -64,6 +64,11 @@ All attributes are listed assuming the following |`card.power()`|String| The power of the creature, if applicable. |`card.toughness()`|String| The toughness of the creature, if applicable. |`card.flavor_text()`|String| The flavor text of the card, if any. +|`card.arena_id()`|Integer| The Arena ID of the card, if any. +|`card.lang()`|String| The language of the card. +|`card.printed_name()`|String| If the card is in a non-English language, this will be the name as it appears on the card. +|`card.printed_type_line()`|String| If the card is in a non-English language, this will be the type line as it appears on the card. +|`card.printed_text()`|String| If the card is in a non-English language, this will be the rules text as it appears on the card. ## *class* `cards.Named()` @@ -117,6 +122,12 @@ Get a card by collector number. |code|Yes|String|This is the 3 letter code for the set| |collector_number|Yes|String|This is the collector number of the card.| +**Parameters:** + +| Param|Required[y/n]|Input type| Function| +|:---:|:---:|:---:|:---:| +|lang|No|String|A 2-3 letter that denotes to what language you want. Defaults to `en` if not specified.| + ## *class* `cards.Id()` Get a card by the Scryfall id.