mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Converted these two cards from code to keyword:
Haze of Rage Titanic Ultimatum and moved their entries to the top of file in cards.txt.
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
Haze of Rage
|
||||||
|
1 R
|
||||||
|
Sorcery
|
||||||
|
no text
|
||||||
|
spAllPump:YouCtrl:+1/+0:Creatures you control get +1/+0 until end of turn.:Haze of Rage - Creatures get +1/+0 until EOT
|
||||||
|
SVar:Buyback:2
|
||||||
|
Storm
|
||||||
|
|
||||||
|
Titanic Ultimatum
|
||||||
|
R R G G G W W
|
||||||
|
Sorcery
|
||||||
|
no text
|
||||||
|
spAllPump:YouCtrl:+5/+5/First Strike & Lifelink & Trample:Until end of turn, creatures you control get +5/+5 and gain first strike, lifelink and trample.:Titanic Ultimatum - Creatures get +5/+5 and gain first strike, lifelink and trample until EOT
|
||||||
|
|
||||||
Crossbow Ambush
|
Crossbow Ambush
|
||||||
G
|
G
|
||||||
Instant
|
Instant
|
||||||
@@ -869,12 +883,6 @@ Instant
|
|||||||
Target creature gets +1/+2 until end of turn. Storm (When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)
|
Target creature gets +1/+2 until end of turn. Storm (When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)
|
||||||
Storm
|
Storm
|
||||||
|
|
||||||
Haze of Rage
|
|
||||||
1 R
|
|
||||||
Sorcery
|
|
||||||
no text
|
|
||||||
Storm
|
|
||||||
|
|
||||||
Ignite Memories
|
Ignite Memories
|
||||||
4 R
|
4 R
|
||||||
Sorcery
|
Sorcery
|
||||||
@@ -15492,11 +15500,6 @@ Legendary Land
|
|||||||
When Flagstones of Trokair is put into a graveyard from play, you may search your library for a Plains card and put it into play tapped. If you do, shuffle your library.
|
When Flagstones of Trokair is put into a graveyard from play, you may search your library for a Plains card and put it into play tapped. If you do, shuffle your library.
|
||||||
tap: add W
|
tap: add W
|
||||||
|
|
||||||
Titanic Ultimatum
|
|
||||||
R R G G G W W
|
|
||||||
Sorcery
|
|
||||||
Until end of turn, creatures you control get +5/+5 and gain first strike, lifelink, and trample.
|
|
||||||
|
|
||||||
Rolling Stones
|
Rolling Stones
|
||||||
1 W
|
1 W
|
||||||
Enchantment
|
Enchantment
|
||||||
|
|||||||
@@ -7159,6 +7159,8 @@ public class CardFactory implements NewConstants {
|
|||||||
card.addSpellAbility(spell);
|
card.addSpellAbility(spell);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Haze of Rage")) {
|
else if(cardName.equals("Haze of Rage")) {
|
||||||
final Card crd = card;
|
final Card crd = card;
|
||||||
@@ -7263,6 +7265,8 @@ public class CardFactory implements NewConstants {
|
|||||||
card.addSpellAbility(spell);
|
card.addSpellAbility(spell);
|
||||||
card.addSpellAbility(Card_Buyback);
|
card.addSpellAbility(Card_Buyback);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Astral Steel")) {
|
else if(cardName.equals("Astral Steel")) {
|
||||||
@@ -14542,7 +14546,8 @@ public class CardFactory implements NewConstants {
|
|||||||
card.setSVar("PlayMain1", "TRUE");
|
card.setSVar("PlayMain1", "TRUE");
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Titanic Ultimatum")) {
|
else if(cardName.equals("Titanic Ultimatum")) {
|
||||||
SpellAbility spell = new Spell(card) {
|
SpellAbility spell = new Spell(card) {
|
||||||
@@ -14601,6 +14606,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("Primal Boost")) {
|
else if(cardName.equals("Primal Boost")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user