mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
updated oracle changes from updated bulletin (except Skinshifter)
This commit is contained in:
parent
31d134843a
commit
0c0333a716
7 changed files with 7 additions and 7 deletions
|
@ -43,7 +43,7 @@ class ChainsOfMephistophelesReplacementEffect extends ReplacementEffectImpl {
|
||||||
|
|
||||||
public ChainsOfMephistophelesReplacementEffect() {
|
public ChainsOfMephistophelesReplacementEffect() {
|
||||||
super(Duration.WhileOnBattlefield, Outcome.Benefit);
|
super(Duration.WhileOnBattlefield, Outcome.Benefit);
|
||||||
staticText = "If a player would draw a card except the first one they draw in their draw step each turn, that player discards a card instead. If the player discards a card this way, they draw a card. If the player doesn't discard a card this way, they mill a card";
|
staticText = "If a player would draw a card except the first one they draw in each of their draw steps, that player discards a card instead. If the player discards a card this way, they draw a card. If the player doesn't discard a card this way, they mill a card";
|
||||||
}
|
}
|
||||||
|
|
||||||
public ChainsOfMephistophelesReplacementEffect(final ChainsOfMephistophelesReplacementEffect effect) {
|
public ChainsOfMephistophelesReplacementEffect(final ChainsOfMephistophelesReplacementEffect effect) {
|
||||||
|
|
|
@ -70,7 +70,7 @@ class DranaTheLastBloodchiefEffect extends OneShotEffect {
|
||||||
DranaTheLastBloodchiefEffect() {
|
DranaTheLastBloodchiefEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Benefit);
|
||||||
staticText = "defending player chooses a nonlegendary creature card in your graveyard. " +
|
staticText = "defending player chooses a nonlegendary creature card in your graveyard. " +
|
||||||
"You return that card to the battlefield with a +1/+1 counter on it. " +
|
"You return that card to the battlefield with an additional +1/+1 counter on it. " +
|
||||||
"The creature is a Vampire in addition to its other types.";
|
"The creature is a Vampire in addition to its other types.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ class GrimReminderEffect extends OneShotEffect {
|
||||||
GrimReminderEffect() {
|
GrimReminderEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Benefit);
|
||||||
this.staticText = "Search your library for a nonland card and reveal it. "
|
this.staticText = "Search your library for a nonland card and reveal it. "
|
||||||
+ "Each opponent who cast a card this turn with the same name as that card loses 6 life. "
|
+ "Each opponent who cast a spell this turn with the same name as that card loses 6 life. "
|
||||||
+ "Then shuffle your library.";
|
+ "Then shuffle your library.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -179,7 +179,7 @@ class IdolOfEnduranceCastFromExileEffect extends AsThoughEffectImpl {
|
||||||
|
|
||||||
IdolOfEnduranceCastFromExileEffect() {
|
IdolOfEnduranceCastFromExileEffect() {
|
||||||
super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.EndOfTurn, Outcome.Benefit);
|
super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.EndOfTurn, Outcome.Benefit);
|
||||||
staticText = "until end of turn, you may cast a creature spell from among the cards exiled with {this} without paying its mana cost";
|
staticText = "until end of turn, you may cast a creature spell from among cards exiled with {this} without paying its mana cost";
|
||||||
}
|
}
|
||||||
|
|
||||||
private IdolOfEnduranceCastFromExileEffect(final IdolOfEnduranceCastFromExileEffect effect) {
|
private IdolOfEnduranceCastFromExileEffect(final IdolOfEnduranceCastFromExileEffect effect) {
|
||||||
|
|
|
@ -42,7 +42,7 @@ public final class JeskaThriceReborn extends CardImpl {
|
||||||
// Jeska, Thrice Reborn enters the battlefield with a loyalty counter on it for each time you've cast a commander from the command zone this game.
|
// Jeska, Thrice Reborn enters the battlefield with a loyalty counter on it for each time you've cast a commander from the command zone this game.
|
||||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(
|
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(
|
||||||
CounterType.LOYALTY.createInstance(0), JeskaThriceRebornValue.instance, false
|
CounterType.LOYALTY.createInstance(0), JeskaThriceRebornValue.instance, false
|
||||||
), "with a loyalty counter on it for each time " +
|
), "with a loyalty counter on her for each time " +
|
||||||
"you've cast a commander from the command zone this game"
|
"you've cast a commander from the command zone this game"
|
||||||
).addHint(JeskaThriceRebornValue.getHint()), new CommanderPlaysCountWatcher());
|
).addHint(JeskaThriceRebornValue.getHint()), new CommanderPlaysCountWatcher());
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ class QuickenAsThoughEffect extends AsThoughEffectImpl {
|
||||||
|
|
||||||
public QuickenAsThoughEffect() {
|
public QuickenAsThoughEffect() {
|
||||||
super(AsThoughEffectType.CAST_AS_INSTANT, Duration.EndOfTurn, Outcome.Benefit);
|
super(AsThoughEffectType.CAST_AS_INSTANT, Duration.EndOfTurn, Outcome.Benefit);
|
||||||
staticText = "The next sorcery card you cast this turn can be cast as though it had flash";
|
staticText = "The next sorcery spell you cast this turn can be cast as though it had flash";
|
||||||
}
|
}
|
||||||
|
|
||||||
public QuickenAsThoughEffect(final QuickenAsThoughEffect effect) {
|
public QuickenAsThoughEffect(final QuickenAsThoughEffect effect) {
|
||||||
|
|
|
@ -62,7 +62,7 @@ class SavageSummoningAsThoughEffect extends AsThoughEffectImpl {
|
||||||
|
|
||||||
public SavageSummoningAsThoughEffect() {
|
public SavageSummoningAsThoughEffect() {
|
||||||
super(AsThoughEffectType.CAST_AS_INSTANT, Duration.EndOfTurn, Outcome.Benefit);
|
super(AsThoughEffectType.CAST_AS_INSTANT, Duration.EndOfTurn, Outcome.Benefit);
|
||||||
staticText = "The next creature card you cast this turn can be cast as though it had flash";
|
staticText = "The next creature spell you cast this turn can be cast as though it had flash";
|
||||||
}
|
}
|
||||||
|
|
||||||
public SavageSummoningAsThoughEffect(final SavageSummoningAsThoughEffect effect) {
|
public SavageSummoningAsThoughEffect(final SavageSummoningAsThoughEffect effect) {
|
||||||
|
|
Loading…
Reference in a new issue