1) Added a spell.setDescription() to the reverted Riding the Dilu Horse code.

2) Added the LQ pic url for Windrider Eel.
3) Added Veteran's Reflexes via keyword and added it's LQ pic url.
This commit is contained in:
jendave
2011-08-06 03:56:08 +00:00
parent 4417e2c77e
commit cc1bb83c02
3 changed files with 10 additions and 1 deletions

View File

@@ -38,6 +38,8 @@ snow_covered_mountain.jpg http://www.wizards.com/global/images/magic/gene
snow_covered_mountain1.jpg http://www.wizards.com/global/images/magic/general/snow_covered_mountain.jpg
snow_covered_mountain2.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
snow_covered_mountain3.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
veterans_reflexes.jpg http://www.wizards.com/global/images/magic/general/veterans_reflexes.jpg
windrider_eel.jpg http://www.wizards.com/global/images/magic/general/windrider_eel.jpg
explore.jpg http://www.wizards.com/global/images/magic/general/explore.jpg
amrou_kithkin.jpg http://www.wizards.com/global/images/magic/general/amrou_kithkin.jpg
fleet_footed_monk.jpg http://serv3.tcgimages.eu/img/cards/Portal/fleet_footed_monk.jpg

View File

@@ -1,3 +1,9 @@
Veteran's Reflexes
W
Instant
no text
spPumpTgt:+1/+1:Drawback$UntapTgt:Target creature gets +1/+1 until end of turn. Untap that creature.:Veteran's Reflexes - target gets +1/+1; untap target.
Explore
1 G
Sorcery

View File

@@ -17506,7 +17506,7 @@ public class CardFactory implements NewConstants {
}
//*************** END ************ END **************************
//*************** START *********** START **************************
//*************** START *********** START **************************
else if(cardName.equals("Riding the Dilu Horse"))
{
SpellAbility spell = new Spell(card)
@@ -17551,6 +17551,7 @@ public class CardFactory implements NewConstants {
}
}//resolve()
};
spell.setDescription("Target creature gets +2/+2 and gains horsemanship. (This effect lasts indefinitely.)");
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
card.clearSpellAbility();
card.addSpellAbility(spell);