Re: Forge Beta: 04-25-2014 ver 1.5.17
I'm a bit puzzled by Selvala's ability.
The rules say:
As for Nacatl War-Pride, attack and block enforcement abilities are pretty nasty. Theoretically, the best way to make legal block is to check all possible blocking assignments and verify which ones break the least number of conditions. I'm not sure how much Forge implements here (for example, if I attack with a creature with two Lures and creature with one Lure, are all creatures forced to block the two-Lure one?).
I tried coming up with various systems that would allow correct decisions through adding attackers or blockers one by one, but it was never perfect. A basic rule of thumb for Nacatl War-Pride is that if you can add a blocker to Nacatl War-Pride with no blockers you have to do so, you can only add second blocker if you satisfy at least one extra condition by doing so, and if there are already two or more, you can add more at no penalty, but of course it's more complex than that...
The rules say:
- Code: Select all
605.1a An activated ability is a mana ability if it meets three criteria: it doesn’t have a target, it could put mana into a player’s mana pool when it resolves, and it’s not a loyalty ability.
As for Nacatl War-Pride, attack and block enforcement abilities are pretty nasty. Theoretically, the best way to make legal block is to check all possible blocking assignments and verify which ones break the least number of conditions. I'm not sure how much Forge implements here (for example, if I attack with a creature with two Lures and creature with one Lure, are all creatures forced to block the two-Lure one?).
I tried coming up with various systems that would allow correct decisions through adding attackers or blockers one by one, but it was never perfect. A basic rule of thumb for Nacatl War-Pride is that if you can add a blocker to Nacatl War-Pride with no blockers you have to do so, you can only add second blocker if you satisfy at least one extra condition by doing so, and if there are already two or more, you can add more at no penalty, but of course it's more complex than that...