How do I search for cards with X in its mana cost
Filter> select Text and unselect Name> type in 'where X is ...' Or 'X damage to...' Etc
I haven't confirmed this myself, but just guessing.
Quote from: Spikepit on January 23, 2014, 06:49:33 AM
Filter> select Text and unselect Name> type in 'where X is ...' Or 'X damage to...' Etc
I haven't confirmed this myself, but just guessing.
Thanks
Predicate should work for that. Wiki should have field names and some examples?
Try this Predicate
card.cost contains 'X'
You can save it as a bookmark too.