mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 11:19:55 -08:00
* Vanishing - some changes to tooltip text.
This commit is contained in:
parent
7db40252d1
commit
47e8bd24cc
4 changed files with 16 additions and 10 deletions
|
|
@ -58,7 +58,7 @@ public class Calciderm extends CardImpl<Calciderm> {
|
|||
this.addAbility(ShroudAbility.getInstance());
|
||||
// Vanishing 4
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.TIME.createInstance(4))));
|
||||
this.addAbility(new VanishingUpkeepAbility());
|
||||
this.addAbility(new VanishingUpkeepAbility(4));
|
||||
this.addAbility(new VanishingSacrificeAbility());
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ public class KeldonMarauders extends CardImpl<KeldonMarauders> {
|
|||
|
||||
// Vanishing 2
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.TIME.createInstance(2))));
|
||||
this.addAbility(new VanishingUpkeepAbility());
|
||||
this.addAbility(new VanishingUpkeepAbility(2));
|
||||
this.addAbility(new VanishingSacrificeAbility());
|
||||
// When Keldon Marauders enters the battlefield or leaves the battlefield, it deals 1 damage to target player.
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new DamageTargetEffect(1), false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue