Type words to search by card name, or use prefixes to search specific fields.
| Prefix | Field | Example |
|---|---|---|
t: or type: | Card type or race | t:resonator, t:dinosaur |
r: or race: | Race | r:dragon, r:fairy tale |
o: | Card text (abilities) | o:flying, o:quickcast |
a: or c: | Attribute | a:fire, c:fw |
atk: | ATK | atk>=1000 |
def: | DEF | def>=1000 |
cost: | Total cost | cost>=5, cost:3 |
s: or set: | Set code | s:NWE, s:cmf |
rarity: | Rarity | rarity:SR, rarity:Marvel Rare |
div: | Divinity | div>=3 |
is: | Special flags | is:ruler, is:jruler, is:stone, is:paradox |
kw: | Keyword ability | kw:flying |
| Shortcut | Attribute |
|---|---|
f or fire | Fire |
wa or water | Water |
w or wind | Wind |
l or light | Light |
d or darkness | Darkness |
v or void | Void |
Combine letters for multi-attribute: c:fw finds cards with both Fire and Wind.
| Operator | Meaning | Example |
|---|---|---|
: | Contains | t:resonator |
= | Exact match | rarity=SR |
> < >= <= | Numeric comparison | atk>=1000 |
- (prefix) | Negation (NOT) | -t:ruler |
Multiple terms are combined with AND by default. Use or between terms for OR logic. Use parentheses to group OR conditions.
t:resonator a:fire // fire resonators (AND)
t:chant or t:addition // chants OR additions
o:quickcast (o:destroy or o:remove) // quickcast cards that destroy or remove
o:"enter >>>" // exact phrase in quotes
-t:ruler s:NWE // NWE cards that aren't rulers
mikage // name contains "mikage"
t:resonator a:fire atk>=1000 // fire resonators, 1000+ ATK
o:flying s:NWE // NWE cards with "flying"
r:dragon cost<=3 // cheap dragons
is:ruler // all ruler cards
rarity:sr set:CMB // SR rarity from CMB