mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
add Promise of Power (from Mirrodin)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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/profane_prayers.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/propaganda.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/proper_burial.txt -text svneol=native#text/plain
|
||||
|
||||
15
res/cardsfolder/promise_of_power.txt
Normal file
15
res/cardsfolder/promise_of_power.txt
Normal 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
|
||||
Reference in New Issue
Block a user