diff --git a/.gitattributes b/.gitattributes index 1fe26a5397f..e2ac5828618 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1396,7 +1396,7 @@ res/cardsfolder/control_of_the_court.txt -text svneol=native#text/plain res/cardsfolder/controvert.txt -text svneol=native#text/plain res/cardsfolder/convalescence.txt -text svneol=native#text/plain res/cardsfolder/convalescent_care.txt -text svneol=native#text/plain -res/cardsfolder/conversion.txt svneol=native#text/plain +res/cardsfolder/conversion.txt -text svneol=native#text/plain res/cardsfolder/conversion_chamber.txt svneol=native#text/plain res/cardsfolder/conviction.txt -text svneol=native#text/plain res/cardsfolder/convincing_mirage.txt -text svneol=native#text/plain @@ -2805,7 +2805,7 @@ res/cardsfolder/gitaxian_probe.txt svneol=native#text/plain res/cardsfolder/glacial_crevasses.txt -text svneol=native#text/plain res/cardsfolder/glacial_fortress.txt -text svneol=native#text/plain res/cardsfolder/glacial_wall.txt -text svneol=native#text/plain -res/cardsfolder/glaciers.txt svneol=native#text/plain +res/cardsfolder/glaciers.txt -text svneol=native#text/plain res/cardsfolder/glade_gnarr.txt -text svneol=native#text/plain res/cardsfolder/glare_of_subdual.txt -text svneol=native#text/plain res/cardsfolder/glarewielder.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/conversion.txt b/res/cardsfolder/conversion.txt index fabb88bbb42..3ed20df41c7 100644 --- a/res/cardsfolder/conversion.txt +++ b/res/cardsfolder/conversion.txt @@ -1,15 +1,15 @@ -Name:Conversion -ManaCost:2 W W -Types:Enchantment -Text:no text -K:At the beginning of your upkeep, sacrifice CARDNAME unless you pay W W -K:stAnimateAll:Mountain:0/0:Land,Plains,Overwrite,KeepSupertype:no colors:No Abilities:No Condition:All Mountains are Plains. -SVar:RemRandomDeck:True -SVar:Rarity:Rare -SVar:Picture:http://www.wizards.com/global/images/magic/general/conversion.jpg -SetInfo:LEA|Uncommon|http://magiccards.info/scans/en/al/199.jpg -SetInfo:LEB|Uncommon|http://magiccards.info/scans/en/be/201.jpg -SetInfo:3ED|Uncommon|http://magiccards.info/scans/en/rv/198.jpg -SetInfo:4ED|Uncommon|http://magiccards.info/scans/en/4e/269.jpg -SetInfo:2ED|Uncommon|http://magiccards.info/scans/en/un/200.jpg +Name:Conversion +ManaCost:2 W W +Types:Enchantment +Text:no text +K:At the beginning of your upkeep, sacrifice CARDNAME unless you pay W W +K:stAnimateAll:Mountain:no changes:Land,Plains,RemoveSubTypes:no colors:Overwrite:No Condition:All Mountains are Plains. +SVar:RemRandomDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/conversion.jpg +SetInfo:LEA|Uncommon|http://magiccards.info/scans/en/al/199.jpg +SetInfo:LEB|Uncommon|http://magiccards.info/scans/en/be/201.jpg +SetInfo:3ED|Uncommon|http://magiccards.info/scans/en/rv/198.jpg +SetInfo:4ED|Uncommon|http://magiccards.info/scans/en/4e/269.jpg +SetInfo:2ED|Uncommon|http://magiccards.info/scans/en/un/200.jpg End \ No newline at end of file diff --git a/res/cardsfolder/glaciers.txt b/res/cardsfolder/glaciers.txt index 13d615d12bb..2cfc093ae65 100644 --- a/res/cardsfolder/glaciers.txt +++ b/res/cardsfolder/glaciers.txt @@ -1,11 +1,11 @@ -Name:Glaciers -ManaCost:2 W U -Types:Enchantment -Text:no text -K:At the beginning of your upkeep, sacrifice CARDNAME unless you pay W U -K:stAnimateAll:Mountain:0/0:Land,Plains,Overwrite,KeepSupertype:no colors:No Abilities:No Condition:All Mountains are Plains. -SVar:RemRandomDeck:True -SVar:Rarity:Rare -SVar:Picture:http://www.wizards.com/global/images/magic/general/glaciers.jpg -SetInfo:ICE|Rare|http://magiccards.info/scans/en/ia/372.jpg +Name:Glaciers +ManaCost:2 W U +Types:Enchantment +Text:no text +K:At the beginning of your upkeep, sacrifice CARDNAME unless you pay W U +K:stAnimateAll:Mountain:no changes:Land,Plains,RemoveSubTypes:no colors:Overwrite:No Condition:All Mountains are Plains. +SVar:RemRandomDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/glaciers.jpg +SetInfo:ICE|Rare|http://magiccards.info/scans/en/ia/372.jpg End \ No newline at end of file diff --git a/res/cardsfolder/leyline_of_singularity.txt b/res/cardsfolder/leyline_of_singularity.txt index 69e88fa350a..12c3b6c64b8 100644 --- a/res/cardsfolder/leyline_of_singularity.txt +++ b/res/cardsfolder/leyline_of_singularity.txt @@ -1,7 +1,8 @@ Name:Leyline of Singularity ManaCost:2 U U Types:Enchantment -Text:If Leyline of Singularity is in your opening hand, you may begin the game with it on the battlefield. All nonland permanents are legendary. +Text:If Leyline of Singularity is in your opening hand, you may begin the game with it on the battlefield. +K:stAnimateAll:Permanent.nonLand:no changes:Legendary:no colors:No Abilities:No Condition:All nonland permanents are legendary. SVar:RemRandomDeck:True SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/leyline_of_singularity.jpg diff --git a/src/forge/GameActionUtil.java b/src/forge/GameActionUtil.java index 57630b2a922..601879edbc8 100644 --- a/src/forge/GameActionUtil.java +++ b/src/forge/GameActionUtil.java @@ -6109,7 +6109,7 @@ public class GameActionUtil { }// execute }; // Coat of Arms - + /* public static Command Leyline_of_Singularity = new Command() { private static final long serialVersionUID = -67071835355151830L; @@ -6165,7 +6165,7 @@ public class GameActionUtil { Leyline_of_Singularity_Tokens.clear(); } }// execute() - }; + };*/ /** * stores the Command @@ -7270,7 +7270,7 @@ public class GameActionUtil { commands.put("Iona_Shield_of_Emeria", Iona_Shield_of_Emeria); commands.put("Koth_Emblem", Koth_Emblem); - commands.put("Leyline_of_Singularity", Leyline_of_Singularity); + //commands.put("Leyline_of_Singularity", Leyline_of_Singularity); commands.put("Liu_Bei", Liu_Bei); //commands.put("Magus_of_the_Tabernacle", Magus_of_the_Tabernacle);