mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
* remove cleanups from old TwoPiles cards * TwoPilesEffect.resolve clear remembered after each pile sub * split_the_spoils.txt * split_the_spoils.txt fix * epiphany_at_the_drownyard.txt too * stand_or_fall.txt tighten up more * TwoPilesEffect.resolve add "RememberChosen" as shortcut past ChosenPile -> Pump remember/imprint * make_an_example.txt and stand_or_fall.txt with "RememberChosen" * split_the_spoils.txt Defined -> Chooser
9 lines
972 B
Plaintext
9 lines
972 B
Plaintext
Name:Make an Example
|
|
ManaCost:3 B
|
|
Types:Sorcery
|
|
A:SP$ RepeatEach | RepeatPlayers$ Opponent | RepeatSubAbility$ DBTwoPiles | SubAbility$ DBSac | SpellDescription$ Each opponent separates the creatures they control into two piles. For each opponent, you choose one of their piles.
|
|
SVar:DBTwoPiles:DB$ TwoPiles | Defined$ Remembered | Separator$ Remembered | Chooser$ You | RememberChosen$ True | ValidCards$ Creature.RememberedPlayerCtrl | Zone$ Battlefield
|
|
SVar:DBSac:DB$ SacrificeAll | Defined$ Remembered | SubAbility$ DBCleanup | StackDescription$ Each opponent sacrifices the creatures in their chosen pile. | SpellDescription$ Each opponent sacrifices the creatures in their chosen pile. (Piles can be empty.)
|
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
|
Oracle:Each opponent separates the creatures they control into two piles. For each opponent, you choose one of their piles. Each opponent sacrifices the creatures in their chosen pile. (Piles can be empty.)
|