Search syntax
Queries are Scryfall-style. Terms are combined with AND unless you say otherwise.
Cost is two numbers
A card costs energy and, usually, runes. Energy is e:;
the rune cost is p:. Riftbound calls it Power, and you pay it by
recycling runes. A card's domains are which runes are allowed to pay it.
So Icathian Rain is e:7 p:3 across Fury and Mind: seven
energy and three runes, each of which may be either Fury or Mind. Harnessed
Dragon is e:8 p:2 in Order alone, so both runes must be Order.
The two numbers are independent: Thermo Beam costs two runes but lists
only Fury, so it needs two Fury runes.
A card with no rune cost is p:0; most Units and Spells are. Legends, Runes
and Battlefields have no cost of either kind, so they are e:0 p:0 too.
Fields
| Query | Matches |
|---|---|
| viktor | Bare words match the card name. |
| "arcane comet" | Quoted phrases match the name exactly. |
| t:unit | Type or supertype: t:champion, t:legend, t:battlefield. |
| d:fury | Domain: also which runes may pay the rune cost. Any unambiguous prefix works: d:fu, d:ch. |
| d:fury,calm | Has both domains, whatever else it has. Same as d>=fury,calm. |
| d=fury,calm | Exactly these domains and no others. |
| d<=fury,calm | Nothing outside these domains: every card that fits a Fury/Calm deck. d< and d> are the strict forms. |
| e<=3 | Energy cost: the number in the top corner. Aliases: cost:, energy:. |
| p>=2 | Rune cost: how many runes you recycle to play the card. Aliases: power:, pow:. |
| m:5 | Might: the combat stat on units. Alias: might:. |
| o:"draw a card" | Rules text. Alias: text:. |
| ft:jinx | Flavour text. |
| kw:accelerate | Keyword. |
| tag:yordle | Tag: champion names, regions, tribes. |
| otag:removal | Community function tag: what the card does. Aliases: function:, oracletag:. Add your own on the tagger. |
| art:dragon | Community art tag: what the picture shows, per printing. Aliases: atag:, arttag:. |
| r:epic | Rarity. Prefixes work: r:e. |
| s:ogn | Set code or name: s:vendetta, set:proving-grounds or set:"proving grounds" all work. Alias: set:. |
| num:120 | Collector number. |
| usd>=5 | TCGplayer market price in USD, Normal finish. usdfoil: for Foil. Cards with no listing never match. |
| f:standard | Legal in a format: standard or 2v2. Aliases: format:, legal:. Tokens are never legal. |
| banned:2v2 | On the ban list for a format. Everything banned in Standard is banned in 2v2 too. |
| a:kudos | Artist. Alias: artist:. |
Operators
| Syntax | Meaning |
|---|---|
| : = != < <= > >= | Numeric comparisons on energy, might and power. |
| -t:unit | Negation: exclude matches. |
| t:unit OR t:spell | Either side. Bare terms are joined with AND. |
| (d:fury OR d:calm) e<=2 | Parentheses group terms. |
Examples
| Query | Finds |
|---|---|
| t:unit d:fury e<=3 | Cheap Fury units. |
| t:champion r:epic | Epic champions. |
| o:"draw" -t:spell | Card draw that isn't a spell. |
| s:ogn m>=5 | Big bodies in Origins. |
| t:gear e<3 p:1 | Cheap gear costing a single rune. |
| d:order p>=2 | Order cards needing two or more runes. |
| t:unit p:0 | Units that cost energy only, no runes. |