- Added Promise of Bunrei

This commit is contained in:
jeffwadsworth
2011-11-06 18:17:55 +00:00
parent 9692f4177d
commit 8eb18640f1
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6219,6 +6219,7 @@ res/cardsfolder/p/prodigal_sorcerer.txt svneol=native#text/plain
res/cardsfolder/p/profane_command.txt svneol=native#text/plain
res/cardsfolder/p/profane_prayers.txt svneol=native#text/plain
res/cardsfolder/p/progenitus.txt svneol=native#text/plain
res/cardsfolder/p/promise_of_bunrei.txt -text
res/cardsfolder/p/promise_of_power.txt svneol=native#text/plain
res/cardsfolder/p/promised_kannushi.txt svneol=native#text/plain
res/cardsfolder/p/propaganda.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Promise of Bunrei
ManaCost:2 W
Types:Enchantment
Text:no text
T:Mode$ ChangesZone | ValidCard$ Creature.YouCtrl | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigSac | TriggerZones$ Battlefield | TriggerDescription$ When a creature you control dies, sacrifice CARDNAME. If you do, put four 1/1 colorless Spirit creature tokens onto the battlefield.
SVar:TrigSac:AB$ SacrificeAll | Cost$ 0 | ValidCards$ Card.Self | RememberSacrificed$ True | SubAbility$ DBToken
SVar:DBToken:DB$ Token | TokenAmount$ 4 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$Amount
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/promise_of_bunrei.jpg
End