- Added Forbid for jhhh.

- Converted Riding the Dilu Horse to AF.
This commit is contained in:
jendave
2011-08-06 17:25:48 +00:00
parent 10d5efe366
commit ceaa6fa830
5 changed files with 15 additions and 3 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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"))