- 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
2 R
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
abDamageCP T:1
@@ -1927,6 +1927,7 @@ Riding the Dilu Horse
2 G
Sorcery
Target creature gets +2/+2 and gains horsemanship.
spPumpTgt:+2/+2/Horsemanship
Magus of the Coffers
4 B
@@ -5111,6 +5112,7 @@ Wildsize
Instant
Target creature gets +2/+2 and gains trample until end of turn. Draw a card.
spPumpTgt:+2/+2/Trample
Cantrip
Biomantic Mastery
4 UG UG UG
@@ -14167,6 +14169,7 @@ Brute Force
R
Instant
Target creature gets +3/+3 until end of turn.
spPumpTgt:+3/+3
Primal Clay
4
@@ -15282,6 +15285,7 @@ Angelic Blessing
2 W
Sorcery
Target creature gets +3/+3 and gains flying until end of turn.
spPumpTgt:+3/+3/Flying
Life Burst
1 W

View File

@@ -1,6 +1,6 @@
program/mail=mtgerror@yahoo.com
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

View File

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