mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
add Ring of Gix (from Urza's Legacy)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
9
res/cardsfolder/ring_of_gix.txt
Normal file
9
res/cardsfolder/ring_of_gix.txt
Normal 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
|
||||
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user