Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[E-Tron] Condition for two temples #2

Closed
twicki opened this issue Mar 28, 2018 · 1 comment
Closed

[E-Tron] Condition for two temples #2

twicki opened this issue Mar 28, 2018 · 1 comment

Comments

@twicki
Copy link

twicki commented Mar 28, 2018

currently, the condition for two temple & thing hand is (see here):
(temples + has_Map >= 2) * (lands < (7 - j))
This could be a 1 temple, 1 map N spells hand and should be discarded.

I think the proper implementation would be
((temples >=2) or ((lands >=2)*(temples + has_Map >= 2)))* (lands < (7 - j))

@nalkpas
Copy link
Owner

nalkpas commented Apr 8, 2018

Hey, I was counting Map as an Eldrazi Temple for that category since it still contributes to draws like t3 Smasher or t4 Endbringer. You're right I should also have checked that the hand has more than two lands before counting Map, but since it has to have at least 1 Temple that shouldn't be a huge deal. I'll change it to (temples + has_Map * (lands >= 2) >= 2) * (lands < (7 - j)), probably.

@nalkpas nalkpas closed this as completed Apr 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants