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