Converted the following cards to implemented via keyword and commented out the card object for these cards: Boomerang; Deny Reality; Eye of Nowhere; Rescind; Surging AEther.

This commit is contained in:
jendave
2011-08-06 05:38:03 +00:00
parent 164e57a353
commit 190f8128bb
2 changed files with 38 additions and 30 deletions

View File

@@ -1,3 +1,36 @@
Boomerang
U U
Instant
Return target permanent to its owner's hand.
spBounceTgt:Permanent:Hand
Deny Reality
3 U B
Instant
Cascade, Return target permanent to its owner's hand.
Cascade
spBounceTgt:Permanent:Hand
Eye of Nowhere
U U
Sorcery
Return target permanent to its owner's hand.
spBounceTgt:Permanent:Hand
Rescind
1 U U
Instant
Return target permanent to its owner's hand.
Cycling:2
spBounceTgt:Permanent:Hand
Surging AEther
3 U
Instant
Ripple:4, Return target permanent to its owner's hand.
Ripple:4
spBounceTgt:Permanent:Hand
Mirror Gallery
5
Artifact
@@ -1466,18 +1499,6 @@ Cultivate
Sorcery
Search your library for up to two basic land cards, reveal those cards, and put one onto the battlefield tapped and the other into your hand. Then shuffle your library.
Deny Reality
3 U B
Instant
Return target permanent to its owner's hand.
Cascade
Rescind
1 U U
Instant
Return target permanent to its owner's hand.
Cycling:2
Rotting Rats
1 B
Creature Zombie Rat
@@ -3204,12 +3225,6 @@ Thrumming Stone
Legendary Artifact
Spells you cast have ripple 4.
Surging AEther
3 U
Instant
Return target permanent to its owner's hand.
Ripple:4
Surging Flame
1 R
Instant
@@ -14872,11 +14887,6 @@ Sorcery
no text
spDrawCards:4:Drawback$YouDiscard/3/AtRandom:Draw four cards, then discard three cards at random.:Goblin Lore - Draw 4 cards, then discard 3 at random.
Eye of Nowhere
U U
Sorcery
Return target permanent to its owner's hand.
Ravages of War
3 W
Sorcery
@@ -24739,11 +24749,6 @@ Flying. Whenever Zur the Enchanter attacks, you may search your library for an e
1/4
Flying
Boomerang
U U
Instant
Return target permanent to its owner's hand.
Culling Sun
2 W W B
Sorcery

View File

@@ -13426,6 +13426,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
/* Converted to keyword
//*************** START *********** START **************************
else if(cardName.equals("Boomerang") || cardName.equals("Eye of Nowhere") || cardName.equals("Rescind") || cardName.equals("Surging AEther") || cardName.equals("Deny Reality")) {
final SpellAbility spell = new Spell(card) {
@@ -13491,6 +13492,8 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility();
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Momentous Fall")) {