Original Post — Direct link

It's a little fun thing I came up with, where something is obviously not really true, but gosh it feels like it sometimes. I want to see if anyone has these kinds of moments lmao.

What do I mean? Here are a few examples:

  • "Every deck that runs Ghalta, will get a 100% Guarentee to have it in their opening hand".

  • "If you run Mono Black, all Green decks will be given a playset of Vine Mare"

  • "If you get someone to 1 HP and cannot kill him, there is a 50% chance he will heal by 20 points from top decks alone"

  • "Gates players will always have Gates Ablaze, even if they already played a play set of it, player will also pull Cleansing Nova when lethal is threatened 100% of the time"

  • "If there is 1 card left in a Blue players hand, it's 100% a counterspell, even if he could have used it before on a better target"
    or
    "Your hand is always revealed to Blue players as long as they hold a counter spell"

  • " R/G Dinosaurs will have a playset of Charging Monstrosaur in their first 3 draws 100% of the time"

  • "Pirate decks will always have at least 2 Kitesail Freebooters in their opening hand or withing 2 draws"

  • "Hotage Taker can only be played against your clutch-iest top decks, it also gains indestructible until player plays the card stolen"

  • "If opponent plays a Riversneak, Mist-Cloaked Herald or Kitesail Corsair, Curious Obsession is automatically attached to them"

  • "If you are a mill deck, your rate of encountering Golgari Undergrowth decks increases by 40% also chances of Molderhulk and/or Lotleth Giant being on opponents opening hand is 100 percent, additionally it's 40% harder to pull Counter Spells"

Give it a go, wanna see what you guys come up with haha

External link →
about 5 years ago - /u/wotc_aaronw - Direct link

Originally posted by itsjustwhateverman

If I make my opponent aware of this fact will it affect them too and leave us both mana screwed?

If so, all the more reason we need a way to chat with our opponents.

I just checked the source:

if (player.isFirstToBeAwareOfFact(MANA_SCREW)) {
    this.activateManaScrew(player, EXTREME);
} else {
    this.activateProTopDecks(player);
}

#wotcstaff