From ceaa6fa8305aab50cf20cd64ab2e6c346099da28 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 17:25:48 +0000 Subject: [PATCH] - Added Forbid for jhhh. - Converted Riding the Dilu Horse to AF. --- .gitattributes | 1 + res/cardsfolder/forbid.txt | 11 +++++++++++ res/cardsfolder/poultice_sliver.txt | 1 - res/cardsfolder/riding_the_dilu_horse.txt | 1 + src/forge/CardFactory_Sorceries.java | 4 ++-- 5 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 res/cardsfolder/forbid.txt diff --git a/.gitattributes b/.gitattributes index 1f911c415b4..d6c30e827a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2099,6 +2099,7 @@ res/cardsfolder/foot_soldiers.txt -text svneol=native#text/plain res/cardsfolder/footbottom_feast.txt -text svneol=native#text/plain res/cardsfolder/foothill_guide.txt -text svneol=native#text/plain res/cardsfolder/foratog.txt -text svneol=native#text/plain +res/cardsfolder/forbid.txt -text svneol=native#text/plain res/cardsfolder/forbidden_orchard.txt -text svneol=native#text/plain res/cardsfolder/forbidding_watchtower.txt -text svneol=native#text/plain res/cardsfolder/force_of_nature.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/forbid.txt b/res/cardsfolder/forbid.txt new file mode 100644 index 00000000000..3a6500a5870 --- /dev/null +++ b/res/cardsfolder/forbid.txt @@ -0,0 +1,11 @@ +Name:Forbid +ManaCost:1 U U +Types:Instant +Text:no text +A:SP$ Counter | Cost$ 1 U U | Type$ Spell | Destination$ Graveyard | SpellDescription$ Counter target spell. +A:SP$ Counter | Cost$ 1 U U Discard<2/Any> | Type$ Spell | Destination$ Graveyard | CostDesc$ Buyback | SpellDescription$ -Discard two cards. (You may discard two cards in addition to any other costs as you cast this spell. If you do, put this card into your hand as it resolves.) | SubAbility$ SVar=DBChange +SVar:DBChange:DB$ChangeZone | Origin$ Stack | Destination$ Hand +SVar:RemAIDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://magiccards.info/scans/en/fnmp/27.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/poultice_sliver.txt b/res/cardsfolder/poultice_sliver.txt index 2410f0bdfa6..86b5e477557 100644 --- a/res/cardsfolder/poultice_sliver.txt +++ b/res/cardsfolder/poultice_sliver.txt @@ -5,7 +5,6 @@ Text:no text PT:2/2 K:stPumpAll:Sliver:0/0/SVar=Regen:no Condition:All Slivers have "2, Tap, Regenerate target Sliver." SVar:Regen:AB$Regenerate | Cost$ 2 T | ValidTgts$ Sliver | TgtPrompt$ Select a target Sliver. | SpellDescription$ Regenerate a target Sliver. -SVar:RemAIDeck:True SVar:BuffedBy:Sliver SVar:Picture:http://www.wizards.com/global/images/magic/general/poultice_sliver.jpg SVar:Rarity:Common diff --git a/res/cardsfolder/riding_the_dilu_horse.txt b/res/cardsfolder/riding_the_dilu_horse.txt index 13cbe046d87..241ecebf968 100644 --- a/res/cardsfolder/riding_the_dilu_horse.txt +++ b/res/cardsfolder/riding_the_dilu_horse.txt @@ -2,6 +2,7 @@ Name:Riding the Dilu Horse ManaCost:2 G Types:Sorcery Text:no text +A:SP$Pump | Cost$ 2 G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +2 | NumDef$ +2 | KW$ Horsemanship | Permanent$ True | SpellDescription$ Target creature gets +2/+2 and gains horsemanship. (It can't be blocked except by creatures with horsemanship. This effect lasts indefinitely.) SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/riding_the_dilu_horse.jpg SetInfo:PTK|Rare|http://magiccards.info/scans/en/p3k/144.jpg diff --git a/src/forge/CardFactory_Sorceries.java b/src/forge/CardFactory_Sorceries.java index 80c310f86f7..9a889d39013 100644 --- a/src/forge/CardFactory_Sorceries.java +++ b/src/forge/CardFactory_Sorceries.java @@ -3537,7 +3537,7 @@ public class CardFactory_Sorceries { return card; }//*************** END ************ END ************************** - + /* //*************** START *********** START ************************** else if(cardName.equals("Riding the Dilu Horse")) { @@ -3588,7 +3588,7 @@ public class CardFactory_Sorceries { card.clearSpellAbility(); card.addSpellAbility(spell); }//*************** END ************ END ************************** - + */ //*************** START *********** START ************************** else if(cardName.equals("Summer Bloom"))