mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Converted Astral Steel, Brain Freeze and Scattershot to keyword.
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
Name:Astral Steel
|
Name:Astral Steel
|
||||||
ManaCost:2 W
|
ManaCost:2 W
|
||||||
Types:Instant
|
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
|
K:Storm
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/astral_steel.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/astral_steel.jpg
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
Name:Brain Freeze
|
Name:Brain Freeze
|
||||||
ManaCost:1 U
|
ManaCost:1 U
|
||||||
Types:Instant
|
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
|
K:Storm
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/brain_freeze.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/brain_freeze.jpg
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
Name:Scattershot
|
Name:Scattershot
|
||||||
ManaCost:2 R
|
ManaCost:2 R
|
||||||
Types:Instant
|
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
|
K:Storm
|
||||||
SVar:RemAIDeck:True
|
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/scattershot.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/scattershot.jpg
|
||||||
SetInfo:SCG|Common|http://magiccards.info/scans/en/sc/102.jpg
|
SetInfo:SCG|Common|http://magiccards.info/scans/en/sc/102.jpg
|
||||||
|
|||||||
@@ -471,7 +471,7 @@ public class CardFactory_Instants {
|
|||||||
card.addSpellAbility(spell_two);
|
card.addSpellAbility(spell_two);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Astral Steel")) {
|
else if(cardName.equals("Astral Steel")) {
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
@@ -562,7 +562,7 @@ public class CardFactory_Instants {
|
|||||||
card.addSpellAbility(spell);
|
card.addSpellAbility(spell);
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Reaping the Graves")) {
|
else if(cardName.equals("Reaping the Graves")) {
|
||||||
@@ -998,7 +998,7 @@ public class CardFactory_Instants {
|
|||||||
card.addSpellAbility(spell);
|
card.addSpellAbility(spell);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Brain Freeze")) {
|
else if(cardName.equals("Brain Freeze")) {
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
@@ -1030,7 +1030,7 @@ public class CardFactory_Instants {
|
|||||||
card.clearSpellAbility();
|
card.clearSpellAbility();
|
||||||
card.addSpellAbility(spell);
|
card.addSpellAbility(spell);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if (cardName.equals("Renewed Faith")) {
|
else if (cardName.equals("Renewed Faith")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user