Converted four cards from code to keyword:

Festival of Trokin
Reviving Dose
Sacred Nectar
Wandering Stream
This commit is contained in:
jendave
2011-08-06 03:44:16 +00:00
parent e7f129d62e
commit 78521f3849
2 changed files with 22 additions and 5 deletions

View File

@@ -4745,6 +4745,7 @@ Sacred Nectar
1 W
Sorcery
no text
spGainLife:4
Maniacal Rage
1 R
@@ -12590,7 +12591,9 @@ Put X 1/1 white Pegasus creature tokens with flying into play, where X is your l
Festival of Trokin
W
Sorcery
For each creature you have in play, you gain 2 life.
no text
spGainLife:X:You gain 2 life for each creature you control.:Festival of Trokin - player gains X life
SVar:X:Count$TypeYouCtrl.Creature/Times.2
Savannah
no cost
@@ -16786,7 +16789,9 @@ Search your library for two basic land cards, reveal those cards, and put one in
Wandering Stream
2 G
Sorcery
You gain 2 life for each basic land type among lands you control.
no text
spGainLife:X:Domain - You gain 2 life for each basic land type among lands you control.:Wandering Stream - player gains X life
SVar:X:Count$Domain/Times.2
Aggressive Urge
1 G
@@ -17074,7 +17079,8 @@ Tap all nonwhite creatures.
Reviving Dose
2 W
Instant
You gain 3 life.
no text
spGainLife:3
Draw a card.
Angelic Blessing

View File

@@ -5067,6 +5067,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Sacred Nectar")) {
SpellAbility spell = new Spell(card) {
@@ -5091,6 +5092,7 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
@@ -5138,6 +5140,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Reviving Dose")) {
SpellAbility spell = new Spell(card) {
@@ -5155,6 +5158,8 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility();
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Swords to Plowshares")) {
@@ -9092,6 +9097,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Wandering Stream")) {
SpellAbility spell = new Spell(card) {
@@ -9121,6 +9127,8 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility();
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Worldly Tutor") || cardName.equals("Sylvan Tutor")) {
@@ -10349,6 +10357,8 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(spell);
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
if(cardName.equals("Festival of Trokin")) {
final SpellAbility spell = new Spell(card) {
@@ -10387,6 +10397,7 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility();
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************