Dominion Strategy Forum

Meta => Feedback => Council Room Feedback => Topic started by: buggibum on January 06, 2012, 08:52:37 am

Title: Advanced filters for popular buys
Post by: buggibum on January 06, 2012, 08:52:37 am
Hi,
i really love your work. I'm spending alot of time reading the popular buys lately.

Unfortunately you can only filter by the name of the card.

I would love to see filters like this
Quote
Cost==7 returns Bank, Expand, Forge, and King's Court
Cost == "P2" returns Apothecary, Scrying Pool, and University
(""+Cost).indexOf("P")>=0 returns all cards with Potion in cost

Actions >= 2 returns all cards that provide 2 or more Actions
Cards < 2 returns all cards that draw either 0 or 1 Card when played
Coins == "?" returns Bank, Philosopher's Stone, Pirate Ship, Salvager, Secret Chamber, Trade Route, Tribute, and Vault
Buys == 1 returns all cards that provide +1 Buy
VP >= 6 returns Province and Colony
Trash == 4 returns Chapel

Action && Victory returns Great Hall, Islands, and Nobles
Treasure && Victory returns Harem

Attack returns all Attack cards
Duration returns all Duration cards
Reaction returns all reaction cards

So i can compare Win rates of only "+1Action&&Cost==3" cards etc.