Database and X

Started by 5/9 Turtle, January 22, 2014, 11:43:13 PM

Previous topic - Next topic

5/9 Turtle

How do I search for cards with X in its mana cost

Spikepit

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.

5/9 Turtle

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

Piotr

Predicate should work for that. Wiki should have field names and some examples?

Piotr

Try this Predicate

card.cost contains 'X'


You can save it as a bookmark too.