- Converted Leyline of Singularity to script.

- Fixed Conversion and Glaciers.
This commit is contained in:
jendave
2011-08-07 00:33:30 +00:00
parent 9dc176cb57
commit 9b4cc5555f
5 changed files with 31 additions and 30 deletions

4
.gitattributes vendored
View File

@@ -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

View File

@@ -3,7 +3,7 @@ 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.
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

View File

@@ -3,7 +3,7 @@ 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.
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

View File

@@ -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

View File

@@ -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);