Venser and Tamiyo loyalty counters back from value set for testing

This commit is contained in:
magenoxx 2012-06-12 22:12:06 +04:00
parent e435443746
commit f80f0a251a
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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);