- Added Psychic Miasma.

This commit is contained in:
jeffwadsworth
2012-03-10 01:55:15 +00:00
parent 1695306827
commit 4b4c38a96d
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6757,6 +6757,7 @@ res/cardsfolder/p/psychatog.txt svneol=native#text/plain
res/cardsfolder/p/psychic_barrier.txt svneol=native#text/plain res/cardsfolder/p/psychic_barrier.txt svneol=native#text/plain
res/cardsfolder/p/psychic_drain.txt svneol=native#text/plain res/cardsfolder/p/psychic_drain.txt svneol=native#text/plain
res/cardsfolder/p/psychic_membrane.txt svneol=native#text/plain res/cardsfolder/p/psychic_membrane.txt svneol=native#text/plain
res/cardsfolder/p/psychic_miasma.txt -text svneol=unset#text/plain
res/cardsfolder/p/psychic_overload.txt svneol=native#text/plain res/cardsfolder/p/psychic_overload.txt svneol=native#text/plain
res/cardsfolder/p/psychic_possession.txt -text res/cardsfolder/p/psychic_possession.txt -text
res/cardsfolder/p/psychic_purge.txt svneol=native#text/plain res/cardsfolder/p/psychic_purge.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Psychic Miasma
ManaCost:1 B
Types:Sorcery
Text:no text
#You can not clear a remembered object from a card on the stack, so this card is cleaned beforehand.
A:SP$ Pump | Cost$ 1 B | SubAbility$ DBCleanup | Static$ True
SVar:DBDiscard:DB$ Discard | ValidTgts$ Player | TgtPrompt$ Select target player | Mode$ TgtChoose | RememberDiscarded$ True | SubAbility$ DBChangeZone | SpellDescription$ Target player discards a card. If a land card is discarded this way, return CARDNAME to its owner's hand.
SVar:DBChangeZone:DB$ ChangeZone | Defined$ Self | Origin$ Stack | Destination$ Hand | Hidden$ True | ConditionDefined$ Remembered | ConditionPresent$ Land | ConditionCompare$ EQ1
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | SubAbility$ DBDiscard
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/psychic_miasma.jpg
End