- Converted Angelic Blessing; Brute Force; Riding the Dilu Horse and Wildsize from code to keyword.

- Added the following NOTE to Cinder Pyromancer "(NOTE: This card can mistakenly damage either a player or a creature.)" Unfortunately, the abDamageCP keyword does not yet have an abDamageP variant at this time.
This commit is contained in:
jendave
2011-08-06 03:09:17 +00:00
parent d83806e57b
commit 612e9fdfa0
3 changed files with 24 additions and 11 deletions

View File

@@ -1104,7 +1104,7 @@ VanillaEquipment:0:6:3:none:none:none
Cinder Pyromancer Cinder Pyromancer
2 R 2 R
Creature Elemental Shaman Creature Elemental Shaman
Whenever you cast a red spell, you may untap Cinder Pyromancer. Whenever you cast a red spell, you may untap Cinder Pyromancer. (NOTE: This card can mistakenly damage either a player or a creature.)
0/1 0/1
abDamageCP T:1 abDamageCP T:1
@@ -1927,6 +1927,7 @@ Riding the Dilu Horse
2 G 2 G
Sorcery Sorcery
Target creature gets +2/+2 and gains horsemanship. Target creature gets +2/+2 and gains horsemanship.
spPumpTgt:+2/+2/Horsemanship
Magus of the Coffers Magus of the Coffers
4 B 4 B
@@ -5111,6 +5112,7 @@ Wildsize
Instant Instant
Target creature gets +2/+2 and gains trample until end of turn. Draw a card. Target creature gets +2/+2 and gains trample until end of turn. Draw a card.
spPumpTgt:+2/+2/Trample spPumpTgt:+2/+2/Trample
Cantrip
Biomantic Mastery Biomantic Mastery
4 UG UG UG 4 UG UG UG
@@ -14167,6 +14169,7 @@ Brute Force
R R
Instant Instant
Target creature gets +3/+3 until end of turn. Target creature gets +3/+3 until end of turn.
spPumpTgt:+3/+3
Primal Clay Primal Clay
4 4
@@ -15282,6 +15285,7 @@ Angelic Blessing
2 W 2 W
Sorcery Sorcery
Target creature gets +3/+3 and gains flying until end of turn. Target creature gets +3/+3 and gains flying until end of turn.
spPumpTgt:+3/+3/Flying
Life Burst Life Burst
1 W 1 W

View File

@@ -1,6 +1,6 @@
program/mail=mtgerror@yahoo.com program/mail=mtgerror@yahoo.com
program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26 program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26
program/version=Forge -- official beta: 09/12/14, SVN revision: 248 program/version=Forge -- official beta: 09/12/14, SVN revision: 249
tokens--file=AllTokens.txt tokens--file=AllTokens.txt

View File

@@ -4820,7 +4820,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Angelic Blessing")) else if(cardName.equals("Angelic Blessing"))
{ {
@@ -4881,7 +4881,7 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
@@ -14047,7 +14047,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Brute Force")) else if(cardName.equals("Brute Force"))
{ {
@@ -14116,6 +14116,7 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility(); card.clearSpellAbility();
card.addSpellAbility(spell); card.addSpellAbility(spell);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
@@ -14392,6 +14393,8 @@ public class CardFactory implements NewConstants {
//card.addSpellAbility(CardFactoryUtil.ability_cycle(card, "2 G")); //card.addSpellAbility(CardFactoryUtil.ability_cycle(card, "2 G"));
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Wildsize")) else if(cardName.equals("Wildsize"))
{ {
@@ -14457,6 +14460,8 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility(); card.clearSpellAbility();
card.addSpellAbility(spell); card.addSpellAbility(spell);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Feral Lightning")) else if(cardName.equals("Feral Lightning"))
@@ -16762,6 +16767,8 @@ return land.size() > 1 && CardFactoryUtil.AI_isMainPhase();
card.addSpellAbility(spell); card.addSpellAbility(spell);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Riding the Dilu Horse")) else if(cardName.equals("Riding the Dilu Horse"))
{ {
@@ -16810,6 +16817,8 @@ return land.size() > 1 && CardFactoryUtil.AI_isMainPhase();
card.clearSpellAbility(); card.clearSpellAbility();
card.addSpellAbility(spell); card.addSpellAbility(spell);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if (cardName.equals("Millstone")) else if (cardName.equals("Millstone"))