Skip to content

Instantly share code, notes, and snippets.

@hanleybrand
Last active July 7, 2021 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanleybrand/a21bdc71453aabce9909b557a28e6fa9 to your computer and use it in GitHub Desktop.
Save hanleybrand/a21bdc71453aabce9909b557a28e6fa9 to your computer and use it in GitHub Desktop.
scryfall searches

because it's nice to be able to re-search without having to remember

Kaldheim snow cards (not lands) by color

e:KHM (t:Snow or o:snow) -t:land order:color

or all the snow lands

t:Snow t:Land

Commander/EDH rainbow cards :rainbow

color>=WUBRG f:edh

Rainbow Commanders cards :rainbow

color>=WUBRG f:edh

Vorinclexish (couple false hits as well)

o:"one or more counters"

Lifegain in upcoming standard sets

(o:life) (set:AFR or set:STX or set:KHM or set:ZNR) order:color

Q: What cards from Stixhaven Archive are legal in standard? A: Not many.

f:standard e:STA

All the cards with a specific (guild/college/clan) affiliation

Note: while something like (wm:silverqiull or wm:orzhov) works, you will get a larger returned set with id<= with the added bonus that you're searching by color id not watermark, and so you don't need multiple affiliations

Both of the following links should return identical results:

id<=golgari f:standard

id<=witherbloom f:standard

All the cards with either one or another watermark

(wm:witherbloom or wm:orzhov)

As above, the following will return all cards playable in standard that would match witherbloom or orzhov id<=abzan f:standard (although you might want to throw in a t:creature or similar qualifier to have more manageable results, or even get super fancy like

id<=abzan f:edh (o:life or o:sacrifice or o:create) order:edhrec -t:land

non-land cards that have a costless tappable ability available for standard decks

o:/^{T}:/ f:standard -t:land

Mono-white Legendary Gods & Angels for that Commander Deck

t:legendary (t:god or t:angel) f:edh id:w

All rares & mythic rares in standard

f:standard r>=r

All the possible commanders in standard

f:standard is:commander

All the joke cards

is:funny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment