You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to play up to N Shields Holding cards. And also an option whether to play the card when only one hit is produced.
Implementation in slow mode (imitator.js) is pretty straightforward.
In fast mode (calculator.js) things might get tricky. Problem-splitting by number of remaining cards could be tried. Or one turn propagations could be used (the way morale boost is handled). If all that doesn't help, well, slow mode implementation could suffice.
The text was updated successfully, but these errors were encountered:
Add an option to play up to N Shields Holding cards. And also an option whether to play the card when only one hit is produced.
Implementation in slow mode (imitator.js) is pretty straightforward.
In fast mode (calculator.js) things might get tricky. Problem-splitting by number of remaining cards could be tried. Or one turn propagations could be used (the way morale boost is handled). If all that doesn't help, well, slow mode implementation could suffice.
The text was updated successfully, but these errors were encountered: