mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Venser and Tamiyo loyalty counters back from value set for testing
This commit is contained in:
parent
e435443746
commit
f80f0a251a
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ public class TamiyoTheMoonSage extends CardImpl<TamiyoTheMoonSage> {
|
|||
|
||||
this.color.setBlue(true);
|
||||
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(8)), null));
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(4)), null));
|
||||
|
||||
// +1: Tap target permanent. It doesn't untap during its controller's next untap step.
|
||||
LoyaltyAbility ability = new LoyaltyAbility(new TapTargetEffect(), 1);
|
||||
|
|
|
@ -72,7 +72,7 @@ public class VenserTheSojourner extends CardImpl<VenserTheSojourner> {
|
|||
this.subtype.add("Venser");
|
||||
this.color.setWhite(true);
|
||||
this.color.setBlue(true);
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(8)), null));
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(3)), null));
|
||||
|
||||
// +2: Exile target permanent you own. Return it to the battlefield under your control at the beginning of the next end step.
|
||||
LoyaltyAbility ability1 = new LoyaltyAbility(new VenserTheSojournerEffect(), 2);
|
||||
|
|
Loading…
Reference in a new issue