mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Clean up (#2907)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
Name:Harmony of Nature
|
||||
ManaCost:2 G
|
||||
Types:Sorcery
|
||||
A:SP$ ChooseCard | Cost$ 2 G | Defined$ You | MinAmount$ 0 | Amount$ X | Choices$ Creature.untapped+YouCtrl | ChoiceTitle$ Choose any number of untapped creatures you control | ChoiceZone$ Battlefield | RememberChosen$ True | SubAbility$ TrigTap | SpellDescription$ Tap any number of untapped creatures you control. You gain 4 life for each creature tapped this way.
|
||||
SVar:TrigTap:DB$ Tap | Defined$ Remembered | SubAbility$ DBGainLife
|
||||
A:SP$ Tap | CardChoices$ Creature.YouCtrl+untapped | AnyNumber$ True | ChoiceAmount$ Count$Valid Creature.YouCtrl+untapped | RememberTapped$ True | SubAbility$ DBGainLife | SpellDescription$ Tap any number of untapped creatures you control. You gain 4 life for each creature tapped this way.
|
||||
SVar:DBGainLife:DB$ GainLife | LifeAmount$ Z | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Count$Valid Creature.YouCtrl
|
||||
SVar:Y:Remembered$Amount
|
||||
SVar:Z:SVar$Y/Times.4
|
||||
AI:RemoveDeck:All
|
||||
|
||||
Reference in New Issue
Block a user