Added Legendary supertype to all planeswalker cards.

This commit is contained in:
fireshoes 2017-08-29 14:43:56 -05:00
parent 2968734dd2
commit ff22a75f34
98 changed files with 615 additions and 431 deletions

View file

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