diff --git a/res/cardsfolder/astral_steel.txt b/res/cardsfolder/astral_steel.txt index 34316b9fc06..9c673109674 100644 --- a/res/cardsfolder/astral_steel.txt +++ b/res/cardsfolder/astral_steel.txt @@ -1,7 +1,8 @@ Name:Astral Steel ManaCost:2 W Types:Instant -Text:Target creature gets +1/+2 until end of turn. +Text:no text +A:SP$Pump | Cost$ 2 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | NumDef$ +2 | SpellDescription$ Target creature gets +1/+2 until end of turn. K:Storm SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/astral_steel.jpg diff --git a/res/cardsfolder/brain_freeze.txt b/res/cardsfolder/brain_freeze.txt index 499ea2604fc..00678134ad7 100644 --- a/res/cardsfolder/brain_freeze.txt +++ b/res/cardsfolder/brain_freeze.txt @@ -1,7 +1,8 @@ Name:Brain Freeze ManaCost:1 U Types:Instant -Text:Target player puts the top three cards of his or her library into his or her graveyard. +Text:no text +A:SP$Mill | Cost$ 1 U | NumCards$ 3 | ValidTgts$ Player | TgtPrompt$ Choose a player to mill | SpellDescription$ Target player puts the top three cards of his or her library into his or her graveyard. K:Storm SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/brain_freeze.jpg diff --git a/res/cardsfolder/scattershot.txt b/res/cardsfolder/scattershot.txt index d72b202037b..99868156a77 100644 --- a/res/cardsfolder/scattershot.txt +++ b/res/cardsfolder/scattershot.txt @@ -1,9 +1,9 @@ Name:Scattershot ManaCost:2 R Types:Instant -Text:Scattershot deals 1 damage to target creature. +Text:no text +A:SP$DealDamage | Cost$ 2 R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to target creature. K:Storm -SVar:RemAIDeck:True SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/scattershot.jpg SetInfo:SCG|Common|http://magiccards.info/scans/en/sc/102.jpg diff --git a/src/forge/CardFactory_Instants.java b/src/forge/CardFactory_Instants.java index a019ca3755f..d4ebc23cdd3 100644 --- a/src/forge/CardFactory_Instants.java +++ b/src/forge/CardFactory_Instants.java @@ -471,7 +471,7 @@ public class CardFactory_Instants { card.addSpellAbility(spell_two); }//*************** END ************ END ************************** - + /* //*************** START *********** START ************************** else if(cardName.equals("Astral Steel")) { final SpellAbility spell = new Spell(card) { @@ -562,7 +562,7 @@ public class CardFactory_Instants { card.addSpellAbility(spell); spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** - + */ //*************** START *********** START ************************** else if(cardName.equals("Reaping the Graves")) { @@ -998,7 +998,7 @@ public class CardFactory_Instants { card.addSpellAbility(spell); }//*************** END ************ END ************************** - + /* //*************** START *********** START ************************** else if(cardName.equals("Brain Freeze")) { final SpellAbility spell = new Spell(card) { @@ -1030,7 +1030,7 @@ public class CardFactory_Instants { card.clearSpellAbility(); card.addSpellAbility(spell); }//*************** END ************ END ************************** - + */ //*************** START *********** START ************************** else if (cardName.equals("Renewed Faith")) {