add Ring of Gix (from Urza's Legacy)

This commit is contained in:
jendave
2011-08-06 08:07:31 +00:00
parent f599376197
commit b5d71ea731
3 changed files with 11 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -2925,6 +2925,7 @@ res/cardsfolder/righteous_charge.txt -text svneol=native#text/plain
res/cardsfolder/righteous_fury.txt -text svneol=native#text/plain
res/cardsfolder/righteous_war.txt -text svneol=native#text/plain
res/cardsfolder/rimebound_dead.txt -text svneol=native#text/plain
res/cardsfolder/ring_of_gix.txt -text svneol=native#text/plain
res/cardsfolder/riot_spikes.txt -text svneol=native#text/plain
res/cardsfolder/rip_clan_crasher.txt -text svneol=native#text/plain
res/cardsfolder/riptide_crab.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,9 @@
Name:Ring of Gix
ManaCost:3
Types:Artifact
Text:no text
K:Echo:3
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/ring_of_gix.jpg
End

View File

@@ -9109,7 +9109,7 @@ public class CardFactory implements NewConstants {
//*****************************START*******************************
else if(cardName.equals("Icy Manipulator")) {
else if(cardName.equals("Icy Manipulator") || cardName.equals("Ring of Gix")) {
/* The Rules state that this can target a tapped card, but it won't do anything */
final Ability_Tap ability = new Ability_Tap(card, "1") {