forked from External/mage
Added Legendary supertype to all planeswalker cards.
This commit is contained in:
parent
2968734dd2
commit
ff22a75f34
98 changed files with 615 additions and 431 deletions
|
|
@ -61,6 +61,7 @@ public class ChandraPyromaster extends CardImpl {
|
|||
|
||||
public ChandraPyromaster(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.PLANESWALKER}, "{2}{R}{R}");
|
||||
this.addSuperType(SuperType.LEGENDARY);
|
||||
this.subtype.add("Chandra");
|
||||
|
||||
this.addAbility(new PlanswalkerEntersWithLoyalityCountersAbility(4));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue