mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[STX] updated spoiler
This commit is contained in:
parent
2f59543ae0
commit
287800cd64
2 changed files with 11 additions and 11 deletions
|
@ -3,7 +3,7 @@ package mage.cards.b;
|
||||||
import mage.MageInt;
|
import mage.MageInt;
|
||||||
import mage.abilities.common.SimpleActivatedAbility;
|
import mage.abilities.common.SimpleActivatedAbility;
|
||||||
import mage.abilities.costs.common.TapSourceCost;
|
import mage.abilities.costs.common.TapSourceCost;
|
||||||
import mage.abilities.effects.common.continuous.BoostControlledEffect;
|
import mage.abilities.effects.common.continuous.BoostAllEffect;
|
||||||
import mage.cards.CardImpl;
|
import mage.cards.CardImpl;
|
||||||
import mage.cards.CardSetInfo;
|
import mage.cards.CardSetInfo;
|
||||||
import mage.constants.CardType;
|
import mage.constants.CardType;
|
||||||
|
@ -20,7 +20,7 @@ import java.util.UUID;
|
||||||
public final class BloodAgeGeneral extends CardImpl {
|
public final class BloodAgeGeneral extends CardImpl {
|
||||||
|
|
||||||
private static final FilterCreaturePermanent filter
|
private static final FilterCreaturePermanent filter
|
||||||
= new FilterAttackingCreature("attacking Spirits you control");
|
= new FilterAttackingCreature("attacking Spirits");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(SubType.SPIRIT.getPredicate());
|
filter.add(SubType.SPIRIT.getPredicate());
|
||||||
|
@ -34,9 +34,9 @@ public final class BloodAgeGeneral extends CardImpl {
|
||||||
this.power = new MageInt(2);
|
this.power = new MageInt(2);
|
||||||
this.toughness = new MageInt(2);
|
this.toughness = new MageInt(2);
|
||||||
|
|
||||||
// {T}: Attacking Spirits you control get +1/+0 until end of turn.
|
// {T}: Attacking Spirits get +1/+0 until end of turn.
|
||||||
this.addAbility(new SimpleActivatedAbility(new BoostControlledEffect(
|
this.addAbility(new SimpleActivatedAbility(new BoostAllEffect(
|
||||||
1, 0, Duration.EndOfTurn, filter
|
1, 0, Duration.EndOfTurn, filter, false
|
||||||
), new TapSourceCost()));
|
), new TapSourceCost()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -40640,7 +40640,7 @@ Soothsayer Adept|Strixhaven: School of Mages|55|C|{1}{U}|Creature - Merfolk Wiza
|
||||||
Symmetry Sage|Strixhaven: School of Mages|56|U|{U}|Creature - Human Wizard|0|2|Flying$Magecraft — Whenever you cast or copy an instant or sorcery spell, target creature you control has base power 2 until end of turn.|
|
Symmetry Sage|Strixhaven: School of Mages|56|U|{U}|Creature - Human Wizard|0|2|Flying$Magecraft — Whenever you cast or copy an instant or sorcery spell, target creature you control has base power 2 until end of turn.|
|
||||||
Teachings of the Archaics|Strixhaven: School of Mages|57|R|{2}{U}|Sorcery - Lesson|||If an opponent has more cards in hand than you, draw two cards. Draw three cards instead if an opponent has at least four more cards in hand than you.|
|
Teachings of the Archaics|Strixhaven: School of Mages|57|R|{2}{U}|Sorcery - Lesson|||If an opponent has more cards in hand than you, draw two cards. Draw three cards instead if an opponent has at least four more cards in hand than you.|
|
||||||
Tempted by the Oriq|Strixhaven: School of Mages|58|R|{1}{U}{U}{U}|Sorcery|||For each opponent, gain control of up to one target creature or planeswalker that player controls with mana value 3 or less.|
|
Tempted by the Oriq|Strixhaven: School of Mages|58|R|{1}{U}{U}{U}|Sorcery|||For each opponent, gain control of up to one target creature or planeswalker that player controls with mana value 3 or less.|
|
||||||
Test of Talents|Strixhaven: School of Mages|59|U|{1}{U}|Instant|||Counter target instant or sorcery spell. Search its controller's graveyard, ahnd, and library for any number of cards with the same name as that spell and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.|
|
Test of Talents|Strixhaven: School of Mages|59|U|{1}{U}|Instant|||Counter target instant or sorcery spell. Search its controller's graveyard, hand, and library for any number of cards with the same name as that spell and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.|
|
||||||
Vortex Runner|Strixhaven: School of Mages|60|C|{2}{U}|Creature - Human Wizard|2|3|As long as you control eight or more lands, Vortex Runner gets +1/+0 and can't be blocked.|
|
Vortex Runner|Strixhaven: School of Mages|60|C|{2}{U}|Creature - Human Wizard|2|3|As long as you control eight or more lands, Vortex Runner gets +1/+0 and can't be blocked.|
|
||||||
Waterfall Aerialist|Strixhaven: School of Mages|61|C|{3}{U}|Creature - Djinn Wizard|3|1|Flying$Ward {2}|
|
Waterfall Aerialist|Strixhaven: School of Mages|61|C|{3}{U}|Creature - Djinn Wizard|3|1|Flying$Ward {2}|
|
||||||
Wormhole Serpent|Strixhaven: School of Mages|62|U|{4}{U}|Creature - Serpent|3|5|{3}{U}: Target creature can't be blocked this turn.|
|
Wormhole Serpent|Strixhaven: School of Mages|62|U|{4}{U}|Creature - Serpent|3|5|{3}{U}: Target creature can't be blocked this turn.|
|
||||||
|
@ -40658,7 +40658,7 @@ Hunt for Specimens|Strixhaven: School of Mages|73|C|{1}{B}|Sorcery|||Create a 1/
|
||||||
Lash of Malice|Strixhaven: School of Mages|74|C|{B}|Instant|||Target creature gets +2/-2 until end of turn.|
|
Lash of Malice|Strixhaven: School of Mages|74|C|{B}|Instant|||Target creature gets +2/-2 until end of turn.|
|
||||||
Leech Fanatic|Strixhaven: School of Mages|75|C|{1}{B}|Creature - Human Warlock|2|2|As long as it's your turn, Leech Fanatic has lifelink.|
|
Leech Fanatic|Strixhaven: School of Mages|75|C|{1}{B}|Creature - Human Warlock|2|2|As long as it's your turn, Leech Fanatic has lifelink.|
|
||||||
Mage Hunter|Strixhaven: School of Mages|76|U|{3}{B}|Creature - Horror|3|4|Whenever an opponent casts or copies an instant or sorcery spell, they lose 1 life.|
|
Mage Hunter|Strixhaven: School of Mages|76|U|{3}{B}|Creature - Horror|3|4|Whenever an opponent casts or copies an instant or sorcery spell, they lose 1 life.|
|
||||||
Mage Hunter's Onslaught|Strixhaven: School of Mages|77|C|{2}{B}{B}|Sorcery|||Destroy target creature or planeswalker.$Whenever a creature blocks this turn, its controller loses 1 life.|
|
Mage Hunters' Onslaught|Strixhaven: School of Mages|77|C|{2}{B}{B}|Sorcery|||Destroy target creature or planeswalker.$Whenever a creature blocks this turn, its controller loses 1 life.|
|
||||||
Necrotic Fumes|Strixhaven: School of Mages|78|U|{1}{B}{B}|Sorcery - Lesson|||As an additional cost to cast this spell, exile a creature you control.$Exile target creature or planeswalker.|
|
Necrotic Fumes|Strixhaven: School of Mages|78|U|{1}{B}{B}|Sorcery - Lesson|||As an additional cost to cast this spell, exile a creature you control.$Exile target creature or planeswalker.|
|
||||||
Novice Dissector|Strixhaven: School of Mages|79|C|{3}{B}|Creature - Troll Warlock|3|3|{1}, Sacrifice another creature: Put a +1/+1 counter on target creature. Activate only as a sorcery.|
|
Novice Dissector|Strixhaven: School of Mages|79|C|{3}{B}|Creature - Troll Warlock|3|3|{1}, Sacrifice another creature: Put a +1/+1 counter on target creature. Activate only as a sorcery.|
|
||||||
Oriq Loremage|Strixhaven: School of Mages|80|R|{2}{B}{B}|Creature - Human Warlock|3|3|{T}: Search your library for a card, put it into your graveyard, then shuffle. If it's an instant or sorcery card, put a +1/+1 counter on Oriq Loremage.|
|
Oriq Loremage|Strixhaven: School of Mages|80|R|{2}{B}{B}|Creature - Human Warlock|3|3|{T}: Search your library for a card, put it into your graveyard, then shuffle. If it's an instant or sorcery card, put a +1/+1 counter on Oriq Loremage.|
|
||||||
|
@ -40674,8 +40674,8 @@ Umbral Juke|Strixhaven: School of Mages|89|U|{2}{B}|Instant|||Choose one: —$
|
||||||
Unwilling Ingredient|Strixhaven: School of Mages|90|C|{B}|Creature - Frog|1|1|Menace${2}{B}, Exile Unwilling Ingredient from your graveyard: You draw a card and you lose 1 life.|
|
Unwilling Ingredient|Strixhaven: School of Mages|90|C|{B}|Creature - Frog|1|1|Menace${2}{B}, Exile Unwilling Ingredient from your graveyard: You draw a card and you lose 1 life.|
|
||||||
Academic Dispute|Strixhaven: School of Mages|91|U|{R}|Instant|||Target creature blocks this turn if able. You may have it gain reach until end of turn.$Learn.|
|
Academic Dispute|Strixhaven: School of Mages|91|U|{R}|Instant|||Target creature blocks this turn if able. You may have it gain reach until end of turn.$Learn.|
|
||||||
Ardent Dustspeaker|Strixhaven: School of Mages|92|U|{4}{R}|Creature - Minotaur Shaman|3|4|Whenever Ardent Dustspeaker attacks, you may put an instant or sorcery card from your graveyard on the bottom of your library. If you do, exile the top two cards of your library. You may play those cards this turn.|
|
Ardent Dustspeaker|Strixhaven: School of Mages|92|U|{4}{R}|Creature - Minotaur Shaman|3|4|Whenever Ardent Dustspeaker attacks, you may put an instant or sorcery card from your graveyard on the bottom of your library. If you do, exile the top two cards of your library. You may play those cards this turn.|
|
||||||
Blood Age General|Strixhaven: School of Mages|93|C|{1}{R}|Creature - Spirit Warrior|2|2|{T}: Attacking Spirits you control get +1/+0 until end of turn.|
|
Blood Age General|Strixhaven: School of Mages|93|C|{1}{R}|Creature - Spirit Warrior|2|2|{T}: Attacking Spirits get +1/+0 until end of turn.|
|
||||||
Conspiracy Theorist|Strixhaven: School of Mages|94|R|{1}{R}|Creature - Human Shaman|2|2|Whenever Conspiracy THeorist attacks, you may pay {1} and discard a card. If you do, draw a card.$Whenever you discard one or more nonland cards, you may exile one of them from your graveyard. If you do, you may cast it this turn.|
|
Conspiracy Theorist|Strixhaven: School of Mages|94|R|{1}{R}|Creature - Human Shaman|2|2|Whenever Conspiracy Theorist attacks, you may pay {1} and discard a card. If you do, draw a card.$Whenever you discard one or more nonland cards, you may exile one of them from your graveyard. If you do, you may cast it this turn.|
|
||||||
Crackle with Power|Strixhaven: School of Mages|95|M|{X}{X}{X}{R}{R}|Sorcery|||Crackle with Power deals five times X damage to each of up to X targets.|
|
Crackle with Power|Strixhaven: School of Mages|95|M|{X}{X}{X}{R}{R}|Sorcery|||Crackle with Power deals five times X damage to each of up to X targets.|
|
||||||
Draconic Intervention|Strixhaven: School of Mages|96|R|{2}{R}{R}|Sorcery|||As an additional cost to cast this spell, exile an instant or sorcery card from your graveyard.$Draconic Intervention deals X damage to each non-Dragon creature, where X is the exiled card's mana value. If a creature dealt damage this way would die this turn, exile it instead.$Exile Draconic Intervention.|
|
Draconic Intervention|Strixhaven: School of Mages|96|R|{2}{R}{R}|Sorcery|||As an additional cost to cast this spell, exile an instant or sorcery card from your graveyard.$Draconic Intervention deals X damage to each non-Dragon creature, where X is the exiled card's mana value. If a creature dealt damage this way would die this turn, exile it instead.$Exile Draconic Intervention.|
|
||||||
Dragon's Approach|Strixhaven: School of Mages|97|C|{2}{R}|Sorcery|||Dragon's Approach deals 3 damage to each opponent. You may exile Dragon's Approach and four cards named Dragon's Approach from your graveyard. If you do, search your library for a Dragon creature card, put it onto the battlefield, then shuffle.$A deck can have any number of cards named Dragon's Approach.|
|
Dragon's Approach|Strixhaven: School of Mages|97|C|{2}{R}|Sorcery|||Dragon's Approach deals 3 damage to each opponent. You may exile Dragon's Approach and four cards named Dragon's Approach from your graveyard. If you do, search your library for a Dragon creature card, put it onto the battlefield, then shuffle.$A deck can have any number of cards named Dragon's Approach.|
|
||||||
|
@ -40742,8 +40742,8 @@ Imbraham, Dean of Theory|Strixhaven: School of Mages|152|R|{2}{U}{U}|Legendary C
|
||||||
Kianne, Dean of Substance|Strixhaven: School of Mages|152|R|{2}{G}|Legendary Creature - Elf Druid|2|2|{T}: Exile the top card of your library. If it's a land card, put it into your hand. Otherwise, put a study counter on it.${4}{G}: Create a 0/0 green and blue Fractal creature token. Put a +1/+1 counter on it for each different mana value among nonland cards you own in exile with study counters on them.|
|
Kianne, Dean of Substance|Strixhaven: School of Mages|152|R|{2}{G}|Legendary Creature - Elf Druid|2|2|{T}: Exile the top card of your library. If it's a land card, put it into your hand. Otherwise, put a study counter on it.${4}{G}: Create a 0/0 green and blue Fractal creature token. Put a +1/+1 counter on it for each different mana value among nonland cards you own in exile with study counters on them.|
|
||||||
Lukka, Wayward Bonder|Strixhaven: School of Mages|153|M|{4}{R}{R}|Legendary Planeswalker - Lukka|5|+1: You may discard a card. If you do, draw a card. If a creature card was discarded this way, draw two cards instead.$−2: Return target creature card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of your next upkeep.$−7: You get an emblem with "Whenever a creature enters the battlefield under your control, it deals damage equal to its power to any target."|
|
Lukka, Wayward Bonder|Strixhaven: School of Mages|153|M|{4}{R}{R}|Legendary Planeswalker - Lukka|5|+1: You may discard a card. If you do, draw a card. If a creature card was discarded this way, draw two cards instead.$−2: Return target creature card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of your next upkeep.$−7: You get an emblem with "Whenever a creature enters the battlefield under your control, it deals damage equal to its power to any target."|
|
||||||
Mila, Crafty Companion|Strixhaven: School of Mages|153|M|{1}{W}{W}|Legendary Creature - Fox|2|3|Whenever an opponent attacks one or more planeswalkers you control, put a loyalty counter on each planeswalker you control.$Whenever a permanent you control becomes the target of a spell or ability and opponent controls, you may draw a card.|
|
Mila, Crafty Companion|Strixhaven: School of Mages|153|M|{1}{W}{W}|Legendary Creature - Fox|2|3|Whenever an opponent attacks one or more planeswalkers you control, put a loyalty counter on each planeswalker you control.$Whenever a permanent you control becomes the target of a spell or ability and opponent controls, you may draw a card.|
|
||||||
Pestilent Cauldron|Strixhaven: School of Mages|154|R|{2}{B}|Artifact|||{T}, Discard a card: Create a 1/1 black and green Pest creature token with "When this creature dies, you gain 1 life."${1}, {T}: Each opponent mills X cards, where X is the amount of life you gained this turn.${4}, {T}: Exile four target cards from a graveyard. Draw a card.|
|
Pestilent Cauldron|Strixhaven: School of Mages|154|R|{2}{B}|Artifact|||{T}, Discard a card: Create a 1/1 black and green Pest creature token with "When this creature dies, you gain 1 life."${1}, {T}: Each opponent mills cards equal to the amount of life you gained this turn.${4}, {T}: Exile four target cards from a single graveyard. Draw a card.|
|
||||||
Restorative Burst|Strixhaven: School of Mages|154|R|{3}{G}{G}|Sorcery|||Return up to two target creture, land, and/or planeswalker cards from your graveyard to your hand. Each player gains 4 life. Exile Restorative Burst.|
|
Restorative Burst|Strixhaven: School of Mages|154|R|{3}{G}{G}|Sorcery|||Return up to two target creature, land, and/or planeswalker cards from your graveyard to your hand. Each player gains 4 life. Exile Restorative Burst.|
|
||||||
Augusta, Dean of Order|Strixhaven: School of Mages|155|R|{2}{W}|Legendary Creature - Human Cleric|1|3|Other tapped creatures you control get +1/+0.$Other untapped creatures you control get +0/+1.$Whenever you attack, untap each creature you control, then tap any number of creatures you control.|
|
Augusta, Dean of Order|Strixhaven: School of Mages|155|R|{2}{W}|Legendary Creature - Human Cleric|1|3|Other tapped creatures you control get +1/+0.$Other untapped creatures you control get +0/+1.$Whenever you attack, untap each creature you control, then tap any number of creatures you control.|
|
||||||
Plargg, Dean of Chaos|Strixhaven: School of Mages|155|R|{1}{R}|Legendary Creature - Orc Shaman|2|2|{T}, Discard a card: Draw a card.${4}{R}, {T}: Reveal cards from the top of your library until you reveal a nonlegendary, nonland card with mana value 3 or less. You may cast that card without paying its mana cost. Put all revealed cards not cast this way on the bottom of your library in a random order.|
|
Plargg, Dean of Chaos|Strixhaven: School of Mages|155|R|{1}{R}|Legendary Creature - Orc Shaman|2|2|{T}, Discard a card: Draw a card.${4}{R}, {T}: Reveal cards from the top of your library until you reveal a nonlegendary, nonland card with mana value 3 or less. You may cast that card without paying its mana cost. Put all revealed cards not cast this way on the bottom of your library in a random order.|
|
||||||
Rowan, Scholar of Sparks|Strixhaven: School of Mages|156|M|{2}{R}|Legendary Planeswalker - Rowan|2|Instant and sorcery spells you cast cost {1} less to cast.$+1: Rowan, Scholar of Sparks deals 1 damage to each opponent. If you've drawn three or more cards this turn, she deals 3 damage to each opponent instead.$−4: You get an emblem with "Whenever you cast an instant or sorcery spell, you may pay {2}. If you do, copy that spell. You may choose new targets for the copy."|
|
Rowan, Scholar of Sparks|Strixhaven: School of Mages|156|M|{2}{R}|Legendary Planeswalker - Rowan|2|Instant and sorcery spells you cast cost {1} less to cast.$+1: Rowan, Scholar of Sparks deals 1 damage to each opponent. If you've drawn three or more cards this turn, she deals 3 damage to each opponent instead.$−4: You get an emblem with "Whenever you cast an instant or sorcery spell, you may pay {2}. If you do, copy that spell. You may choose new targets for the copy."|
|
||||||
|
|
Loading…
Reference in a new issue