oversimplify.txt

This commit is contained in:
Northmoc
2021-04-07 15:33:51 -04:00
parent 443b613513
commit fbbdec5e4e

View File

@@ -0,0 +1,12 @@
Name:Oversimplify
ManaCost:3 G U
Types:Sorcery
A:SP$ ChangeZoneAll | ChangeType$ Creature | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DBRepeatEach | SpellDescription$ Exile all creatures.
SVar:DBRepeatEach:DB$ RepeatEach | RepeatPlayers$ Player | RepeatSubAbility$ DBToken | SubAbility$ DBCleanup | SpellDescription$ Each player
SVar:DBToken:DB$ Token | TokenScript$ gu_0_0_fractal | TokenOwner$ Player.IsRemembered | ImprintTokens$ True | SubAbility$ DBPutCounter | StackDescription$ SpellDescription | SpellDescription$ creates a 0/0 green and blue Fractal creature token
SVar:DBPutCounter:DB$ PutCounter | Defined$ Imprinted | CounterType$ P1P1 | CounterNum$ X | Placer$ Player.IsRemembered | SubAbility$ DBCleanImprinted | StackDescription$ SpellDescription | SpellDescription$ and puts a number of +1/+1 counters on it equal to the total power of creatures they controlled that were exiled this way.
SVar:DBCleanImprinted:DB$ Cleanup | ClearImprinted$ True
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:RememberedLKI$FilterControlledByRemembered_Number$1
DeckHas:Ability$Token & Ability$Counters
Oracle:Exile all creatures. Each player creates a 0/0 green and blue Fractal creature token and puts a number of +1/+1 counters on it equal to the total power of creatures they controlled that were exiled this way.