add Promise of Power (from Mirrodin)

This commit is contained in:
jendave
2011-08-06 15:02:50 +00:00
parent cad43f8a49
commit 644ec9baf0
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -3855,6 +3855,7 @@ res/cardsfolder/prodigal_pyromancer.txt -text svneol=native#text/plain
res/cardsfolder/prodigal_sorcerer.txt -text svneol=native#text/plain res/cardsfolder/prodigal_sorcerer.txt -text svneol=native#text/plain
res/cardsfolder/profane_prayers.txt -text svneol=native#text/plain res/cardsfolder/profane_prayers.txt -text svneol=native#text/plain
res/cardsfolder/progenitus.txt -text svneol=native#text/plain res/cardsfolder/progenitus.txt -text svneol=native#text/plain
res/cardsfolder/promise_of_power.txt -text svneol=native#text/plain
res/cardsfolder/promised_kannushi.txt -text svneol=native#text/plain res/cardsfolder/promised_kannushi.txt -text svneol=native#text/plain
res/cardsfolder/propaganda.txt -text svneol=native#text/plain res/cardsfolder/propaganda.txt -text svneol=native#text/plain
res/cardsfolder/proper_burial.txt -text svneol=native#text/plain res/cardsfolder/proper_burial.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,15 @@
Name:Promise of Power
ManaCost:2 B B B
Types:Sorcery
Text:no text
A:SP$Draw | Cost$ 2 B B B | NumCards$ 5 | SpellDescription$ Choose one <20> You draw five cards and you lose 5 life; | SubAbility$ SVar=DBLoseLife
A:SP$Token | Cost$ 2 B B B | TokenAmount$ 1 | TokenName$ Demon | TokenTypes$ Creature,Demon | TokenOwner$ Controller | TokenColors$ Black | TokenPower$ X | TokenToughness$ X | SpellDescription$ or put an X/X black Demon creature token with flying onto the battlefield, where X is the number of cards in your hand as the token enters the battlefield.
A:SP$Draw | Cost$ 6 B B B | NumCards$ 5 | PrecostDesc$ Entwine | CostDesc$ 4 |SpellDescription$ (Choose both if you pay the entwine cost.) | SubAbility$ SVar=DBLoseLife2
SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 5
SVar:DBLoseLife2:DB$LoseLife | LifeAmount$ 5 | SubAbility$ SVar=DBToken
SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Demon | TokenTypes$ Creature,Demon | TokenOwner$ Controller | TokenColors$ Black | TokenPower$ X | TokenToughness$ X
SVar:X:Count$NumCardsInYourHand
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/promise_of_power.jpg
End