mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Converted Multani's Decree and Righteous Fury to AF
- Commented out spDestroyAll
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
Name:Multani's Decree
|
Name:Multani's Decree
|
||||||
ManaCost:3 G
|
ManaCost:3 G
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
Text:Destroy all enchantments. You gain 2 life for each enchantment destroyed this way.
|
A:SP$DestroyAll | Cost$ 3 G | ValidCards$ Enchantment | RememberDestroyed$ True | SubAbility$ SVar=DBGainLife | SpellDescription$ Destroy all enchantments. You gain 2 life for each enchantment destroyed this way.
|
||||||
K:spDestroyAll:Enchantment:Drawback$GainLifeYou/X.Times.2
|
SVar:DBGainLife:DB$GainLife | LifeAmount$ X
|
||||||
|
SVar:X:Remembered$Amount.Twice
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/multanis_decree.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/multanis_decree.jpg
|
||||||
SetInfo:UDS|Common|http://magiccards.info/scans/en/ud/114.jpg
|
SetInfo:UDS|Common|http://magiccards.info/scans/en/ud/114.jpg
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
Name:Righteous Fury
|
Name:Righteous Fury
|
||||||
ManaCost:4 W W
|
ManaCost:4 W W
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
Text:Destroy all tapped creatures. You gain 2 life for each creature destroyed this way.
|
Text:no text
|
||||||
K:spDestroyAll:Creature.tapped:Drawback$GainLifeYou/X.Times.2
|
A:SP$DestroyAll | Cost$ 4 W W | ValidCards$ Creature.tapped | RememberDestroyed$ True | SubAbility$ SVar=DBGainLife | SpellDescription$ Destroy all tapped creatures. You gain 2 life for each creature destroyed this way.
|
||||||
|
SVar:DBGainLife:DB$GainLife | LifeAmount$ X
|
||||||
|
SVar:X:Remembered$Amount.Twice
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://serv1.tcgimages.eu/img/cards/Portal_Second_Age/righteous_fury.jpg
|
SVar:Picture:http://serv1.tcgimages.eu/img/cards/Portal_Second_Age/righteous_fury.jpg
|
||||||
|
|||||||
@@ -557,11 +557,7 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We have three cards which can not be converted to AF_SP$DestroyAll at this time:
|
|
||||||
* Fracturing Gust
|
|
||||||
* Multani's Decree
|
|
||||||
* Righteous Fury
|
|
||||||
*/
|
|
||||||
// Generic destroy all card
|
// Generic destroy all card
|
||||||
if(hasKeyword(card, "spDestroyAll") != -1) {
|
if(hasKeyword(card, "spDestroyAll") != -1) {
|
||||||
int n = hasKeyword(card, "spDestroyAll");
|
int n = hasKeyword(card, "spDestroyAll");
|
||||||
@@ -691,7 +687,7 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
card.addSpellAbility(spDstryAll);
|
card.addSpellAbility(spDstryAll);
|
||||||
}//spDestroyAll
|
}//spDestroyAll
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
if(hasKeyword(card, "SearchRebel") != -1) {
|
if(hasKeyword(card, "SearchRebel") != -1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user