- Added Dark Suspicions

This commit is contained in:
jeffwadsworth
2011-11-07 21:53:19 +00:00
parent 02f0d8f363
commit c11c9f4e32
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1795,6 +1795,7 @@ res/cardsfolder/d/dark_maze.txt svneol=native#text/plain
res/cardsfolder/d/dark_offering.txt svneol=native#text/plain
res/cardsfolder/d/dark_privilege.txt svneol=native#text/plain
res/cardsfolder/d/dark_ritual.txt svneol=native#text/plain
res/cardsfolder/d/dark_suspicions.txt -text svneol=unset#text/plain
res/cardsfolder/d/dark_temper.txt svneol=native#text/plain
res/cardsfolder/d/dark_triumph.txt svneol=native#text/plain
res/cardsfolder/d/dark_tutelage.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Dark Suspicions
ManaCost:2 B B
Types:Enchantment
Text:no text
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Execute$ TrigLoseLife | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's upkeep, that player loses X life, where X is the number of cards in that player's hand minus the number of cards in your hand.
SVar:TrigLoseLife:AB$ LoseLife | Cost$ 0 | LifeAmount$ X | Defined$ Opponent
SVar:A:Count$InYourHand
SVar:B:Count$InOppHand
SVar:X:SVar$B/Minus.A
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/dark_suspicions.jpg
End