diff --git a/.gitattributes b/.gitattributes index ae8f1cbc3e6..ac25d311934 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16244,6 +16244,7 @@ forge-gui/res/cardsfolder/upcoming/brazen_scourge.txt -text forge-gui/res/cardsfolder/upcoming/bristling_hydra.txt -text forge-gui/res/cardsfolder/upcoming/built_to_last.txt -text forge-gui/res/cardsfolder/upcoming/built_to_smash.txt -text +forge-gui/res/cardsfolder/upcoming/cataclysmic_gearhulk.txt -text forge-gui/res/cardsfolder/upcoming/cathartic_reunion.txt -text forge-gui/res/cardsfolder/upcoming/ceremonious_rejection.txt -text forge-gui/res/cardsfolder/upcoming/chandra_pyrogenius.txt -text diff --git a/forge-gui/res/cardsfolder/upcoming/cataclysmic_gearhulk.txt b/forge-gui/res/cardsfolder/upcoming/cataclysmic_gearhulk.txt new file mode 100644 index 00000000000..9b05a71163b --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/cataclysmic_gearhulk.txt @@ -0,0 +1,16 @@ +Name:Cataclysmic Gearhulk +ManaCost:3 W W +Types:Artifact Creature Construct +PT:4/5 +K:Vigilance +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigCataclysm | TriggerDescription$ When CARDNAME enters the battlefield, each player chooses an artifact, a creature, an enchantment, and a planeswalker from among the nonland permanents he or she controls, then sacrifices the rest. +SVar:TrigCataclysm:DB$ RepeatEach | RepeatPlayers$ Player | RepeatSubAbility$ ChooseArtf | SubAbility$ SacAllOthers | SpellDescription$ Each player chooses from among the permanents he or she controls an artifact, a creature, an enchantment, and a land, then sacrifices the rest. +SVar:ChooseArtf:DB$ ChooseCard | Defined$ Remembered | Amount$ 1 | Choices$ Artifact.nonLand+RememberedPlayerCtrl | ChoiceTitle$ Choose an artifact to keep | SubAbility$ ChooseCrtr | RememberChosen$ True | Mandatory$ True +SVar:ChooseCrtr:DB$ ChooseCard | Defined$ Remembered | Amount$ 1 | Choices$ Creature.nonLand+RememberedPlayerCtrl | ChoiceTitle$ Choose a creature to keep | SubAbility$ ChooseEnch | RememberChosen$ True | Mandatory$ True +SVar:ChooseEnch:DB$ ChooseCard | Defined$ Remembered | Amount$ 1 | Choices$ Enchantment.nonLand+RememberedPlayerCtrl | ChoiceTitle$ Choose an enchantment to keep | SubAbility$ ChoosePW | RememberChosen$ True | Mandatory$ True +SVar:ChoosePW:DB$ ChooseCard | Defined$ Remembered | Amount$ 1 | Choices$ Planeswalker.nonLand+RememberedPlayerCtrl | ChoiceTitle$ Choose a Planeswalker to keep | RememberChosen$ True | Mandatory$ True +SVar:SacAllOthers:DB$ SacrificeAll | ValidCards$ Permanent.nonLand+IsNotRemembered | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:RemAIDeck:True +SVar:Picture:http://www.wizards.com/global/images/magic/general/cataclysmic_gearhulk.jpg +Oracle:Vigilance\nWhen Cataclysmic Gearhulk enters the battlefield, each player chooses an artifact, a creature, an enchantment, and a planeswalker from among the nonland permanents he or she controls, then sacrifices the rest. \ No newline at end of file