Example #1
0
 public Birdface(YugiohGame game) : base(game)
 {
     Name      = "Birdface";
     Attribute = MonsterAttribute.Wind;
     Type      = MonsterType.WingedBeast;
     Level     = 4;
     ATK       = 1600;
     DEF       = 1600;
     SetCodes.Add("SS02-ENC08");
     CardCode = 45547649;
 }
Example #2
0
 public RyuKishinPowered(YugiohGame game) : base(game)
 {
     Name      = "Ryu-Kishin Powered";
     Attribute = MonsterAttribute.Dark;
     Level     = 4;
     Type      = MonsterType.Fiend;
     ATK       = 1600;
     DEF       = 1200;
     SetCodes.Add("SS02-ENA03");
     CardCode = 24611934;
 }
 public FlameManipulator(YugiohGame game) : base(game)
 {
     Name      = "Flame Manipulator";
     Attribute = MonsterAttribute.Fire;
     Level     = 3;
     Type      = MonsterType.Spellcaster;
     ATK       = 900;
     DEF       = 1000;
     CardCode  = 34460851;
     SetCodes.Add("SS02-ENB03");
 }
Example #4
0
 public ToonMaskedSorcerer(YugiohGame game) : base(game)
 {
     Name      = "Toon Masked Sorcerer";
     Attribute = MonsterAttribute.Dark;
     Level     = 4;
     Type      = MonsterType.Spellcaster;
     ATK       = 900;
     DEF       = 1400;
     SetCodes.Add("SS01-ENC05");
     CardCode = 16392422;
 }
Example #5
0
 public SenjuoftheThousandHands(YugiohGame game) : base(game)
 {
     Name      = "Senju of the Thousand Hands";
     Attribute = MonsterAttribute.Light;
     Level     = 4;
     Type      = MonsterType.Fairy;
     ATK       = 1400;
     DEF       = 1000;
     SetCodes.Add("SBLS-EN017");
     CardCode = 23401839;
 }
Example #6
0
 public BlueDragonSummoner(YugiohGame game) : base(game)
 {
     Name      = "Blue Dragon Summoner";
     Attribute = MonsterAttribute.Wind;
     Level     = 4;
     Type      = MonsterType.Spellcaster;
     ATK       = 1500;
     DEF       = 600;
     SetCodes.Add("SS01-ENA08");
     CardCode = 55969226;
 }
Example #7
0
 public AmazonessSage(YugiohGame game) : base(game)
 {
     Name      = "Amazoness Sage";
     Attribute = MonsterAttribute.Earth;
     Level     = 4;
     Type      = MonsterType.Warrior;
     ATK       = 1400;
     DEF       = 700;
     SetCodes.Add("SS02-ENC07");
     CardCode = 53162898;
 }
        public ThousandDragon(YugiohGame game) : base(game)
        {
            Name = "Thousand Dragon";
            SetCodes.Add("SS02-ENB21");

            FusionMaterials = new List <string>()
            {
                "Baby Dragon",
                "Time Wizard"
            };
        }
 public GravekeepersPriestess(YugiohGame game) : base(game)
 {
     Name      = "Gravekeeper's Priestess";
     Attribute = MonsterAttribute.Dark;
     Level     = 3;
     Type      = MonsterType.Spellcaster;
     ATK       = 1000;
     DEF       = 1500;
     SetCodes.Add("SS01-ENB07");
     CardCode = 03381441;
 }
Example #10
0
 public BattleOx(YugiohGame game) : base(game)
 {
     Name      = "Battle Ox";
     Attribute = MonsterAttribute.Earth;
     Type      = MonsterType.BeastWarrior;
     ATK       = 1700;
     DEF       = 1000;
     Level     = 4;
     SetCodes.Add("SS02-ENA02");
     CardCode = 05053103;
 }
Example #11
0
 public ToonAlligator(YugiohGame game) : base(game)
 {
     Name      = "Toon Alligator";
     Attribute = MonsterAttribute.Water;
     Level     = 4;
     Type      = MonsterType.Reptile;
     ATK       = 800;
     DEF       = 1600;
     SetCodes.Add("SS01-ENC02");
     CardCode = 59383041;
 }
 public GravekeepersOracle(YugiohGame game) : base(game)
 {
     Name      = "Gravekeeper's Oracle";
     Attribute = MonsterAttribute.Dark;
     Level     = 10;
     Type      = MonsterType.Spellcaster;
     ATK       = 2000;
     DEF       = 1500;
     SetCodes.Add("SS01-ENB10");
     CardCode = 25524823;
 }
Example #13
0
 public TyrantDragon(YugiohGame game) : base(game)
 {
     Name      = "Tyrant Dragon";
     Attribute = MonsterAttribute.Fire;
     Level     = 8;
     Type      = MonsterType.Dragon;
     ATK       = 2900;
     DEF       = 2500;
     SetCodes.Add("SS02-ENA07");
     CardCode = 94568601;
 }
Example #14
0
 public RedEyesBDragon(YugiohGame game) : base(game)
 {
     Name      = "Red-Eyes B. Dragon";
     Attribute = MonsterAttribute.Dark;
     Level     = 7;
     Type      = MonsterType.Dragon;
     ATK       = 2400;
     DEF       = 2000;
     SetCodes.Add("SS02-ENB01");
     CardCode = 74677422;
 }
 public AmazonessChainMaster(YugiohGame game) : base(game)
 {
     Name      = "Amazoness Chain Master";
     Attribute = MonsterAttribute.Earth;
     Level     = 4;
     Type      = MonsterType.Warrior;
     ATK       = 1500;
     DEF       = 1300;
     SetCodes.Add("SS02-ENC05");
     CardCode = 29654737;
 }
Example #16
0
 public SonicShooter(YugiohGame game) : base(game)
 {
     Name      = "Sonic Shooter";
     Attribute = MonsterAttribute.Wind;
     Level     = 4;
     Type      = MonsterType.WingedBeast;
     ATK       = 1300;
     DEF       = 600;
     SetCodes.Add("SS02-ENC09");
     CardCode = 40384720;
 }
Example #17
0
 public MeteorDragon(YugiohGame game) : base(game)
 {
     Name      = "Meteor Dragon";
     Attribute = MonsterAttribute.Earth;
     Level     = 6;
     Type      = MonsterType.Dragon;
     ATK       = 1800;
     DEF       = 2000;
     SetCodes.Add("SS02-ENB02");
     CardCode = 0;
 }
Example #18
0
 public GravekeepersRecruiter(YugiohGame game) : base(game)
 {
     Name      = "Gravekeeper's Recruiter";
     Attribute = MonsterAttribute.Dark;
     Level     = 3;
     Type      = MonsterType.Spellcaster;
     ATK       = 1200;
     DEF       = 1500;
     SetCodes.Add("SS01-ENB08");
     CardCode = 93023479;
 }
Example #19
0
 public GravekeepersChief(YugiohGame game) : base(game)
 {
     Name      = "Gravekeeper's Chief";
     Attribute = MonsterAttribute.Dark;
     Level     = 6;
     Type      = MonsterType.Spellcaster;
     ATK       = 1900;
     DEF       = 1200;
     SetCodes.Add("SS01-ENB04");
     CardCode = 62473983;
 }
Example #20
0
 public AmazonessSwordsWoman(YugiohGame game) : base(game)
 {
     Name      = "Amazoness Swords Woman";
     Attribute = MonsterAttribute.Earth;
     Level     = 4;
     Type      = MonsterType.Warrior;
     ATK       = 1500;
     DEF       = 1600;
     SetCodes.Add("SS02-ENC06");
     CardCode = 94004268;
 }
        public FlameSwordsman(YugiohGame game) : base(game)
        {
            Name = "Flame Swordsman";
            SetCodes.Add("SS02-ENB20");

            FusionMaterials = new List <string>()
            {
                "Flame Manipulator",
                "Masaki the Legendary Swordsman"
            };
        }
Example #22
0
 public DoubleCoston(YugiohGame game) : base(game)
 {
     Name      = "Double Coston";
     Attribute = MonsterAttribute.Dark;
     Level     = 4;
     Type      = MonsterType.Zombie;
     ATK       = 1700;
     DEF       = 1650;
     SetCodes.Add("SS01-ENA07");
     CardCode = 44436472;
 }
 public DarkMagicianGirl(YugiohGame game) : base(game)
 {
     Name      = "Dark Magician Girl";
     Attribute = MonsterAttribute.Dark;
     Level     = 6;
     Type      = MonsterType.Spellcaster;
     ATK       = GetAttack();
     DEF       = 1700;
     SetCodes.Add("SS01-ENA04");
     CardCode = 38033121;
 }
Example #24
0
 public SpiritRyu(YugiohGame game) : base(game)
 {
     Name      = "Spirit Ryu";
     Attribute = MonsterAttribute.Wind;
     Level     = 4;
     Type      = MonsterType.Dragon;
     ATK       = 1000;
     DEF       = 1000;
     SetCodes.Add("SS02-ENA08");
     CardCode    = 67957315;
     Description = "During your Battle Step, if this card battles (Quick Effect): You can discard 1 Dragon monster to the GY; this card gains 1000 ATK/DEF until the end of the Battle Phase.";
 }
Example #25
0
 public AmazonessChainMaster(YugiohGame game) : base(game)
 {
     Name      = "Amazoness Chain Master";
     Attribute = MonsterAttribute.Earth;
     Level     = 4;
     Type      = MonsterType.Warrior;
     ATK       = 1500;
     DEF       = 1300;
     SetCodes.Add("SS02-ENC05");
     CardCode    = 29654737;
     Description = "When this card is destroyed by battle and sent to the GY: You can pay 1500 LP; look at your opponent's hand, then add 1 monster from their hand to your hand.";
 }
 public GravekeepersRecruiter(YugiohGame game) : base(game)
 {
     Name      = "Gravekeeper's Recruiter";
     Attribute = MonsterAttribute.Dark;
     Level     = 3;
     Type      = MonsterType.Spellcaster;
     ATK       = 1200;
     DEF       = 1500;
     SetCodes.Add("SS01-ENB08");
     CardCode    = 93023479;
     Description = "When this card you control is sent to your GY: Add 1 \"Gravekeeper's\" monster with 1500 or less DEF from your Deck to your hand.";
 }
Example #27
0
 public Kaibaman(YugiohGame game) : base(game)
 {
     Name      = "Kaibaman";
     Attribute = MonsterAttribute.Light;
     Level     = 3;
     Type      = MonsterType.Warrior;
     ATK       = 200;
     DEF       = 700;
     SetCodes.Add("SS02-ENA09");
     CardCode    = 34627841;
     Description = "You can Tribute this card; Special Summon 1 \"Blue - Eyes White Dragon\" from your hand.";
 }
Example #28
0
 public DoubleCoston(YugiohGame game) : base(game)
 {
     Name      = "Double Coston";
     Attribute = MonsterAttribute.Dark;
     Level     = 4;
     Type      = MonsterType.Zombie;
     ATK       = 1700;
     DEF       = 1650;
     SetCodes.Add("SS01-ENA07");
     CardCode    = 44436472;
     Description = "This card can be treated as 2 Tributes for the Tribute Summon of a DARK monster.";
 }
 public SenjuoftheThousandHands(YugiohGame game) : base(game)
 {
     Name      = "Senju of the Thousand Hands";
     Attribute = MonsterAttribute.Light;
     Level     = 4;
     Type      = MonsterType.Fairy;
     ATK       = 1400;
     DEF       = 1000;
     SetCodes.Add("SBLS-EN017");
     CardCode    = 23401839;
     Description = "When this card is Normal or Flip Summoned: You can add 1 Ritual Monster from your Deck to your hand.";
 }
Example #30
0
 public HarpiesPetDragon(YugiohGame game) : base(game)
 {
     Name = "Harpie's Pet Dragon";
     SetCodes.Add("SBLS-EN020");
     Attribute   = MonsterAttribute.Wind;
     Level       = 7;
     Type        = MonsterType.Dragon;
     ATK         = 2000;
     DEF         = 2500;
     CardCode    = 52040216;
     Description = "Gains 300 ATK/DEF for each \"Harpie Lady\" on the field.";
 }