mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Converted these cards from code to keyword: Buoyancy; Cloak of Mists; Hero's Resolve.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
Reference in New Issue
Block a user