diff --git a/res/cards.txt b/res/cards.txt index 6cdf92bd473..070552e533b 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -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 G 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.) Storm -Haze of Rage -1 R -Sorcery -no text -Storm - Ignite Memories 4 R 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. 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 1 W Enchantment diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 2ae6d70130f..d31a812d50e 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -7159,6 +7159,8 @@ public class CardFactory implements NewConstants { card.addSpellAbility(spell); }//*************** END ************ END ************************** + +/* //*************** START *********** START ************************** else if(cardName.equals("Haze of Rage")) { final Card crd = card; @@ -7263,6 +7265,8 @@ public class CardFactory implements NewConstants { card.addSpellAbility(spell); card.addSpellAbility(Card_Buyback); }//*************** END ************ END ************************** +*/ + //*************** START *********** START ************************** else if(cardName.equals("Astral Steel")) { @@ -14542,7 +14546,8 @@ public class CardFactory implements NewConstants { card.setSVar("PlayMain1", "TRUE"); }//*************** END ************ END ************************** - + +/* //*************** START *********** START ************************** else if(cardName.equals("Titanic Ultimatum")) { SpellAbility spell = new Spell(card) { @@ -14601,6 +14606,8 @@ public class CardFactory implements NewConstants { card.clearSpellAbility(); card.addSpellAbility(spell); }//*************** END ************ END ************************** +*/ + //*************** START *********** START ************************** else if(cardName.equals("Primal Boost")) {