mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
updated "can't be countered" text
This commit is contained in:
parent
23d0e5e803
commit
d9dfef24ce
28 changed files with 83 additions and 84 deletions
|
|
@ -23,7 +23,7 @@ public class SwansOfBrynArgollTest extends CardTestPlayerBase{
|
|||
addCard(Zone.BATTLEFIELD, playerA, "Swans of Bryn Argoll");
|
||||
|
||||
// Combust deals 5 damage to target white or blue creature. The damage can't be prevented.
|
||||
// Combust can't be countered by spells or abilities.
|
||||
// Combust can't be countered.
|
||||
addCard(Zone.HAND, playerB, "Combust", 1);
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Mountain", 2);
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ public class SwansOfBrynArgollTest extends CardTestPlayerBase{
|
|||
addCard(Zone.BATTLEFIELD, playerA, "Swans of Bryn Argoll");
|
||||
|
||||
// Banefire deals X damage to any target.
|
||||
// If X is 5 or more, Banefire can't be countered by spells or abilities and the damage can't be prevented.
|
||||
// If X is 5 or more, Banefire can't be countered and the damage can't be prevented.
|
||||
addCard(Zone.HAND, playerB, "Banefire", 1);
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Mountain", 8);
|
||||
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ public class CantCastTest extends CardTestPlayerBase {
|
|||
addCard(Zone.HAND, playerB, "Llanowar Elves", 1); // Creature {G}
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Swamp", 1);
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Forest", 2);
|
||||
// Abrupt Decay can't be countered by spells or abilities.
|
||||
// Abrupt Decay can't be countered.
|
||||
// Destroy target nonland permanent with converted mana cost 3 or less.
|
||||
addCard(Zone.HAND, playerB, "Abrupt Decay", 1); // {B}{G}
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ public class HivestoneTest extends CardTestPlayerBase {
|
|||
public void rootSliverTest() {
|
||||
addCard(Zone.HAND, playerA, "Grizzly Bears", 1);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Hivestone", 1);
|
||||
// Root Sliver can't be countered. Sliver spells can't be countered by spells or abilities.
|
||||
// Root Sliver can't be countered. Sliver spells can't be countered.
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Root Sliver", 1);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Forest", 2);
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ public class EndStepTriggerTest extends CardTestPlayerBase {
|
|||
// Bound
|
||||
// Sacrifice a creature. Return up to X cards from your graveyard to your hand, where X is the number of colors that creature was. Exile this card.
|
||||
// Determined
|
||||
// Other spells you control can't be countered by spells or abilities this turn.
|
||||
// Other spells you control can't be countered this turn.
|
||||
// Draw a card.
|
||||
addCard(Zone.HAND, playerB, "Bound // Determined"); // Instant {3}{B}{G} // {G}{U}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ public class BoseijuTest extends CardTestPlayerBase {
|
|||
* Legendary Land
|
||||
* Boseiju, Who Shelters All enters the battlefield tapped.
|
||||
* {T}, Pay 2 life: Add {C}. If that mana is spent on an
|
||||
* instant or sorcery spell, that spell can't be countered by spells or abilities.
|
||||
* instant or sorcery spell, that spell can't be countered.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ public class OvermasterTest extends CardTestPlayerBase {
|
|||
/*
|
||||
* Overmaster
|
||||
* Sorcery, R (1)
|
||||
* The next instant or sorcery spell you cast this turn can't be countered by spells or abilities.
|
||||
* The next instant or sorcery spell you cast this turn can't be countered.
|
||||
* Draw a card.
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue