mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18: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.
|
||||
Reference in New Issue
Block a user