Converted these cards from code to keyword: Buoyancy; Cloak of Mists; Hero's Resolve.

This commit is contained in:
jendave
2011-08-06 03:46:36 +00:00
parent d937ac9dc0
commit 7fcdb2c265
2 changed files with 14 additions and 3 deletions

View File

@@ -4754,9 +4754,10 @@ Flash
Buoyancy
1 U
Enchantment Aura
Enchanted creature has Flying.
Enchanted creature has flying.
Enchant creature
Flash
enPump:Flying
Feast of the Unicorn
3 B
@@ -5801,6 +5802,7 @@ Hero's Resolve
Enchantment Aura
Enchanted creature gets +1/+5.
Enchant creature
enPump:+1/+5
Silent Attendant
2 W
@@ -5978,6 +5980,7 @@ Cloak of Mists
Enchantment Aura
Enchanted creature is unblockable.
Enchant creature
enPump:Unblockable
Nourish
G G

View File

@@ -301,6 +301,7 @@ class CardFactory_Auras {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Hero's Resolve")) {
final SpellAbility spell = new Spell(card) {
@@ -392,6 +393,7 @@ class CardFactory_Auras {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
@@ -1067,6 +1069,8 @@ class CardFactory_Auras {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Cloak of Mists")) {
final SpellAbility spell = new Spell(card) {
@@ -1155,6 +1159,8 @@ class CardFactory_Auras {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Indomitable Will")) {
@@ -4499,6 +4505,7 @@ class CardFactory_Auras {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Buoyancy")) {
final SpellAbility spell = new Spell(card) {
@@ -4597,6 +4604,7 @@ class CardFactory_Auras {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************