mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Implemented Composer of Spring (#3495)
This commit is contained in:
10
forge-gui/res/cardsfolder/c/composer_of_spring.txt
Normal file
10
forge-gui/res/cardsfolder/c/composer_of_spring.txt
Normal 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.
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user