mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[IKO] Extinction Event - fixed text;
This commit is contained in:
parent
87cf8a9df6
commit
e164cc9388
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ public final class ExtinctionEvent extends CardImpl {
|
||||||
public ExtinctionEvent(UUID ownerId, CardSetInfo setInfo) {
|
public ExtinctionEvent(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{3}{B}");
|
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{3}{B}");
|
||||||
|
|
||||||
// Choose odd or even. Exile each creature with a converted mana cost of the chosen value.
|
// Choose odd or even. Exile each creature with converted mana cost of the chosen value.
|
||||||
this.getSpellAbility().addEffect(new ExtinctionEventEffect());
|
this.getSpellAbility().addEffect(new ExtinctionEventEffect());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ class ExtinctionEventEffect extends OneShotEffect {
|
||||||
|
|
||||||
ExtinctionEventEffect() {
|
ExtinctionEventEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Benefit);
|
||||||
staticText = "Choose odd or even. Exile each creature with a converted mana cost of the chosen value.";
|
staticText = "Choose odd or even. Exile each creature with converted mana cost of the chosen value.";
|
||||||
}
|
}
|
||||||
|
|
||||||
private ExtinctionEventEffect(final ExtinctionEventEffect effect) {
|
private ExtinctionEventEffect(final ExtinctionEventEffect effect) {
|
||||||
|
|
|
@ -37137,7 +37137,7 @@ Dirge Bat|Ikoria: Lair of Behemoths|84|R|{2}{B}{B}|Creature - Bat|3|3|Mutate {4}
|
||||||
Durable Coilbug|Ikoria: Lair of Behemoths|85|C|{1}{B}|Creature - Insect|2|2|{4}{B}: Return Durable Coilbug from your graveyard to your hand.|
|
Durable Coilbug|Ikoria: Lair of Behemoths|85|C|{1}{B}|Creature - Insect|2|2|{4}{B}: Return Durable Coilbug from your graveyard to your hand.|
|
||||||
Duskfang Mentor|Ikoria: Lair of Behemoths|86|U|{2}{B}|Creature - Human Cleric|1|3|When Duskfang Mentor enters the battlefield, put a lifelink counter on target non-Human creature you control.${1}{B}, {T}: Put a +1/+1 counter on each creature you control with lifelink.|
|
Duskfang Mentor|Ikoria: Lair of Behemoths|86|U|{2}{B}|Creature - Human Cleric|1|3|When Duskfang Mentor enters the battlefield, put a lifelink counter on target non-Human creature you control.${1}{B}, {T}: Put a +1/+1 counter on each creature you control with lifelink.|
|
||||||
Easy Prey|Ikoria: Lair of Behemoths|87|U|{1}{B}|Instant|||Destroy target creature with converted mana cost 2 or less.$Cycling {2}|
|
Easy Prey|Ikoria: Lair of Behemoths|87|U|{1}{B}|Instant|||Destroy target creature with converted mana cost 2 or less.$Cycling {2}|
|
||||||
Extinction Event|Ikoria: Lair of Behemoths|88|R|{3}{B}|Sorcery|||Choose odd or even. Exile each creature with a converted mana cost of the chosen value.|
|
Extinction Event|Ikoria: Lair of Behemoths|88|R|{3}{B}|Sorcery|||Choose odd or even. Exile each creature with converted mana cost of the chosen value.|
|
||||||
Gloom Pangolin|Ikoria: Lair of Behemoths|89|C|{2}{B}|Creature - Nightmare Pangolin|1|5||
|
Gloom Pangolin|Ikoria: Lair of Behemoths|89|C|{2}{B}|Creature - Nightmare Pangolin|1|5||
|
||||||
Grimdancer|Ikoria: Lair of Behemoths|90|U|{1}{B}{B}|Creature - Nightmare|3|3|Grimdancer enters the battlefield with your choice of two different counters on it from among menace, deathtouch, and lifelink.|
|
Grimdancer|Ikoria: Lair of Behemoths|90|U|{1}{B}{B}|Creature - Nightmare|3|3|Grimdancer enters the battlefield with your choice of two different counters on it from among menace, deathtouch, and lifelink.|
|
||||||
Heartless Act|Ikoria: Lair of Behemoths|91|U|{1}{B}|Instant|||Choose one —$• Destroy target creature with no counters on it.$• Remove up to three counters from target creature.|
|
Heartless Act|Ikoria: Lair of Behemoths|91|U|{1}{B}|Instant|||Choose one —$• Destroy target creature with no counters on it.$• Remove up to three counters from target creature.|
|
||||||
|
|
Loading…
Reference in a new issue