mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
refactor: SimpleStaticAbility default zone (before newline)
This commit is contained in:
parent
994c97e86a
commit
39512d75ac
215 changed files with 223 additions and 223 deletions
|
|
@ -22,7 +22,7 @@ public final class KarnConstructToken extends TokenImpl {
|
|||
power = new MageInt(0);
|
||||
toughness = new MageInt(0);
|
||||
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD,
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
new BoostSourceEffect(ArtifactYouControlCount.instance, ArtifactYouControlCount.instance, Duration.WhileOnBattlefield)
|
||||
.setText("This creature gets +1/+1 for each artifact you control")
|
||||
));
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ public final class VrenRatToken extends TokenImpl {
|
|||
power = new MageInt(1);
|
||||
toughness = new MageInt(1);
|
||||
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD,
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
new BoostSourceEffect(new PermanentsOnBattlefieldCount(filter),
|
||||
new PermanentsOnBattlefieldCount(filter), Duration.WhileOnBattlefield
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue