From d00e953ad93e97a39cfeb5e6f78aa4e7a40d87f5 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Fri, 3 May 2013 08:37:30 +0200 Subject: [PATCH] Added Levacy to the construced formats. --- Mage.Client/config/config.xml | 17 ++- Mage.Client/release/config/config.xml | 17 ++- .../src/mage/deck/Legacy.java | 104 ++++++++++++++++++ Mage.Server/config/config.xml | 1 + Mage.Server/release/config/config.xml | 1 + 5 files changed, 130 insertions(+), 10 deletions(-) create mode 100644 Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck/Legacy.java diff --git a/Mage.Client/config/config.xml b/Mage.Client/config/config.xml index cc832e984a7..ebb8bfb3da2 100644 --- a/Mage.Client/config/config.xml +++ b/Mage.Client/config/config.xml @@ -17,12 +17,19 @@ - - - - - + + + + + + + + + + + + diff --git a/Mage.Client/release/config/config.xml b/Mage.Client/release/config/config.xml index cc832e984a7..ebb8bfb3da2 100644 --- a/Mage.Client/release/config/config.xml +++ b/Mage.Client/release/config/config.xml @@ -17,12 +17,19 @@ - - - - - + + + + + + + + + + + + diff --git a/Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck/Legacy.java b/Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck/Legacy.java new file mode 100644 index 00000000000..97e24c7020a --- /dev/null +++ b/Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck/Legacy.java @@ -0,0 +1,104 @@ +/* +* Copyright 2011 BetaSteward_at_googlemail.com. All rights reserved. +* +* Redistribution and use in source and binary forms, with or without modification, are +* permitted provided that the following conditions are met: +* +* 1. Redistributions of source code must retain the above copyright notice, this list of +* conditions and the following disclaimer. +* +* 2. Redistributions in binary form must reproduce the above copyright notice, this list +* of conditions and the following disclaimer in the documentation and/or other materials +* provided with the distribution. +* +* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED +* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR +* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +* The views and conclusions contained in the software and documentation are those of the +* authors and should not be interpreted as representing official policies, either expressed +* or implied, of BetaSteward_at_googlemail.com. +*/ + +package mage.deck; + +import mage.cards.decks.Constructed; + +/** + * + * LevelX2 + */ +public class Legacy extends Constructed { + + public Legacy() { + super("Constructed - Legacy"); + + banned.add("Amulet of Quoz"); + banned.add("Ancestral Recall"); + banned.add("Balance"); + banned.add("Bazaar of Baghdad"); + banned.add("Black Lotus"); + banned.add("Black Vise"); + banned.add("Bronze Tablet"); + banned.add("Channel"); + banned.add("Chaos Orb"); + banned.add("Contract from Below"); + banned.add("Darkpact"); + banned.add("Demonic Attorney"); + banned.add("Demonic Consultation"); + banned.add("Demonic Tutor"); + banned.add("Earthcraft"); + banned.add("Falling Star"); + banned.add("Fastbond"); + banned.add("Flash"); + banned.add("Frantic Search"); + banned.add("Goblin Recruiter"); + banned.add("Gush"); + banned.add("Hermit Druid"); + banned.add("Imperial Seal"); + banned.add("Jeweled Bird"); + banned.add("Library of Alexandria"); + banned.add("Mana Crypt"); + banned.add("Mana Drain"); + banned.add("Mana Vault"); + banned.add("Memory Jar"); + banned.add("Mental Misstep"); + banned.add("Mind Twist"); + banned.add("Mind's Desire"); + banned.add("Mishra's Workshop"); + banned.add("Mox Emerald"); + banned.add("Mox Jet"); + banned.add("Mox Pearl"); + banned.add("Mox Ruby"); + banned.add("Mox Sapphire"); + banned.add("Mystical Tutor"); + banned.add("Necropotence"); + banned.add("Oath of Druids"); + banned.add("Rebirth"); + banned.add("Shahrazad"); + banned.add("Skullclamp"); + banned.add("Sol Ring"); + banned.add("Strip Mine"); + banned.add("Survival of the Fittes"); + banned.add("Tempest Efreet"); + banned.add("Time Vault"); + banned.add("Time Walk"); + banned.add("Timetwister"); + banned.add("Timmerian Fiends"); + banned.add("Tinker"); + banned.add("Tolarian Academy"); + banned.add("Vampiric Tutor"); + banned.add("Wheel of Fortune"); + banned.add("Windfall"); + banned.add("Worldgorger Dragon"); + banned.add("Yawgmoth's Bargain"); + banned.add("Yawgmoth's Will"); + + } +} diff --git a/Mage.Server/config/config.xml b/Mage.Server/config/config.xml index 0e21072f774..ed7632aa174 100644 --- a/Mage.Server/config/config.xml +++ b/Mage.Server/config/config.xml @@ -23,6 +23,7 @@ + diff --git a/Mage.Server/release/config/config.xml b/Mage.Server/release/config/config.xml index 22ab1fd5236..b1040dd3a3a 100644 --- a/Mage.Server/release/config/config.xml +++ b/Mage.Server/release/config/config.xml @@ -21,6 +21,7 @@ +