mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Minor edits to the cards.txt entry for Eternity Vessel and to the code for Brave the Elements.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
Eternity Vessel
|
||||||
|
6
|
||||||
|
Artifact
|
||||||
|
Eternity Vessel enters the battlefield with X charge counters on it, where X is your life total. Landfall - Whenever a land enters the battlefield under your control, you may have your life total become the number of charge counters on Eternity Vessel.
|
||||||
|
Landfall
|
||||||
|
|
||||||
Undead Gladiator
|
Undead Gladiator
|
||||||
1 B B
|
1 B B
|
||||||
Creature Zombie Barbarian
|
Creature Zombie Barbarian
|
||||||
@@ -953,12 +959,6 @@ no text
|
|||||||
Flying
|
Flying
|
||||||
CARDNAME can block only creatures with flying.
|
CARDNAME can block only creatures with flying.
|
||||||
|
|
||||||
Eternity Vessel
|
|
||||||
6
|
|
||||||
Artifact
|
|
||||||
Eternity Vessel enters the battlefield with X charge counters on it, where X is your life total. Landfall <20> Whenever a land enters the battlefield under your control, you may have your life total become the number of charge counters on Eternity Vessel.
|
|
||||||
Landfall
|
|
||||||
|
|
||||||
Vengevine
|
Vengevine
|
||||||
2 G G
|
2 G G
|
||||||
Creature Elemental
|
Creature Elemental
|
||||||
|
|||||||
@@ -3832,7 +3832,6 @@ public class CardFactory implements NewConstants {
|
|||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
if (cardName.equals("Brave the Elements")) {
|
if (cardName.equals("Brave the Elements")) {
|
||||||
/**
|
/**
|
||||||
* This card is currently under construction.
|
|
||||||
* This card now works slightly better than it did before the spAllPump
|
* This card now works slightly better than it did before the spAllPump
|
||||||
* keyword was created. The AI is too simple and needs some work.
|
* keyword was created. The AI is too simple and needs some work.
|
||||||
*/
|
*/
|
||||||
@@ -3841,7 +3840,6 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean canPlayAI() {
|
public boolean canPlayAI() {
|
||||||
card.setSVar("PlayMain1", "TRUE");
|
|
||||||
return getAttacker() != null;
|
return getAttacker() != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3929,6 +3927,7 @@ public class CardFactory implements NewConstants {
|
|||||||
}//for
|
}//for
|
||||||
}//resolve
|
}//resolve
|
||||||
};//SpellAbility
|
};//SpellAbility
|
||||||
|
card.setSVar("PlayMain1", "TRUE");
|
||||||
card.clearSpellAbility();
|
card.clearSpellAbility();
|
||||||
card.addSpellAbility(spell);
|
card.addSpellAbility(spell);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user