mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Fixed spelling bug ravnika => ravnica.
This commit is contained in:
parent
5d83601a1a
commit
c8b6ec6c0d
316 changed files with 316 additions and 316 deletions
|
@ -34,7 +34,7 @@ import java.util.UUID;
|
||||||
* @author jeffwadsworth
|
* @author jeffwadsworth
|
||||||
|
|
||||||
*/
|
*/
|
||||||
public class DimirCutpurse extends mage.sets.ravnika.DimirCutpurse {
|
public class DimirCutpurse extends mage.sets.ravnica.DimirCutpurse {
|
||||||
|
|
||||||
public DimirCutpurse(UUID ownerId) {
|
public DimirCutpurse(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class FiremaneAngel extends mage.sets.ravnika.FiremaneAngel {
|
public class FiremaneAngel extends mage.sets.ravnica.FiremaneAngel {
|
||||||
|
|
||||||
public FiremaneAngel(UUID ownerId) {
|
public FiremaneAngel(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class LightningHelix extends mage.sets.ravnika.LightningHelix {
|
public class LightningHelix extends mage.sets.ravnica.LightningHelix {
|
||||||
|
|
||||||
public LightningHelix(UUID ownerId) {
|
public LightningHelix(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author dustinconrad
|
* @author dustinconrad
|
||||||
*/
|
*/
|
||||||
public class LoxodonHierarch extends mage.sets.ravnika.LoxodonHierarch {
|
public class LoxodonHierarch extends mage.sets.ravnica.LoxodonHierarch {
|
||||||
|
|
||||||
public LoxodonHierarch(UUID ownerId) {
|
public LoxodonHierarch(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class Moroii extends mage.sets.ravnika.Moroii {
|
public class Moroii extends mage.sets.ravnica.Moroii {
|
||||||
|
|
||||||
public Moroii(UUID ownerId) {
|
public Moroii(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SearingMeditation extends mage.sets.ravnika.SearingMeditation {
|
public class SearingMeditation extends mage.sets.ravnica.SearingMeditation {
|
||||||
|
|
||||||
public SearingMeditation(UUID ownerId) {
|
public SearingMeditation(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SurveillingSprite extends mage.sets.ravnika.SurveillingSprite {
|
public class SurveillingSprite extends mage.sets.ravnica.SurveillingSprite {
|
||||||
|
|
||||||
public SurveillingSprite(UUID ownerId) {
|
public SurveillingSprite(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class VituGhaziTheCityTree extends mage.sets.ravnika.VituGhaziTheCityTree {
|
public class VituGhaziTheCityTree extends mage.sets.ravnica.VituGhaziTheCityTree {
|
||||||
|
|
||||||
public VituGhaziTheCityTree(UUID ownerId) {
|
public VituGhaziTheCityTree(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class DimirSignet extends mage.sets.ravnika.DimirSignet {
|
public class DimirSignet extends mage.sets.ravnica.DimirSignet {
|
||||||
|
|
||||||
public DimirSignet(UUID ownerId) {
|
public DimirSignet(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SelesnyaGuildmage extends mage.sets.ravnika.SelesnyaGuildmage {
|
public class SelesnyaGuildmage extends mage.sets.ravnica.SelesnyaGuildmage {
|
||||||
|
|
||||||
public SelesnyaGuildmage(UUID ownerId) {
|
public SelesnyaGuildmage(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class VituGhaziTheCityTree extends mage.sets.ravnika.VituGhaziTheCityTree {
|
public class VituGhaziTheCityTree extends mage.sets.ravnica.VituGhaziTheCityTree {
|
||||||
|
|
||||||
public VituGhaziTheCityTree(UUID ownerId) {
|
public VituGhaziTheCityTree(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class Watchwolf extends mage.sets.ravnika.Watchwolf {
|
public class Watchwolf extends mage.sets.ravnica.Watchwolf {
|
||||||
|
|
||||||
public Watchwolf(UUID ownerId) {
|
public Watchwolf(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class BorosGuildmage extends mage.sets.ravnika.BorosGuildmage {
|
public class BorosGuildmage extends mage.sets.ravnica.BorosGuildmage {
|
||||||
|
|
||||||
public BorosGuildmage(UUID ownerId) {
|
public BorosGuildmage(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class BorosSignet extends mage.sets.ravnika.BorosSignet {
|
public class BorosSignet extends mage.sets.ravnica.BorosSignet {
|
||||||
|
|
||||||
public BorosSignet(UUID ownerId) {
|
public BorosSignet(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class DimirAqueduct extends mage.sets.ravnika.DimirAqueduct {
|
public class DimirAqueduct extends mage.sets.ravnica.DimirAqueduct {
|
||||||
|
|
||||||
public DimirAqueduct(UUID ownerId) {
|
public DimirAqueduct(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class DimirSignet extends mage.sets.ravnika.DimirSignet {
|
public class DimirSignet extends mage.sets.ravnica.DimirSignet {
|
||||||
|
|
||||||
public DimirSignet(UUID ownerId) {
|
public DimirSignet(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class FistsOfIronwood extends mage.sets.ravnika.FistsOfIronwood {
|
public class FistsOfIronwood extends mage.sets.ravnica.FistsOfIronwood {
|
||||||
|
|
||||||
public FistsOfIronwood(UUID ownerId) {
|
public FistsOfIronwood(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GolgariGuildmage extends mage.sets.ravnika.GolgariGuildmage {
|
public class GolgariGuildmage extends mage.sets.ravnica.GolgariGuildmage {
|
||||||
|
|
||||||
public GolgariGuildmage(UUID ownerId) {
|
public GolgariGuildmage(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GolgariRotFarm extends mage.sets.ravnika.GolgariRotFarm {
|
public class GolgariRotFarm extends mage.sets.ravnica.GolgariRotFarm {
|
||||||
|
|
||||||
public GolgariRotFarm(UUID ownerId) {
|
public GolgariRotFarm(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GolgariSignet extends mage.sets.ravnika.GolgariSignet {
|
public class GolgariSignet extends mage.sets.ravnica.GolgariSignet {
|
||||||
|
|
||||||
public GolgariSignet(UUID ownerId) {
|
public GolgariSignet(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class Hex extends mage.sets.ravnika.Hex {
|
public class Hex extends mage.sets.ravnica.Hex {
|
||||||
|
|
||||||
public Hex(UUID ownerId) {
|
public Hex(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SelesnyaEvangel extends mage.sets.ravnika.SelesnyaEvangel {
|
public class SelesnyaEvangel extends mage.sets.ravnica.SelesnyaEvangel {
|
||||||
|
|
||||||
public SelesnyaEvangel(UUID ownerId) {
|
public SelesnyaEvangel(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SelesnyaGuildmage extends mage.sets.ravnika.SelesnyaGuildmage {
|
public class SelesnyaGuildmage extends mage.sets.ravnica.SelesnyaGuildmage {
|
||||||
|
|
||||||
public SelesnyaGuildmage(UUID ownerId) {
|
public SelesnyaGuildmage(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SelesnyaSanctuary extends mage.sets.ravnika.SelesnyaSanctuary {
|
public class SelesnyaSanctuary extends mage.sets.ravnica.SelesnyaSanctuary {
|
||||||
|
|
||||||
public SelesnyaSanctuary(UUID ownerId) {
|
public SelesnyaSanctuary(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SelesnyaSignet extends mage.sets.ravnika.SelesnyaSignet {
|
public class SelesnyaSignet extends mage.sets.ravnica.SelesnyaSignet {
|
||||||
|
|
||||||
public SelesnyaSignet(UUID ownerId) {
|
public SelesnyaSignet(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class ElvishSkysweeper extends mage.sets.ravnika.ElvishSkysweeper {
|
public class ElvishSkysweeper extends mage.sets.ravnica.ElvishSkysweeper {
|
||||||
|
|
||||||
public ElvishSkysweeper(UUID ownerId) {
|
public ElvishSkysweeper(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GolgariGuildmage extends mage.sets.ravnika.GolgariGuildmage {
|
public class GolgariGuildmage extends mage.sets.ravnica.GolgariGuildmage {
|
||||||
|
|
||||||
public GolgariGuildmage(UUID ownerId) {
|
public GolgariGuildmage(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GolgariRotFarm extends mage.sets.ravnika.GolgariRotFarm {
|
public class GolgariRotFarm extends mage.sets.ravnica.GolgariRotFarm {
|
||||||
|
|
||||||
public GolgariRotFarm(UUID ownerId) {
|
public GolgariRotFarm(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class HuntedTroll extends mage.sets.ravnika.HuntedTroll {
|
public class HuntedTroll extends mage.sets.ravnica.HuntedTroll {
|
||||||
|
|
||||||
public HuntedTroll(UUID ownerId) {
|
public HuntedTroll(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SelesnyaGuildmage extends mage.sets.ravnika.SelesnyaGuildmage {
|
public class SelesnyaGuildmage extends mage.sets.ravnica.SelesnyaGuildmage {
|
||||||
|
|
||||||
public SelesnyaGuildmage(UUID ownerId) {
|
public SelesnyaGuildmage(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SelesnyaSanctuary extends mage.sets.ravnika.SelesnyaSanctuary {
|
public class SelesnyaSanctuary extends mage.sets.ravnica.SelesnyaSanctuary {
|
||||||
|
|
||||||
public SelesnyaSanctuary(UUID ownerId) {
|
public SelesnyaSanctuary(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SelesnyaSignet extends mage.sets.ravnika.SelesnyaSignet {
|
public class SelesnyaSignet extends mage.sets.ravnica.SelesnyaSignet {
|
||||||
|
|
||||||
public SelesnyaSignet(UUID ownerId) {
|
public SelesnyaSignet(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class VituGhaziTheCityTree extends mage.sets.ravnika.VituGhaziTheCityTree {
|
public class VituGhaziTheCityTree extends mage.sets.ravnica.VituGhaziTheCityTree {
|
||||||
|
|
||||||
public VituGhaziTheCityTree(UUID ownerId) {
|
public VituGhaziTheCityTree(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class CompulsiveResearch extends mage.sets.ravnika.CompulsiveResearch {
|
public class CompulsiveResearch extends mage.sets.ravnica.CompulsiveResearch {
|
||||||
|
|
||||||
public CompulsiveResearch(UUID ownerId) {
|
public CompulsiveResearch(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class ElvishSkysweeper extends mage.sets.ravnika.ElvishSkysweeper {
|
public class ElvishSkysweeper extends mage.sets.ravnica.ElvishSkysweeper {
|
||||||
|
|
||||||
public ElvishSkysweeper(UUID ownerId) {
|
public ElvishSkysweeper(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class PrimordialSage extends mage.sets.ravnika.PrimordialSage {
|
public class PrimordialSage extends mage.sets.ravnica.PrimordialSage {
|
||||||
|
|
||||||
public PrimordialSage(UUID ownerId) {
|
public PrimordialSage(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class CompulsiveResearch extends mage.sets.ravnika.CompulsiveResearch {
|
public class CompulsiveResearch extends mage.sets.ravnica.CompulsiveResearch {
|
||||||
|
|
||||||
public CompulsiveResearch(UUID ownerId) {
|
public CompulsiveResearch(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class CourierHawk extends mage.sets.ravnika.CourierHawk {
|
public class CourierHawk extends mage.sets.ravnica.CourierHawk {
|
||||||
|
|
||||||
public CourierHawk(UUID ownerId) {
|
public CourierHawk(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class DimirDoppelganger extends mage.sets.ravnika.DimirDoppelganger {
|
public class DimirDoppelganger extends mage.sets.ravnica.DimirDoppelganger {
|
||||||
|
|
||||||
public DimirDoppelganger(UUID ownerId) {
|
public DimirDoppelganger(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class StinkweedImp extends mage.sets.ravnika.StinkweedImp {
|
public class StinkweedImp extends mage.sets.ravnica.StinkweedImp {
|
||||||
|
|
||||||
public StinkweedImp(UUID ownerId) {
|
public StinkweedImp(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class Putrefy extends mage.sets.ravnika.Putrefy {
|
public class Putrefy extends mage.sets.ravnica.Putrefy {
|
||||||
|
|
||||||
public Putrefy(UUID ownerId) {
|
public Putrefy(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -34,7 +34,7 @@ import mage.constants.Rarity;
|
||||||
*
|
*
|
||||||
* @author fireshoes
|
* @author fireshoes
|
||||||
*/
|
*/
|
||||||
public class ElvesOfDeepShadow extends mage.sets.ravnika.ElvesOfDeepShadow {
|
public class ElvesOfDeepShadow extends mage.sets.ravnica.ElvesOfDeepShadow {
|
||||||
|
|
||||||
public ElvesOfDeepShadow(UUID ownerId) {
|
public ElvesOfDeepShadow(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -34,7 +34,7 @@ import mage.constants.Rarity;
|
||||||
*
|
*
|
||||||
* @author fireshoes
|
* @author fireshoes
|
||||||
*/
|
*/
|
||||||
public class Farseek extends mage.sets.ravnika.Farseek {
|
public class Farseek extends mage.sets.ravnica.Farseek {
|
||||||
|
|
||||||
public Farseek(UUID ownerId) {
|
public Farseek(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author fireshoes
|
* @author fireshoes
|
||||||
*/
|
*/
|
||||||
public class Remand extends mage.sets.ravnika.Remand {
|
public class Remand extends mage.sets.ravnica.Remand {
|
||||||
|
|
||||||
public Remand(UUID ownerId) {
|
public Remand(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author fireshoes
|
* @author fireshoes
|
||||||
*/
|
*/
|
||||||
public class Watchwolf extends mage.sets.ravnika.Watchwolf {
|
public class Watchwolf extends mage.sets.ravnica.Watchwolf {
|
||||||
|
|
||||||
public Watchwolf(UUID ownerId) {
|
public Watchwolf(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class KeeningBanshee extends mage.sets.ravnika.KeeningBanshee {
|
public class KeeningBanshee extends mage.sets.ravnica.KeeningBanshee {
|
||||||
|
|
||||||
public KeeningBanshee(UUID ownerId) {
|
public KeeningBanshee(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SacredFoundry extends mage.sets.ravnika.SacredFoundry {
|
public class SacredFoundry extends mage.sets.ravnica.SacredFoundry {
|
||||||
|
|
||||||
public SacredFoundry(UUID ownerId) {
|
public SacredFoundry(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author Plopman
|
* @author Plopman
|
||||||
*/
|
*/
|
||||||
public class SkyknightLegionnaire extends mage.sets.ravnika.SkyknightLegionnaire {
|
public class SkyknightLegionnaire extends mage.sets.ravnica.SkyknightLegionnaire {
|
||||||
|
|
||||||
public SkyknightLegionnaire(UUID ownerId) {
|
public SkyknightLegionnaire(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class WateryGrave extends mage.sets.ravnika.WateryGrave {
|
public class WateryGrave extends mage.sets.ravnica.WateryGrave {
|
||||||
|
|
||||||
public WateryGrave(UUID ownerId) {
|
public WateryGrave(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class ElvesOfDeepShadow extends mage.sets.ravnika.ElvesOfDeepShadow {
|
public class ElvesOfDeepShadow extends mage.sets.ravnica.ElvesOfDeepShadow {
|
||||||
|
|
||||||
public ElvesOfDeepShadow(UUID ownerId) {
|
public ElvesOfDeepShadow(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GolgariGraveTroll extends mage.sets.ravnika.GolgariGraveTroll {
|
public class GolgariGraveTroll extends mage.sets.ravnica.GolgariGraveTroll {
|
||||||
|
|
||||||
public GolgariGraveTroll(UUID ownerId) {
|
public GolgariGraveTroll(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GolgariRotFarm extends mage.sets.ravnika.GolgariRotFarm {
|
public class GolgariRotFarm extends mage.sets.ravnica.GolgariRotFarm {
|
||||||
|
|
||||||
public GolgariRotFarm(UUID ownerId) {
|
public GolgariRotFarm(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GolgariRotwurm extends mage.sets.ravnika.GolgariRotwurm {
|
public class GolgariRotwurm extends mage.sets.ravnica.GolgariRotwurm {
|
||||||
|
|
||||||
public GolgariRotwurm(UUID ownerId) {
|
public GolgariRotwurm(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GolgariSignet extends mage.sets.ravnika.GolgariSignet {
|
public class GolgariSignet extends mage.sets.ravnica.GolgariSignet {
|
||||||
|
|
||||||
public GolgariSignet(UUID ownerId) {
|
public GolgariSignet(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GolgariThug extends mage.sets.ravnika.GolgariThug {
|
public class GolgariThug extends mage.sets.ravnica.GolgariThug {
|
||||||
|
|
||||||
public GolgariThug(UUID ownerId) {
|
public GolgariThug(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GreaterMossdog extends mage.sets.ravnika.GreaterMossdog {
|
public class GreaterMossdog extends mage.sets.ravnica.GreaterMossdog {
|
||||||
|
|
||||||
public GreaterMossdog(UUID ownerId) {
|
public GreaterMossdog(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class LifeFromTheLoam extends mage.sets.ravnika.LifeFromTheLoam {
|
public class LifeFromTheLoam extends mage.sets.ravnica.LifeFromTheLoam {
|
||||||
|
|
||||||
public LifeFromTheLoam(UUID ownerId) {
|
public LifeFromTheLoam(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class NightmareVoid extends mage.sets.ravnika.NightmareVoid {
|
public class NightmareVoid extends mage.sets.ravnica.NightmareVoid {
|
||||||
|
|
||||||
public NightmareVoid(UUID ownerId) {
|
public NightmareVoid(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class Putrefy extends mage.sets.ravnika.Putrefy {
|
public class Putrefy extends mage.sets.ravnica.Putrefy {
|
||||||
|
|
||||||
public Putrefy(UUID ownerId) {
|
public Putrefy(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class ShamblingShell extends mage.sets.ravnika.ShamblingShell {
|
public class ShamblingShell extends mage.sets.ravnica.ShamblingShell {
|
||||||
|
|
||||||
public ShamblingShell(UUID ownerId) {
|
public ShamblingShell(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class StinkweedImp extends mage.sets.ravnika.StinkweedImp {
|
public class StinkweedImp extends mage.sets.ravnica.StinkweedImp {
|
||||||
|
|
||||||
public StinkweedImp(UUID ownerId) {
|
public StinkweedImp(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author emerald000
|
* @author emerald000
|
||||||
*/
|
*/
|
||||||
public class VigorMortis extends mage.sets.ravnika.VigorMortis {
|
public class VigorMortis extends mage.sets.ravnica.VigorMortis {
|
||||||
|
|
||||||
public VigorMortis(UUID ownerId) {
|
public VigorMortis(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class Remand extends mage.sets.ravnika.Remand {
|
public class Remand extends mage.sets.ravnica.Remand {
|
||||||
|
|
||||||
public Remand(UUID ownerId) {
|
public Remand(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class VinelasherKudzu extends mage.sets.ravnika.VinelasherKudzu {
|
public class VinelasherKudzu extends mage.sets.ravnica.VinelasherKudzu {
|
||||||
|
|
||||||
public VinelasherKudzu(UUID ownerId) {
|
public VinelasherKudzu(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author fireshoes
|
* @author fireshoes
|
||||||
*/
|
*/
|
||||||
public class DarkConfidant extends mage.sets.ravnika.DarkConfidant {
|
public class DarkConfidant extends mage.sets.ravnica.DarkConfidant {
|
||||||
|
|
||||||
public DarkConfidant(UUID ownerId) {
|
public DarkConfidant(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SelesnyaSanctuary extends mage.sets.ravnika.SelesnyaSanctuary {
|
public class SelesnyaSanctuary extends mage.sets.ravnica.SelesnyaSanctuary {
|
||||||
|
|
||||||
public SelesnyaSanctuary(UUID ownerId) {
|
public SelesnyaSanctuary(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author nantuko
|
* @author nantuko
|
||||||
*/
|
*/
|
||||||
public class BelltowerSphinx extends mage.sets.ravnika.BelltowerSphinx {
|
public class BelltowerSphinx extends mage.sets.ravnica.BelltowerSphinx {
|
||||||
|
|
||||||
public BelltowerSphinx(UUID ownerId) {
|
public BelltowerSphinx(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author North
|
* @author North
|
||||||
*/
|
*/
|
||||||
public class Farseek extends mage.sets.ravnika.Farseek {
|
public class Farseek extends mage.sets.ravnica.Farseek {
|
||||||
|
|
||||||
public Farseek(UUID ownerId) {
|
public Farseek(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author North
|
* @author North
|
||||||
*/
|
*/
|
||||||
public class VedalkenEntrancer extends mage.sets.ravnika.VedalkenEntrancer {
|
public class VedalkenEntrancer extends mage.sets.ravnica.VedalkenEntrancer {
|
||||||
|
|
||||||
public VedalkenEntrancer(UUID ownerId) {
|
public VedalkenEntrancer(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class ChordOfCalling extends mage.sets.ravnika.ChordOfCalling {
|
public class ChordOfCalling extends mage.sets.ravnica.ChordOfCalling {
|
||||||
|
|
||||||
public ChordOfCalling(UUID ownerId) {
|
public ChordOfCalling(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class DevouringLight extends mage.sets.ravnika.DevouringLight {
|
public class DevouringLight extends mage.sets.ravnica.DevouringLight {
|
||||||
|
|
||||||
public DevouringLight(UUID ownerId) {
|
public DevouringLight(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class FrenziedGoblin extends mage.sets.ravnika.FrenziedGoblin {
|
public class FrenziedGoblin extends mage.sets.ravnica.FrenziedGoblin {
|
||||||
|
|
||||||
public FrenziedGoblin(UUID ownerId) {
|
public FrenziedGoblin(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -34,7 +34,7 @@ import mage.constants.Rarity;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GatherCourage extends mage.sets.ravnika.GatherCourage {
|
public class GatherCourage extends mage.sets.ravnica.GatherCourage {
|
||||||
|
|
||||||
public GatherCourage(UUID ownerId) {
|
public GatherCourage(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -34,7 +34,7 @@ import mage.constants.Rarity;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class Overwhelm extends mage.sets.ravnika.Overwhelm {
|
public class Overwhelm extends mage.sets.ravnica.Overwhelm {
|
||||||
|
|
||||||
public Overwhelm(UUID ownerId) {
|
public Overwhelm(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SiegeWurm extends mage.sets.ravnika.SiegeWurm {
|
public class SiegeWurm extends mage.sets.ravnica.SiegeWurm {
|
||||||
|
|
||||||
public SiegeWurm(UUID ownerId) {
|
public SiegeWurm(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -30,7 +30,7 @@ package mage.sets.mediainserts;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
public class BirdsOfParadise extends mage.sets.ravnika.BirdsOfParadise {
|
public class BirdsOfParadise extends mage.sets.ravnica.BirdsOfParadise {
|
||||||
|
|
||||||
public BirdsOfParadise(UUID ownerId) {
|
public BirdsOfParadise(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -34,7 +34,7 @@ import mage.constants.Rarity;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class DarkConfidant extends mage.sets.ravnika.DarkConfidant {
|
public class DarkConfidant extends mage.sets.ravnica.DarkConfidant {
|
||||||
|
|
||||||
public DarkConfidant(UUID ownerId) {
|
public DarkConfidant(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GreaterMossdog extends mage.sets.ravnika.GreaterMossdog {
|
public class GreaterMossdog extends mage.sets.ravnica.GreaterMossdog {
|
||||||
|
|
||||||
public GreaterMossdog(UUID ownerId) {
|
public GreaterMossdog(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class LifeFromTheLoam extends mage.sets.ravnika.LifeFromTheLoam {
|
public class LifeFromTheLoam extends mage.sets.ravnica.LifeFromTheLoam {
|
||||||
|
|
||||||
public LifeFromTheLoam(UUID ownerId) {
|
public LifeFromTheLoam(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class LightningHelix extends mage.sets.ravnika.LightningHelix {
|
public class LightningHelix extends mage.sets.ravnica.LightningHelix {
|
||||||
|
|
||||||
public LightningHelix(UUID ownerId) {
|
public LightningHelix(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -34,7 +34,7 @@ import mage.constants.Rarity;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class MoldervineCloak extends mage.sets.ravnika.MoldervineCloak {
|
public class MoldervineCloak extends mage.sets.ravnica.MoldervineCloak {
|
||||||
|
|
||||||
public MoldervineCloak(UUID ownerId) {
|
public MoldervineCloak(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class Sandsower extends mage.sets.ravnika.Sandsower {
|
public class Sandsower extends mage.sets.ravnica.Sandsower {
|
||||||
|
|
||||||
public Sandsower(UUID ownerId) {
|
public Sandsower(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class StinkweedImp extends mage.sets.ravnika.StinkweedImp {
|
public class StinkweedImp extends mage.sets.ravnica.StinkweedImp {
|
||||||
|
|
||||||
public StinkweedImp(UUID ownerId) {
|
public StinkweedImp(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class VedalkenDismisser extends mage.sets.ravnika.VedalkenDismisser {
|
public class VedalkenDismisser extends mage.sets.ravnica.VedalkenDismisser {
|
||||||
|
|
||||||
public VedalkenDismisser(UUID ownerId) {
|
public VedalkenDismisser(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class VeteranArmorer extends mage.sets.ravnika.VeteranArmorer {
|
public class VeteranArmorer extends mage.sets.ravnica.VeteranArmorer {
|
||||||
|
|
||||||
public VeteranArmorer(UUID ownerId) {
|
public VeteranArmorer(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -34,7 +34,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author Loki
|
* @author Loki
|
||||||
*/
|
*/
|
||||||
public class BorosGuildmage extends mage.sets.ravnika.BorosGuildmage {
|
public class BorosGuildmage extends mage.sets.ravnica.BorosGuildmage {
|
||||||
|
|
||||||
public BorosGuildmage (UUID ownerId) {
|
public BorosGuildmage (UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -34,7 +34,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author Loki
|
* @author Loki
|
||||||
*/
|
*/
|
||||||
public class BorosSignet extends mage.sets.ravnika.BorosSignet {
|
public class BorosSignet extends mage.sets.ravnica.BorosSignet {
|
||||||
|
|
||||||
public BorosSignet (UUID ownerId) {
|
public BorosSignet (UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -34,7 +34,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author Loki
|
* @author Loki
|
||||||
*/
|
*/
|
||||||
public class LightningHelix extends mage.sets.ravnika.LightningHelix {
|
public class LightningHelix extends mage.sets.ravnica.LightningHelix {
|
||||||
|
|
||||||
public LightningHelix (UUID ownerId) {
|
public LightningHelix (UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class BrambleElemental extends mage.sets.ravnika.BrambleElemental {
|
public class BrambleElemental extends mage.sets.ravnica.BrambleElemental {
|
||||||
|
|
||||||
public BrambleElemental(UUID ownerId) {
|
public BrambleElemental(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class DimirAqueduct extends mage.sets.ravnika.DimirAqueduct {
|
public class DimirAqueduct extends mage.sets.ravnica.DimirAqueduct {
|
||||||
|
|
||||||
public DimirAqueduct(UUID ownerId) {
|
public DimirAqueduct(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author * @author LevelX2
|
* @author * @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class DimirInfiltrator extends mage.sets.ravnika.DimirInfiltrator {
|
public class DimirInfiltrator extends mage.sets.ravnica.DimirInfiltrator {
|
||||||
|
|
||||||
public DimirInfiltrator(UUID ownerId) {
|
public DimirInfiltrator(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author * @author LevelX2
|
* @author * @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class DowsingShaman extends mage.sets.ravnika.DowsingShaman {
|
public class DowsingShaman extends mage.sets.ravnica.DowsingShaman {
|
||||||
|
|
||||||
public DowsingShaman(UUID ownerId) {
|
public DowsingShaman(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author * @author LevelX2
|
* @author * @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class FieryConclusion extends mage.sets.ravnika.FieryConclusion {
|
public class FieryConclusion extends mage.sets.ravnica.FieryConclusion {
|
||||||
|
|
||||||
public FieryConclusion(UUID ownerId) {
|
public FieryConclusion(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class SelesnyaSanctuary extends mage.sets.ravnika.SelesnyaSanctuary {
|
public class SelesnyaSanctuary extends mage.sets.ravnica.SelesnyaSanctuary {
|
||||||
|
|
||||||
public SelesnyaSanctuary(UUID ownerId) {
|
public SelesnyaSanctuary(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.UUID;
|
||||||
*
|
*
|
||||||
* @author * @author LevelX2
|
* @author * @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class VituGhaziTheCityTree extends mage.sets.ravnika.VituGhaziTheCityTree {
|
public class VituGhaziTheCityTree extends mage.sets.ravnica.VituGhaziTheCityTree {
|
||||||
|
|
||||||
public VituGhaziTheCityTree(UUID ownerId) {
|
public VituGhaziTheCityTree(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
|
|
@ -5,7 +5,7 @@ import java.util.UUID;
|
||||||
/**
|
/**
|
||||||
* @author Loki
|
* @author Loki
|
||||||
*/
|
*/
|
||||||
public class LightningHelix extends mage.sets.ravnika.LightningHelix {
|
public class LightningHelix extends mage.sets.ravnica.LightningHelix {
|
||||||
public LightningHelix(UUID ownerId) {
|
public LightningHelix(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 16;
|
this.cardNumber = 16;
|
||||||
|
|
|
@ -5,7 +5,7 @@ import java.util.UUID;
|
||||||
/**
|
/**
|
||||||
* @author Loki
|
* @author Loki
|
||||||
*/
|
*/
|
||||||
public class Putrefy extends mage.sets.ravnika.Putrefy {
|
public class Putrefy extends mage.sets.ravnica.Putrefy {
|
||||||
public Putrefy(UUID ownerId) {
|
public Putrefy(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
this.cardNumber = 14;
|
this.cardNumber = 14;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* authors and should not be interpreted as representing official policies, either expressed
|
* authors and should not be interpreted as representing official policies, either expressed
|
||||||
* or implied, of BetaSteward_at_googlemail.com.
|
* or implied, of BetaSteward_at_googlemail.com.
|
||||||
*/
|
*/
|
||||||
package mage.sets.ravnika;
|
package mage.sets.ravnica;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* authors and should not be interpreted as representing official policies, either expressed
|
* authors and should not be interpreted as representing official policies, either expressed
|
||||||
* or implied, of BetaSteward_at_googlemail.com.
|
* or implied, of BetaSteward_at_googlemail.com.
|
||||||
*/
|
*/
|
||||||
package mage.sets.ravnika;
|
package mage.sets.ravnica;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* authors and should not be interpreted as representing official policies, either expressed
|
* authors and should not be interpreted as representing official policies, either expressed
|
||||||
* or implied, of BetaSteward_at_googlemail.com.
|
* or implied, of BetaSteward_at_googlemail.com.
|
||||||
*/
|
*/
|
||||||
package mage.sets.ravnika;
|
package mage.sets.ravnica;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue