- Converted Astral Steel, Brain Freeze and Scattershot to keyword.

This commit is contained in:
jendave
2011-08-06 15:05:26 +00:00
parent f398d59302
commit 116c9dbe03
4 changed files with 10 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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")) {