You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OOC: are there any token cards you can add to a deck? I was under the impression they were auxiliary cards used for "regular" cards' effects and such.
During Path of Champions I was able to buy and add the card 04PZ001T4 to my deck. I understand that they are not "regular" cards, but it would be good to be able to get the deckcode for a deck that contains them and it not error.
It would also be really good if the /static-decklist endpoint returned the correct deckcode all the time as well.
I am currently using the the cards returned from the endpoint, and then the GetCodeFromDeck method to retrieve the deck code as I found that it didn't always return a deck code. If this was resolved I wouldn't need to use the GetCodeFromDeck method at all, but that's probably a separate issue and it would still probably be good for the library to support token cards.
There are various cards with the card code ending in
T1
T2
(e.g. 04PZ001T4) etc..The method
public static string GetCodeFromDeck(List<CardCodeAndCount> deck)
now fails if you provide it with a card codes that containsT1
etc..The text was updated successfully, but these errors were encountered: