- Converted these cards to AF_Fog: Angelsong, Darkness, Fog, Holy Day, Lull, Moment's Peace and Respite. Commented out the now unused code block for these 7 spells.

This commit is contained in:
jendave
2011-08-06 13:23:39 +00:00
parent 12b1332e66
commit f192b6db75
8 changed files with 35 additions and 16 deletions

View File

@@ -2,6 +2,7 @@ Name:Angelsong
ManaCost:1 W ManaCost:1 W
Types:Instant Types:Instant
Text:no text Text:no text
A:SP$Fog | Cost$ 1 W | SpellDescription$ Prevent all combat damage that would be dealt this turn.
K:Cycling:2 K:Cycling:2
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Common SVar:Rarity:Common

View File

@@ -1,7 +1,8 @@
Name:Darkness Name:Darkness
ManaCost:B ManaCost:B
Types:Instant Types:Instant
Text:Prevent all combat damage that would be dealt this turn. Text:no text
A:SP$Fog | Cost$ B | SpellDescription$ Prevent all combat damage that would be dealt this turn.
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/darkness.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/darkness.jpg

View File

@@ -1,7 +1,8 @@
Name:Fog Name:Fog
ManaCost:G ManaCost:G
Types:Instant Types:Instant
Text:Prevent all combat damage that would be dealt this turn. Text:no text
A:SP$Fog | Cost$ G | SpellDescription$ Prevent all combat damage that would be dealt this turn.
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/fog.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/fog.jpg

View File

@@ -1,7 +1,8 @@
Name:Holy Day Name:Holy Day
ManaCost:W ManaCost:W
Types:Instant Types:Instant
Text:Prevent all combat damage that would be dealt this turn. Text:no text
A:SP$Fog | Cost$ W | SpellDescription$ Prevent all combat damage that would be dealt this turn.
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/holy_day.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/holy_day.jpg

View File

@@ -2,9 +2,15 @@ Name:Lull
ManaCost:1 G ManaCost:1 G
Types:Instant Types:Instant
Text:no text Text:no text
A:SP$Fog | Cost$ 1 G | SpellDescription$ Prevent all combat damage that would be dealt this turn.
K:Cycling:2 K:Cycling:2
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/lull.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/lull.jpg
SetInfo:USG|Common|http://magiccards.info/scans/en/us/267.jpg SetInfo:USG|Common|http://magiccards.info/scans/en/us/267.jpg
End End

View File

@@ -1,9 +1,16 @@
Name:Moment's Peace Name:Moment's Peace
ManaCost:1 G ManaCost:1 G
Types:Instant Types:Instant
Text:Prevent all combat damage that would be dealt this turn. Text:no text
A:SP$Fog | Cost$ 1 G | SpellDescription$ Prevent all combat damage that would be dealt this turn.
K:Flashback:2 G
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/moments_peace.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/moments_peace.jpg
SetInfo:ODY|Common|http://magiccards.info/scans/en/od/251.jpg SetInfo:ODY|Common|http://magiccards.info/scans/en/od/251.jpg
End End

View File

@@ -1,7 +1,9 @@
Name:Respite Name:Respite
ManaCost:1 G ManaCost:1 G
Types:Instant Types:Instant
Text:Prevent all combat damage that would be dealt this turn. You gain 1 life for each attacking creature. Text:no text
A:SP$Fog | Cost$ 1 G | SubAbility$ YouGainLife/dX | SpellDescription$ Prevent all combat damage that would be dealt this turn. You gain 1 life for each attacking creature.
SVar:dX:Count$Valid Creature.attacking+YouDontCtrl
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/respite.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/respite.jpg

View File

@@ -3356,7 +3356,7 @@ public class CardFactory_Instants {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/* Cards converted to AF_SP$Fog
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Fog") || cardName.equals("Angelsong") || cardName.equals("Darkness") || else if(cardName.equals("Fog") || cardName.equals("Angelsong") || cardName.equals("Darkness") ||
cardName.equals("Holy Day") || cardName.equals("Lull") || cardName.equals("Moment's Peace") || cardName.equals("Holy Day") || cardName.equals("Lull") || cardName.equals("Moment's Peace") ||
@@ -3397,7 +3397,7 @@ public class CardFactory_Instants {
card.addSpellAbility(CardFactoryUtil.ability_Flashback(card, "2 G")); card.addSpellAbility(CardFactoryUtil.ability_Flashback(card, "2 G"));
} }
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if (cardName.equals("Starstorm")) else if (cardName.equals("Starstorm"))