mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
updated some oracle text
This commit is contained in:
parent
af7f7488d8
commit
fc4986a589
5 changed files with 6 additions and 6 deletions
|
|
@ -89,7 +89,7 @@ class FoodChainManaBuilder extends ConditionalManaBuilder {
|
|||
class FoodChainManaEffect extends ManaEffect {
|
||||
|
||||
FoodChainManaEffect() {
|
||||
this.staticText = "Add X mana of any one color to your mana pool, where X is the exiled creature's converted mana cost plus one. Spend this mana only to cast creature spells.";
|
||||
this.staticText = "Add X mana of any one color, where X is 1 plus the exiled creature's converted mana cost. Spend this mana only to cast creature spells";
|
||||
}
|
||||
|
||||
FoodChainManaEffect(final FoodChainManaEffect effect) {
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ class GildedDrakeEffect extends OneShotEffect {
|
|||
|
||||
public GildedDrakeEffect() {
|
||||
super(Outcome.GainControl);
|
||||
this.staticText = "exchange control of {this} and up to one target creature an opponent controls. If you don't make an exchange, sacrifice {this}. This ability can't be countered except by spells and abilities";
|
||||
this.staticText = "exchange control of {this} and up to one target creature an opponent controls. If you don't or can't make an exchange, sacrifice {this}. This ability still resolves if its target becomes illegal";
|
||||
}
|
||||
|
||||
public GildedDrakeEffect(final GildedDrakeEffect effect) {
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ class KessDissidentMageContinuousEffect extends ContinuousEffectImpl {
|
|||
|
||||
KessDissidentMageContinuousEffect() {
|
||||
super(Duration.WhileOnBattlefield, Layer.PlayerEffects, SubLayer.NA, Outcome.Benefit);
|
||||
staticText = "During each of your turns, you may cast an instant or sorcery card from your graveyard. If a card cast this way would be put into your graveyard this turn, exile it instead";
|
||||
staticText = "During each of your turns, you may cast an instant or sorcery card from your graveyard. If a card cast this way would be put into your graveyard, exile it instead";
|
||||
}
|
||||
|
||||
KessDissidentMageContinuousEffect(final KessDissidentMageContinuousEffect effect) {
|
||||
|
|
@ -183,7 +183,7 @@ class KessDissidentMageReplacementEffect extends ReplacementEffectImpl {
|
|||
KessDissidentMageReplacementEffect(UUID cardId) {
|
||||
super(Duration.EndOfTurn, Outcome.Exile);
|
||||
this.cardId = cardId;
|
||||
staticText = "If a card cast this way would be put into your graveyard this turn, exile it instead";
|
||||
staticText = "If a card cast this way would be put into your graveyard, exile it instead";
|
||||
}
|
||||
|
||||
KessDissidentMageReplacementEffect(final KessDissidentMageReplacementEffect effect) {
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ class MetamorphosisEffect extends OneShotEffect {
|
|||
|
||||
public MetamorphosisEffect() {
|
||||
super(Outcome.PutManaInPool);
|
||||
staticText = "Add X mana of any one color to your mana pool, for creatures.";
|
||||
staticText = "Add X mana of any one color, where X is 1 plus the sacrificed creature's converted mana cost. Spend this mana only to cast creature spells.";
|
||||
}
|
||||
|
||||
public MetamorphosisEffect(final MetamorphosisEffect effect) {
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class RallyTheHordeEffect extends OneShotEffect {
|
|||
|
||||
public RallyTheHordeEffect() {
|
||||
super(Outcome.PutCreatureInPlay);
|
||||
this.staticText = "Exile the top card of your library. Exile the top card of your library. Exile the top card of your library. If the last card exiled isn't a land, repeat this process. Create a 1/1 red Warrior creature token for each nonland card exiled this way";
|
||||
this.staticText = "Exile the top card of your library. Exile the top card of your library. Exile the top card of your library. If the last card exiled isn't a land card, repeat this process. Create a 1/1 red Warrior creature token for each nonland card exiled this way.";
|
||||
}
|
||||
|
||||
public RallyTheHordeEffect(final RallyTheHordeEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue