From 83554081c7a01615e327784ddc8318b6afa8d4b1 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sat, 27 Apr 2013 18:55:40 +0200 Subject: [PATCH] Deleted Rare dual lands because they are only in the booster and not in the set DGM. --- .../src/mage/sets/dragonsmaze/BloodCrypt.java | 52 ------------------- .../mage/sets/dragonsmaze/BreedingPool.java | 52 ------------------- .../mage/sets/dragonsmaze/GodlessShrine.java | 52 ------------------- .../sets/dragonsmaze/HallowedFountain.java | 52 ------------------- .../mage/sets/dragonsmaze/OvergrownTomb.java | 52 ------------------- .../mage/sets/dragonsmaze/SacredFoundry.java | 52 ------------------- .../src/mage/sets/dragonsmaze/SteamVents.java | 52 ------------------- .../mage/sets/dragonsmaze/StompingGround.java | 52 ------------------- .../mage/sets/dragonsmaze/TempleGarden.java | 52 ------------------- .../mage/sets/dragonsmaze/WateryGrave.java | 52 ------------------- .../mage/cards/repository/CardRepository.java | 2 +- 11 files changed, 1 insertion(+), 521 deletions(-) delete mode 100644 Mage.Sets/src/mage/sets/dragonsmaze/BloodCrypt.java delete mode 100644 Mage.Sets/src/mage/sets/dragonsmaze/BreedingPool.java delete mode 100644 Mage.Sets/src/mage/sets/dragonsmaze/GodlessShrine.java delete mode 100644 Mage.Sets/src/mage/sets/dragonsmaze/HallowedFountain.java delete mode 100644 Mage.Sets/src/mage/sets/dragonsmaze/OvergrownTomb.java delete mode 100644 Mage.Sets/src/mage/sets/dragonsmaze/SacredFoundry.java delete mode 100644 Mage.Sets/src/mage/sets/dragonsmaze/SteamVents.java delete mode 100644 Mage.Sets/src/mage/sets/dragonsmaze/StompingGround.java delete mode 100644 Mage.Sets/src/mage/sets/dragonsmaze/TempleGarden.java delete mode 100644 Mage.Sets/src/mage/sets/dragonsmaze/WateryGrave.java diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/BloodCrypt.java b/Mage.Sets/src/mage/sets/dragonsmaze/BloodCrypt.java deleted file mode 100644 index 3d17899825..0000000000 --- a/Mage.Sets/src/mage/sets/dragonsmaze/BloodCrypt.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2010 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.sets.dragonsmaze; - -import java.util.UUID; - -/** - * - * @author LevelX2 - */ -public class BloodCrypt extends mage.sets.dissension.BloodCrypt { - - public BloodCrypt(UUID ownerId) { - super(ownerId); - this.cardNumber = 157; - this.expansionSetCode = "DGM"; - } - - public BloodCrypt(final BloodCrypt card) { - super(card); - } - - @Override - public BloodCrypt copy() { - return new BloodCrypt(this); - } -} diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/BreedingPool.java b/Mage.Sets/src/mage/sets/dragonsmaze/BreedingPool.java deleted file mode 100644 index 3ed6772da6..0000000000 --- a/Mage.Sets/src/mage/sets/dragonsmaze/BreedingPool.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2010 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.sets.dragonsmaze; - -import java.util.UUID; - -/** - * - * @author LevelX2 - */ -public class BreedingPool extends mage.sets.dissension.BreedingPool { - - public BreedingPool(UUID ownerId) { - super(ownerId); - this.cardNumber = 158; - this.expansionSetCode = "DGM"; - } - - public BreedingPool(final BreedingPool card) { - super(card); - } - - @Override - public BreedingPool copy() { - return new BreedingPool(this); - } -} diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/GodlessShrine.java b/Mage.Sets/src/mage/sets/dragonsmaze/GodlessShrine.java deleted file mode 100644 index c29ea2bfce..0000000000 --- a/Mage.Sets/src/mage/sets/dragonsmaze/GodlessShrine.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2010 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.sets.dragonsmaze; - -import java.util.UUID; - -/** - * - * @author LevelX2 - */ -public class GodlessShrine extends mage.sets.guildpact.GodlessShrine { - - public GodlessShrine(UUID ownerId) { - super(ownerId); - this.cardNumber = 159; - this.expansionSetCode = "DGM"; - } - - public GodlessShrine(final GodlessShrine card) { - super(card); - } - - @Override - public GodlessShrine copy() { - return new GodlessShrine(this); - } -} diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/HallowedFountain.java b/Mage.Sets/src/mage/sets/dragonsmaze/HallowedFountain.java deleted file mode 100644 index d448c03669..0000000000 --- a/Mage.Sets/src/mage/sets/dragonsmaze/HallowedFountain.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2010 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.sets.dragonsmaze; - -import java.util.UUID; - -/** - * - * @author LevelX2 - */ -public class HallowedFountain extends mage.sets.dissension.HallowedFountain { - - public HallowedFountain(UUID ownerId) { - super(ownerId); - this.cardNumber = 160; - this.expansionSetCode = "DGM"; - } - - public HallowedFountain(final HallowedFountain card) { - super(card); - } - - @Override - public HallowedFountain copy() { - return new HallowedFountain(this); - } -} diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/OvergrownTomb.java b/Mage.Sets/src/mage/sets/dragonsmaze/OvergrownTomb.java deleted file mode 100644 index 717a3bc4af..0000000000 --- a/Mage.Sets/src/mage/sets/dragonsmaze/OvergrownTomb.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2010 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.sets.dragonsmaze; - -import java.util.UUID; - -/** - * - * @author LevelX2 - */ -public class OvergrownTomb extends mage.sets.ravnika.OvergrownTomb { - - public OvergrownTomb(UUID ownerId) { - super(ownerId); - this.cardNumber = 161; - this.expansionSetCode = "DGM"; - } - - public OvergrownTomb(final OvergrownTomb card) { - super(card); - } - - @Override - public OvergrownTomb copy() { - return new OvergrownTomb(this); - } -} diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/SacredFoundry.java b/Mage.Sets/src/mage/sets/dragonsmaze/SacredFoundry.java deleted file mode 100644 index 18e2d763a5..0000000000 --- a/Mage.Sets/src/mage/sets/dragonsmaze/SacredFoundry.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2010 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.sets.dragonsmaze; - -import java.util.UUID; - -/** - * - * @author LevelX2 - */ -public class SacredFoundry extends mage.sets.ravnika.SacredFoundry { - - public SacredFoundry(UUID ownerId) { - super(ownerId); - this.cardNumber = 162; - this.expansionSetCode = "DGM"; - } - - public SacredFoundry(final SacredFoundry card) { - super(card); - } - - @Override - public SacredFoundry copy() { - return new SacredFoundry(this); - } -} diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/SteamVents.java b/Mage.Sets/src/mage/sets/dragonsmaze/SteamVents.java deleted file mode 100644 index d6ebcb9a11..0000000000 --- a/Mage.Sets/src/mage/sets/dragonsmaze/SteamVents.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2010 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.sets.dragonsmaze; - -import java.util.UUID; - -/** - * - * @author LevelX2 - */ -public class SteamVents extends mage.sets.guildpact.SteamVents { - - public SteamVents(UUID ownerId) { - super(ownerId); - this.cardNumber = 163; - this.expansionSetCode = "DGM"; - } - - public SteamVents(final SteamVents card) { - super(card); - } - - @Override - public SteamVents copy() { - return new SteamVents(this); - } -} diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/StompingGround.java b/Mage.Sets/src/mage/sets/dragonsmaze/StompingGround.java deleted file mode 100644 index ba753bd6c0..0000000000 --- a/Mage.Sets/src/mage/sets/dragonsmaze/StompingGround.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2010 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.sets.dragonsmaze; - -import java.util.UUID; - -/** - * - * @author LevelX2 - */ -public class StompingGround extends mage.sets.guildpact.StompingGround { - - public StompingGround(UUID ownerId) { - super(ownerId); - this.cardNumber = 164; - this.expansionSetCode = "DGM"; - } - - public StompingGround(final StompingGround card) { - super(card); - } - - @Override - public StompingGround copy() { - return new StompingGround(this); - } -} diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/TempleGarden.java b/Mage.Sets/src/mage/sets/dragonsmaze/TempleGarden.java deleted file mode 100644 index 81e6dc2662..0000000000 --- a/Mage.Sets/src/mage/sets/dragonsmaze/TempleGarden.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2010 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.sets.dragonsmaze; - -import java.util.UUID; - -/** - * - * @author LevelX2 - */ -public class TempleGarden extends mage.sets.ravnika.TempleGarden { - - public TempleGarden(UUID ownerId) { - super(ownerId); - this.cardNumber = 165; - this.expansionSetCode = "DGM"; - } - - public TempleGarden(final TempleGarden card) { - super(card); - } - - @Override - public TempleGarden copy() { - return new TempleGarden(this); - } -} diff --git a/Mage.Sets/src/mage/sets/dragonsmaze/WateryGrave.java b/Mage.Sets/src/mage/sets/dragonsmaze/WateryGrave.java deleted file mode 100644 index 153263c4c5..0000000000 --- a/Mage.Sets/src/mage/sets/dragonsmaze/WateryGrave.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2010 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.sets.dragonsmaze; - -import java.util.UUID; - -/** - * - * @author LevelX2 - */ -public class WateryGrave extends mage.sets.ravnika.WateryGrave { - - public WateryGrave(UUID ownerId) { - super(ownerId); - this.cardNumber = 166; - this.expansionSetCode = "DGM"; - } - - public WateryGrave(final WateryGrave card) { - super(card); - } - - @Override - public WateryGrave copy() { - return new WateryGrave(this); - } -} diff --git a/Mage/src/mage/cards/repository/CardRepository.java b/Mage/src/mage/cards/repository/CardRepository.java index d86920ec49..db29d5ed06 100644 --- a/Mage/src/mage/cards/repository/CardRepository.java +++ b/Mage/src/mage/cards/repository/CardRepository.java @@ -53,7 +53,7 @@ public enum CardRepository { instance; private static final String JDBC_URL = "jdbc:sqlite:db/cards.db"; - private static final long DB_VERSION = 4; + private static final long DB_VERSION = 5; private Random random = new Random(); private Dao cardDao;