mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Converted these spells to keyword: Tremor, Needle Storm and Pyroclasm.
This commit is contained in:
@@ -4,7 +4,6 @@ Types:Creature Illusion
|
||||
Text:no text
|
||||
PT:1/5
|
||||
K:WheneverKeyword:Attack - Alone:Self:Play:KeywordPumpEOT/Unblockable:Self:ASAP:No_Condition:No Special Condition:Dream Prowler is unblockable as long as it's attacking alone.
|
||||
K:SVar:RemAIDeck:True
|
||||
K:SVar:Rarity:Uncommon
|
||||
K:SVar:Picture:http://www.wizards.com/global/images/magic/general/dream_prowler.jpg
|
||||
End
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Needle Storm
|
||||
ManaCost:2 G
|
||||
Types:Sorcery
|
||||
Text:Needle Storm deals 4 damage to each creature with flying.
|
||||
Text:no text
|
||||
K:spDamageAll:Creature.withFlying:4:Needle Storm deals 4 damage to each creature with flying.
|
||||
K:SVar:Rarity:Uncommon
|
||||
K:SVar:Picture:http://resources.wizards.com/magic/cards/po/en-us/card4311.jpg
|
||||
End
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Pyroclasm
|
||||
ManaCost:1 R
|
||||
Types:Sorcery
|
||||
Text:Pyroclasm deals 2 damage to each creature.
|
||||
Text:no text
|
||||
K:spDamageAll:Creature:2:Pyroclasm deals 2 damage to each creature.
|
||||
K:SVar:Rarity:Uncommon
|
||||
K:SVar:Picture:http://resources.wizards.com/magic/cards/9ed/en-us/card83216.jpg
|
||||
End
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Tremor
|
||||
ManaCost:R
|
||||
Types:Sorcery
|
||||
Text:Tremor deals 1 damage to each creature without flying.
|
||||
Text:no text
|
||||
K:spDamageAll:Creature.withoutFlying:1:Tremor deals 1 damage to each creature without flying.
|
||||
K:SVar:Rarity:Common
|
||||
K:SVar:Picture:http://resources.wizards.com/magic/cards/p2/en-us/card6592.jpg
|
||||
End
|
||||
|
||||
@@ -530,7 +530,7 @@ public class CardFactory_Sorceries {
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/* converted to keyword
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Tremor")) {
|
||||
SpellAbility spell = new Spell(card) {
|
||||
@@ -574,6 +574,7 @@ public class CardFactory_Sorceries {
|
||||
card.clearSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Demonic Tutor") || cardName.equals("Diabolic Tutor")
|
||||
@@ -1966,7 +1967,7 @@ public class CardFactory_Sorceries {
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/* Converted to keyword
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Pyroclasm")) {
|
||||
SpellAbility spell = new Spell(card) {
|
||||
@@ -2002,7 +2003,7 @@ public class CardFactory_Sorceries {
|
||||
card.clearSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Flamebreak")) {
|
||||
@@ -3210,7 +3211,7 @@ public class CardFactory_Sorceries {
|
||||
|
||||
|
||||
|
||||
|
||||
/* converted to keyword
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Needle Storm")) {
|
||||
SpellAbility spell = new Spell(card) {
|
||||
@@ -3242,7 +3243,7 @@ public class CardFactory_Sorceries {
|
||||
|
||||
card.setSVar("PlayMain1", "TRUE");
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user