Originally published at: https://stimhack.com/mull-or-keep-2-by-miek/
Discuss the latest article here.
Originally published at: https://stimhack.com/mull-or-keep-2-by-miek/
Discuss the latest article here.
No complaints on this one at least.
I do like the addition of âForced to Keepâ lines.
Iâll also point out that Temujin is a snap keep, at least in these sample hands. Cardâs very good, yo.
If Temujin {
Then Keep
}
if (hand.contains(TEMUJIN_CONTRACT)) {
game.mulligan(false);
game.win(true);
} else {
game.mulligan(true);
game.play();
}
Yep, although there is at least one hand without temujin that was a keep. It shows you need about 3 standard econ cards to give yourself as much value as temujin contract.
I agree Temujin is great here, for obvious reasons. I think I somewhat disagree on some of the âforced to keepâ plays. I think it depends on the corp starting turn. Like, if it seems likely you can get to a central also on the next turn, a better play than Draw+Sucker+Dl+Casts might be just draw, credit credit, casts since then youâre not threatened by HHN. This is especially true if the corp played something like draw, ice HQ, econ. OTOH if corp is at 6c or less, a turn of Draw, DS, DL, credit seems better than going down to 4c by also playing the casts. At least youâre making the corp pay more for HHN.
Yeah agreed. There is a reason I originally didnât do the t1 plays for mulls and it is because everything is so reactive. It is similarly true for all the hands on the runner side, as whatever the Corp does might change the plays.
While potentially true for Temujin hands, itâs probably almost always a good idea to drain it as much as possible. I donât think theyâre many corp openings that change it. The only one somewhat plausible I can think of is icing all servers. (IAA BN, not scoring, threaten kill? )
Great article again. The amazing article structure (goals - what youâre looking for - do you mull this? - youâre right/wrong because of this) has definitely helped my mulligan decision making the last couple of days.
Itâs worth including the first turn line even with the runner I think. We are always thinking of our next line even while our opponent is playing. Of course it might change based on what they do, but itâs a process weâre working with from the get go. On an opening hand youâre thinking âthis is what I could doâ, not thinking âletâs not look for what I should do until my opponent playsâ. So itâs not misleading to mention that starting point.
Looking forward to more.