Pular para o conteúdo principal

Ranking das Cartas de Domininion

Quais as melhores cartas de Dominion (de acordo com o índice de vitória das cartas)? Quais as piores? Tentarei escrever algumas listas para resolver essas dúvidas:

As cartas... (winners to losers)
  • Real Winners:
    [0.27 - 0.1]
    "Mountebank", "Goons", "Witch", "Platinum", "Province", "Tournament", "Grand Market", "Hunting Party", "Wharf", "Familiar", "Masquerade", "Ambassador", "Nobles", "Ill-Gotten Gains", "Sea Hag", "King's Court",
  • Very good cards:
    [0.1- 0.05]
     "Menagerie", "Peddler", "Ghost Ship", "Young Witch", "Torturer", "Governor", "Minion", "Chapel", "Border Village", "Venture", "Warehouse", "Apprentice", "Margrave", "Laboratory",
  • Good cards:
    [0.04 - 0.03]
    "Vault", "Stables", "Hoard", "Island", "Vineyard", "Embassy", "Jack of All Trades", "Tactician",
  • Ok Cards:
    [0.02 - 0.01]
    "Scrying Pool", "Loan", "Bank", "Harem", "Salvager", "Caravan",
  • Neutral Cards:
    [0]
    "Gold", "Bishop", "Spice Merchant", "Swindler", "Upgrade", "Haggler", "Cartographer", "Gardens", "Silk Road", "Possession", "Mint", "Cutpurse",
  • Humph Cards:
    [-0.01 - -0.02]
     "Fishing Village", "Crossroads", "Scheme", "Conspirator", "Trading Post", "Bazaar", "Hamlet", "Monument", "Alchemist", "Remake", "Militia", "Haven", "Duchy", "Farmland", "Rabble", "Envoy", "Fairgrounds",
  • Bad Cards:
    [-0.03 - -0.04]
    "Moneylender", "Jester", "Wishing Well", "Library", "Market", "Steward", "Expand", "Treasury", "Archivist", "Courtyard",
  • Very Bad Cards:
    [-0.05 - 0.1]
    "Farming Village", "Mining Village", "Trade Route", "Golem", "Lookout", "Embargo", "Apothecary", "Oracle", "Tunnel", "Inn", "Oasis", "Smithy", "Merchant Ship", "Royal Seal", "Fortune Teller", "Horn of Plenty", "City", "Shanty Town", "Lighthouse", "Pawn", "Duke", "Copper", "Harvest", "Stash", "Festival", "Great Hall", "Fool's Gold", "Cellar", "Spy", "Explorer", "Adventurer", "Worker's Village", "Pearl Diver", "Forge", "Council Room", "Feast", "Watchtower", "Navigator", "Horse Traders",
  • Loser Cards: "Village", "Native Village", "Remodel", "Potion", "Duchess", "Highway", "Quarry", "Nomad Camp", "Ironworks", "Moat", "Curse", "Bridge", "Walled Village", "Baron", "Trader", "Tribute", "Woodcutter", "Outpost", "Cache", "Mine", "Treasure Map", "Develop", "Scout", "Chancellor", "Herbalist", "Philosopher's Stone", "Contraband", "Silver", "Throne Room", "Mandarin", "Noble Brigand", "Black Market", "Secret Chamber", "University", "Workshop",
  • 10 Worst cards: "Bureaucrat", "Smugglers", "Talisman", "Coppersmith", "Saboteur", "Counting House", "Transmute", "Pirate Ship", "Thief"

50 cartas que as pessoas mais insistem em comprar mas não deveriam

Silver, Pirate Ship, Throne Room, Highway, Black Market, Bridge, Worker's Village, University, Festival, Walled Village, Village, Smugglers, Great Hall, City, Farming Village, Fishing Village, Shanty Town, Lighthouse, Market, Mining Village, Quarry, Saboteur, Baron, Bazaar, Tunnel, Native Village, Pawn, Hamlet, Steward, Remodel, Fool's Gold, Crossroads, Talisman, Nomad Camp, Cellar, Expand, Trader, Ironworks, Horse Traders, Treasury, Pearl Diver, Moneylender, Monument, Mine, Forge, Alchemist, Remake, Council Room, Moat e Militia

20 cartas que poderiam ser mais compradas

Vineyard, Venture, Scrying Pool, Loan, Vault, Embassy, Jack of All Trades, Bank, Ill-Gotten Gains, Harem, Ghost Ship, Salvager, Young Witch, Stables, Warehouse, Tactician, Apprentice, Hoard, Torturer

Comentários

Postagens mais visitadas deste blog

Expressões, preconceito e racismo

Expressões preconceituosas e racistas Antes de alguma outra frase, primeiro peço licença para falar de mais um assunto do qual não domino. Falo por acreditar que um leigo presta serviço maior ao debater assunto com base em fontes (ainda que seja uma Wikipedia) e no pensamento lógico do que simplesmente se manter mudo a questões do cotidiano. Em voga agora está em falar quais são ou eram as expressões preconceituosas e racistas que até a pouco eram toleradas em muitos meios. Como é covarde dizer que em boca fechada não entra racismo. O racismo não é perpetrado apenas por quem profere mas por quem se cala à agressão perpetrada a outrem. Mas veremos que a questão é muito mais complexa que os cães raivosos do politicamente correto querem dizer. Tomo aqui a palavra racista, como sendo algo usado para impor a dominação de uma “raça” sobre outra. Portanto, a acusação de racismo vai muito além da mera acusação de preconceito. Não tenho o menor apreso por vitimismo barato, onde expressões q...

A hard logic problem - The escape of blue eyed vampires

Once upon a time, a vampire clan lived peacefully on an island (as long as vampire clans can live peacefully). Then, a demon lord came, overwhelmed the vampires and became the ruler of the island. The demon didn't want any vampire to escape so he created a gargoyle to guard the only way out. This gargoyle was a fantastic creature, so powerful that he was kept petrified for the whole time until a vampire appears. Then he awakened and started to fight until seeing no more vampire "alive" (as far a vampire can be alive). All vampires crazy enough to try were killed only left a hundred of vampires. There was a catch, of course. The gargoyle was not perfectly designed. It did not awaken when blue eyes vampires appeared. And all remaining vampire were blue eyes but as you know vampires cannot see him/her selves on reflections. For any reason, they were not aware of their eye colors. Besides all that, blue eyed vampires didn't like each other (so they would never say ...

Curry with JS

Partial application and currying with Javascript In the strict way, currying is the technique of transforming a function that takes multiple arguments (a tuple of arguments) to one function that receive only one. In such way, currying techniques allow transform one multi-parameter function in a chain of functions, each one with a single argument. Looks complicated? Blah.. it is not true. In this little article, we are actually more interesting in partial applications. Let’s take the Mozilla Example for replace function in String. As we know, we can use a “replacer” function as paramenter for replace method in String object. Let’s say that we want to split a String defined by a non-numerical part, a numerical part and finally a non-alphanumeric part. Here is how: function replacer(match, p1, p2, p3, offset, string){ // p1 is nondigits, p2 digits, and p3 non-alphanumerics return [p1, p2, p3].join(' - '); }; We can try it as usual… var newString = "abc12345#$*%...