Implemented Composer of Spring (#3495)

This commit is contained in:
Katharina
2023-07-20 15:21:06 +02:00
committed by GitHub
parent c1a265f5cc
commit 63eb8e3481
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Name:Composer of Spring
ManaCost:1 G
Types:Creature Satyr Bard
PT:1/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigBranch | TriggerDescription$ Constellation — Whenever an enchantment enters the battlefield under your control, you may put a land card from your hand onto the battlefield tapped. If you control six or more enchantments, instead you may put a creature or land card from your hand onto the battlefield tapped.
SVar:TrigBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ GE6 | TrueSubAbility$ PutLandCreature | FalseSubAbility$ PutLand
SVar:PutLand:DB$ ChangeZone | Origin$ Hand | Destination$ Battlefield | Tapped$ True | ChangeType$ Land.YouOwn
SVar:PutLandCreature:DB$ ChangeZone | Origin$ Hand | Destination$ Battlefield | Tapped$ True | ChangeType$ Creature.YouOwn,Land.YouOwn
SVar:X:Count$Valid Enchantment.YouCtrl
Oracle:Constellation — Whenever an enchantment enters the battlefield under your control, you may put a land card from your hand onto the battlefield tapped. If you control six or more enchantments, instead you may put a creature or land card from your hand onto the battlefield tapped.

View File

@@ -491,6 +491,7 @@ ScryfallCode=CMM
736 R Descendants' Fury @Aldo Domínguez 736 R Descendants' Fury @Aldo Domínguez
737 R Guff Rewrites History @Matt Stewart 737 R Guff Rewrites History @Matt Stewart
738 R Jaya's Phoenix @Justyna Dura 738 R Jaya's Phoenix @Justyna Dura
739 R Composer of Spring @Gaboleps
740 R For the Ancestors @Hristo D. Chukov 740 R For the Ancestors @Hristo D. Chukov
741 R Hatchery Sliver @Svetlin Velinov 741 R Hatchery Sliver @Svetlin Velinov
752 M Zhulodok, Void Gorger @Lius Lasahido 752 M Zhulodok, Void Gorger @Lius Lasahido