mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
added Split the Party
This commit is contained in:
9
forge-gui/res/cardsfolder/upcoming/split_the_party.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/split_the_party.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Split the Party
|
||||||
|
ManaCost:3 U U
|
||||||
|
Types:Sorcery
|
||||||
|
A:SP$ Pump | Cost$ 3 U U | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ ChooseCreature | StackDescription$ SpellDescription | SpellDescription$ Choose target player. Return half the creatures they control to their owner's hand, rounded up.
|
||||||
|
SVar:ChooseCreature:DB$ ChooseCard | Choices$ Creature.TargetedPlayerCtrl | Mandatory$ True | Amount$ X | ChoiceTitle$ Choose half the creatures (rounded up) target player controls | SubAbility$ ReturnCreature
|
||||||
|
SVar:ReturnCreature:DB$ ChangeZone | Defined$ ChosenCard | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True
|
||||||
|
SVar:X:TargetedPlayer$CreaturesInPlay/HalfUp
|
||||||
|
Oracle:Choose target player. Return half the creatures they control to their owner's hand, rounded up.
|
||||||
Reference in New Issue
Block a user