mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Dark Suspicions
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/d/dark_suspicions.txt
Normal file
12
res/cardsfolder/d/dark_suspicions.txt
Normal 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
|
||||
Reference in New Issue
Block a user