Hello everyone! I recently picked up Runeterra, and coming from a MTG background (and using Scryfall a lot) I really missed having a fast and lightweight website to search for cards I wasn't familiar with, so I built Attunement to try to fill that niche.
It has most of the features you'd expect (searching for cards by name, region, cost, etc., browsing related cards) and supports more advanced queries combinations (I mostly use these for making deckbuilding adjustments):
- t:spell cost>=3 (region:bilgewater or region:shadowisles) (cards you can play in your Bilgewater / Shadow Isles Go Hard deck that won't mess up your Zaps)
- https://attunement.io/search?query=cost%3A3+%28r%3Apiltover+or+r%3Anoxus%29 (cards for Ez-Draven that charge the Tri-Beam)
- You can enter a deck code and browse the card list (here's Pool Scouts)
- You can search for the inverse of a query by using
-
, and search for cards which satisfy one query or another withor
- I'm hoping to add a decklist comparison feature soon, but I'm not sure when exactly.
There's some help text on the frontpage if you can't find the right way to search for something, but if you run into problems or bugs please let me know.
If you have any features suggestions, feel free to send me a message on reddit (/u/Intolerable) or on twitter (https://twitter.com/attunement_io)