update cards which have been given the Sorcerer creature type

This commit is contained in:
theelk801 2026-01-09 12:11:17 -05:00
parent c2ba51af88
commit b760c01b27
23 changed files with 23 additions and 0 deletions

View file

@ -30,6 +30,7 @@ public final class AberrantMindSorcerer extends CardImpl {
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.ELF);
this.subtype.add(SubType.SHAMAN);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(3);
this.toughness = new MageInt(4);

View file

@ -23,6 +23,7 @@ public final class ApprenticeSorcerer extends CardImpl {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{U}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(1);
this.toughness = new MageInt(1);

View file

@ -28,6 +28,7 @@ public final class BloodboilSorcerer extends CardImpl {
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.SHAMAN);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(3);
this.toughness = new MageInt(3);

View file

@ -23,6 +23,7 @@ public final class CapriciousSorcerer extends CardImpl {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{U}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(1);
this.toughness = new MageInt(1);

View file

@ -29,6 +29,7 @@ public final class DakmorSorceress extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{5}{B}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(0);
this.toughness = new MageInt(4);

View file

@ -23,6 +23,7 @@ public final class EtheriumHornSorcerer extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.ARTIFACT,CardType.CREATURE},"{4}{U}{R}");
this.subtype.add(SubType.MINOTAUR);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(3);

View file

@ -33,6 +33,7 @@ public final class GempalmSorcerer extends CardImpl {
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(2);
this.toughness = new MageInt(2);

View file

@ -31,6 +31,7 @@ public final class GreensleevesMaroSorcerer extends CardImpl {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{G}{G}");
this.supertype.add(SuperType.LEGENDARY);
this.subtype.add(SubType.ELEMENTAL);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(0);
this.toughness = new MageInt(0);

View file

@ -30,6 +30,7 @@ public final class JohannApprenticeSorcerer extends CardImpl {
this.supertype.add(SuperType.LEGENDARY);
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(2);
this.toughness = new MageInt(5);

View file

@ -45,6 +45,7 @@ public final class KadenaSlinkingSorcerer extends CardImpl {
this.supertype.add(SuperType.LEGENDARY);
this.subtype.add(SubType.SNAKE);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(3);
this.toughness = new MageInt(3);

View file

@ -37,6 +37,7 @@ public final class KrovikanSorcerer extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{2}{U}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(1);
this.toughness = new MageInt(1);

View file

@ -33,6 +33,7 @@ public final class MathiseSurgeChanneler extends CardImpl {
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.ELF);
this.subtype.add(SubType.SHAMAN);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(1);
this.toughness = new MageInt(1);

View file

@ -28,6 +28,7 @@ public final class MolimoMaroSorcerer extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{4}{G}{G}{G}");
this.supertype.add(SuperType.LEGENDARY);
this.subtype.add(SubType.ELEMENTAL);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(0);
this.toughness = new MageInt(0);

View file

@ -24,6 +24,7 @@ public final class MultaniMaroSorcerer extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{4}{G}{G}");
this.supertype.add(SuperType.LEGENDARY);
this.subtype.add(SubType.ELEMENTAL);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(0);
this.toughness = new MageInt(0);

View file

@ -23,6 +23,7 @@ public final class ProdigalSorcerer extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{2}{U}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(1);
this.toughness = new MageInt(1);

View file

@ -23,6 +23,7 @@ public final class RockslideSorcerer extends CardImpl {
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(3);
this.toughness = new MageInt(3);

View file

@ -34,6 +34,7 @@ public final class SerendibSorcerer extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{1}{U}{U}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(1);
this.toughness = new MageInt(1);

View file

@ -26,6 +26,7 @@ public final class SightedCasteSorcerer extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{1}{W}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(1);
this.toughness = new MageInt(1);

View file

@ -26,6 +26,7 @@ public final class SilumgarSorcerer extends CardImpl {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{U}{U}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(2);
this.toughness = new MageInt(1);

View file

@ -24,6 +24,7 @@ public final class SorcererOfTheFang extends CardImpl {
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(1);
this.toughness = new MageInt(3);

View file

@ -34,6 +34,7 @@ public final class SorceressQueen extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{1}{B}{B}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WIZARD);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(1);
this.toughness = new MageInt(1);

View file

@ -25,6 +25,7 @@ public final class VulshokSorcerer extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{1}{R}{R}");
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.SHAMAN);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(1);
this.toughness = new MageInt(1);

View file

@ -31,6 +31,7 @@ public final class WildMagicSorcerer extends CardImpl {
this.subtype.add(SubType.ORC);
this.subtype.add(SubType.SHAMAN);
this.subtype.add(SubType.SORCERER);
this.power = new MageInt(4);
this.toughness = new MageInt(3);