[STX] updated spoiler

This commit is contained in:
Evan Kranzler 2021-04-04 23:40:41 -04:00
parent 7d271c0b5b
commit 2f59543ae0
3 changed files with 16 additions and 16 deletions

View file

@ -22,44 +22,44 @@ import mage.target.common.TargetCreaturePermanent;
* *
* @author weirddan455 * @author weirddan455
*/ */
public final class AcademicDebate extends CardImpl { public final class AcademicDispute extends CardImpl {
public AcademicDebate(UUID ownerId, CardSetInfo setInfo) { public AcademicDispute(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{R}"); super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{R}");
// Target creature blocks this turn if able. You may have that creature gain reach until end of turn. // Target creature blocks this turn if able. You may have that creature gain reach until end of turn.
this.getSpellAbility().addEffect(new BlocksIfAbleTargetEffect(Duration.EndOfTurn)); this.getSpellAbility().addEffect(new BlocksIfAbleTargetEffect(Duration.EndOfTurn));
this.getSpellAbility().addEffect(new AcademicDebateEffect()); this.getSpellAbility().addEffect(new AcademicDisputeEffect());
this.getSpellAbility().addTarget(new TargetCreaturePermanent()); this.getSpellAbility().addTarget(new TargetCreaturePermanent());
// Learn. // Learn.
this.getSpellAbility().addEffect(new LearnEffect().concatBy("<br>")); this.getSpellAbility().addEffect(new LearnEffect().concatBy("<br>"));
} }
private AcademicDebate(final AcademicDebate card) { private AcademicDispute(final AcademicDispute card) {
super(card); super(card);
} }
@Override @Override
public AcademicDebate copy() { public AcademicDispute copy() {
return new AcademicDebate(this); return new AcademicDispute(this);
} }
} }
class AcademicDebateEffect extends OneShotEffect { class AcademicDisputeEffect extends OneShotEffect {
AcademicDebateEffect() { AcademicDisputeEffect() {
super(Outcome.AddAbility); super(Outcome.AddAbility);
this.staticText = "You may have that creature gain reach until end of turn"; this.staticText = "You may have it gain reach until end of turn";
} }
private AcademicDebateEffect(final AcademicDebateEffect effect) { private AcademicDisputeEffect(final AcademicDisputeEffect effect) {
super(effect); super(effect);
} }
@Override @Override
public AcademicDebateEffect copy() { public AcademicDisputeEffect copy() {
return new AcademicDebateEffect(this); return new AcademicDisputeEffect(this);
} }
@Override @Override

View file

@ -32,7 +32,7 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
this.ratioBoosterMythic = 7.4; this.ratioBoosterMythic = 7.4;
this.maxCardNumberInBooster = 275; this.maxCardNumberInBooster = 275;
cards.add(new SetCardInfo("Academic Debate", 91, Rarity.UNCOMMON, mage.cards.a.AcademicDebate.class)); cards.add(new SetCardInfo("Academic Dispute", 91, Rarity.UNCOMMON, mage.cards.a.AcademicDispute.class));
cards.add(new SetCardInfo("Access Tunnel", 262, Rarity.UNCOMMON, mage.cards.a.AccessTunnel.class)); cards.add(new SetCardInfo("Access Tunnel", 262, Rarity.UNCOMMON, mage.cards.a.AccessTunnel.class));
cards.add(new SetCardInfo("Accomplished Alchemist", 119, Rarity.RARE, mage.cards.a.AccomplishedAlchemist.class)); cards.add(new SetCardInfo("Accomplished Alchemist", 119, Rarity.RARE, mage.cards.a.AccomplishedAlchemist.class));
cards.add(new SetCardInfo("Aether Helix", 162, Rarity.UNCOMMON, mage.cards.a.AetherHelix.class)); cards.add(new SetCardInfo("Aether Helix", 162, Rarity.UNCOMMON, mage.cards.a.AetherHelix.class));

View file

@ -40625,7 +40625,7 @@ Curate|Strixhaven: School of Mages|40|C|{1}{U}|Instant|||Look at the top two car
Divide by Zero|Strixhaven: School of Mages|41|U|{2}{U}|Instant|||Return target spell or permanent with mana value 1 or greater to its owner's hand.$Learn.| Divide by Zero|Strixhaven: School of Mages|41|U|{2}{U}|Instant|||Return target spell or permanent with mana value 1 or greater to its owner's hand.$Learn.|
Dream Strix|Strixhaven: School of Mages|42|R|{2}{U}|Creature - Bird Illusion|3|2|Flying$When Dream Strix becomes the target of a spell, sacrifice it.$When Dream Strix dies, learn.| Dream Strix|Strixhaven: School of Mages|42|R|{2}{U}|Creature - Bird Illusion|3|2|Flying$When Dream Strix becomes the target of a spell, sacrifice it.$When Dream Strix dies, learn.|
Frost Trickster|Strixhaven: School of Mages|43|C|{2}{U}|Creature - Bird Wizard|2|2|Flying$When Frost Trickster enters the battlefield, tap target creature an opponent controls. That creature doesn't untap during its controller's next untap step.| Frost Trickster|Strixhaven: School of Mages|43|C|{2}{U}|Creature - Bird Wizard|2|2|Flying$When Frost Trickster enters the battlefield, tap target creature an opponent controls. That creature doesn't untap during its controller's next untap step.|
Ingenious Mastery|Strixhaven: School of Mages|44|R|{X}{2}{U}|Sorcery|||You may pay {2}{U} rather tahn pay this spell's mana cost.$If {2}{U} was paid, you draw three cards, then an opponent creates two Treasure tokens and they scry 2. If that cost wasn't paid, you draw X cards.| Ingenious Mastery|Strixhaven: School of Mages|44|R|{X}{2}{U}|Sorcery|||You may pay {2}{U} rather than pay this spell's mana cost.$If the {2}{U} cost was paid, you draw three cards, then an opponent creates two Treasure tokens and they scry 2. If that cost wasn't paid, you draw X cards.|
Kelpie Guide|Strixhaven: School of Mages|45|U|{2}{U}|Creature - Beast|2|2|{T}: Untap another target permanent you control.${T}: Tap target permanent. Activate only if you control eight or more lands.| Kelpie Guide|Strixhaven: School of Mages|45|U|{2}{U}|Creature - Beast|2|2|{T}: Untap another target permanent you control.${T}: Tap target permanent. Activate only if you control eight or more lands.|
Mentor's Guidance|Strixhaven: School of Mages|46|U|{2}{U}|Sorcery|||When you cast this spell, copy it if you control a planeswalker, Cleric, Druid, Shaman, Warlock, or Wizard.$Scry 1, then draw a card.| Mentor's Guidance|Strixhaven: School of Mages|46|U|{2}{U}|Sorcery|||When you cast this spell, copy it if you control a planeswalker, Cleric, Druid, Shaman, Warlock, or Wizard.$Scry 1, then draw a card.|
Mercurial Transformation|Strixhaven: School of Mages|47|U|{1}{U}|Sorcery - Lesson|||Until end of turn, target nonland permanent loses all abilities and becomes your choice of a blue Frog creature with base power and toughness 1/1 or a blue Octopus creature with base power and toughness 4/4.| Mercurial Transformation|Strixhaven: School of Mages|47|U|{1}{U}|Sorcery - Lesson|||Until end of turn, target nonland permanent loses all abilities and becomes your choice of a blue Frog creature with base power and toughness 1/1 or a blue Octopus creature with base power and toughness 4/4.|
@ -40662,7 +40662,7 @@ Mage Hunter's Onslaught|Strixhaven: School of Mages|77|C|{2}{B}{B}|Sorcery|||Des
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.|
Plumb the Forgotten|Strixhaven: School of Mages|81|U|{1}{B}|Instant|||As an additional cost to cast this spell, you may sacrifice one or more creatures. When you do, copy this spell for each creature sacrificed this way.$You draw a card and you lose 1 life.| Plumb the Forbidden|Strixhaven: School of Mages|81|U|{1}{B}|Instant|||As an additional cost to cast this spell, you may sacrifice one or more creatures. When you do, copy this spell for each creature sacrificed this way.$You draw a card and you lose 1 life.|
Poet's Quill|Strixhaven: School of Mages|82|R|{1}{B}|Artifact - Equipment|||When Poet's Quill enters the battlefield, learn.$Equipped creature gets +1/+1 and has lifelink.$Equip {1}{B}| Poet's Quill|Strixhaven: School of Mages|82|R|{1}{B}|Artifact - Equipment|||When Poet's Quill enters the battlefield, learn.$Equipped creature gets +1/+1 and has lifelink.$Equip {1}{B}|
Professor Onyx|Strixhaven: School of Mages|83|M|{4}{B}{B}|Legendary Planeswalker - Liliana|5|Magecraft — Whenever you cast or copy an instant or sorcery spell, each opponent loses 2 life and you gain 2 life.$+1: You lose 1 life. Look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.$3: Each opponent sacrifices a creature with the greatest power among creatures that player controls.$8: Each opponent may discard a card. If they don't, they lose 3 life. Repeat this process six more times.| Professor Onyx|Strixhaven: School of Mages|83|M|{4}{B}{B}|Legendary Planeswalker - Liliana|5|Magecraft — Whenever you cast or copy an instant or sorcery spell, each opponent loses 2 life and you gain 2 life.$+1: You lose 1 life. Look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.$3: Each opponent sacrifices a creature with the greatest power among creatures that player controls.$8: Each opponent may discard a card. If they don't, they lose 3 life. Repeat this process six more times.|
Professor's Warning|Strixhaven: School of Mages|84|C|{B}|Instant|||Choose one —$• Put a +1/+1 counter on target creature.$• Target creature gains indestructible until end of turn.| Professor's Warning|Strixhaven: School of Mages|84|C|{B}|Instant|||Choose one —$• Put a +1/+1 counter on target creature.$• Target creature gains indestructible until end of turn.|
@ -40672,7 +40672,7 @@ Specter of the Fens|Strixhaven: School of Mages|87|C|{3}{B}|Creature - Specter|2
Tenured Inkcaster|Strixhaven: School of Mages|88|U|{4}{B}|Creature - Vampire Warlock|2|2|When Tenured Inkcaster enters the battlefield, put a +1/+1 counter on target creature.$Whenever a creature you control with a +1/+1 counter on it attacks, each opponent loses 1 life and you gain 1 life.| Tenured Inkcaster|Strixhaven: School of Mages|88|U|{4}{B}|Creature - Vampire Warlock|2|2|When Tenured Inkcaster enters the battlefield, put a +1/+1 counter on target creature.$Whenever a creature you control with a +1/+1 counter on it attacks, each opponent loses 1 life and you gain 1 life.|
Umbral Juke|Strixhaven: School of Mages|89|U|{2}{B}|Instant|||Choose one: —$• Target player sacrifices a creature or planeswalker.$• Create a 2/1 white and black Inkling creature token with flying.| Umbral Juke|Strixhaven: School of Mages|89|U|{2}{B}|Instant|||Choose one: —$• Target player sacrifices a creature or planeswalker.$• Create a 2/1 white and black Inkling creature token with flying.|
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 Debate|Strixhaven: School of Mages|91|U|{R}|Instant|||Target creature blocks this turn if able. You may have that creature 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 you control 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.|