diff --git a/forge-gui/res/cardsfolder/upcoming/aspect_of_manticore.txt b/forge-gui/res/cardsfolder/upcoming/aspect_of_manticore.txt index 779d19b9e10..92417bf14b3 100644 --- a/forge-gui/res/cardsfolder/upcoming/aspect_of_manticore.txt +++ b/forge-gui/res/cardsfolder/upcoming/aspect_of_manticore.txt @@ -5,7 +5,7 @@ K:Flash K:Enchant creature A:SP$ Attach | Cost$ 2 R | ValidTgts$ Creature | AILogic$ Pump T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, enchanted creature gains first strike until end of turn. -SVar:DBPump:DB$Pump | Defined$ Enchanted | KW$ First Strike +SVar:TrigPump:DB$Pump | Defined$ Enchanted | KW$ First Strike S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | Description$ Enchanted creature gets +2/+0. SVar:PlayMain1:TRUE Oracle:Flash\nEnchant creature\nWhen Aspect of Manticore enters the battlefield, enchanted creature gains first strike until end of turn.\nEnchanted creature gets +2/+0. diff --git a/forge-gui/res/cardsfolder/upcoming/heliods_intervention.txt b/forge-gui/res/cardsfolder/upcoming/heliods_intervention.txt new file mode 100644 index 00000000000..704457b76a2 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/heliods_intervention.txt @@ -0,0 +1,9 @@ +Name:Heliod's Intervention +ManaCost:X W W +Types:Instant +A:SP$ Charm | Cost$ X W W | Choices$ DBDestroy,DBGainLife | References$ X +SVar:DBDestroy:DB$ Destroy | TargetMin$ 0 | TargetMax$ X | References$ X | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select X target artifacts and/or enchantments | SpellDescription$ Destroy X target artifacts and/or enchantments. +SVar:DBGainLife:DB$ GainLife | ValidTgts$ Player | TgtPrompt$ Select target player | LifeAmount$ XX | References$ X,XX | SpellDescription$ Target player gains twice X life. +SVar:X:Count$xPaid +SVar:XX:SVar$X/Twice +Oracle:Choose one —\n• Destroy X target artifacts and/or enchantments.\n• Target player gains twice X life. diff --git a/forge-gui/res/cardsfolder/upcoming/nessian_wanderer.txt b/forge-gui/res/cardsfolder/upcoming/nessian_wanderer.txt index 7901300233d..fa66ebd6cff 100644 --- a/forge-gui/res/cardsfolder/upcoming/nessian_wanderer.txt +++ b/forge-gui/res/cardsfolder/upcoming/nessian_wanderer.txt @@ -3,5 +3,6 @@ ManaCost:1 G Types:Creature Satyr Scout PT:1/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDig | TriggerDescription$ Constellation - Whenever an enchantment enters the battlefield under your control, look at the top three cards of your library. You may reveal a land card from among them and put that card into your hand. Put the rest on the bottom of your library in a random order. -SVar:TrigDig:DB$ Dig | DigNum$ 3 | ChangeNum$ 1 | ChangeValid$ Card | DestinationZone$ Hand | DestinationZone2$ Library | LibraryPosition$ -1 | RestRandomOrder$ True | OptionalDecider$ You -Oracle:Constellation — Whenever an enchantment enters the battelfield under your control, look at the top three cards of your library. You may reveal a land card from among them and put that card into your hand. Put the rest on the bottom of your library in a random order. +SVar:TrigDig:DB$ Dig | DigNum$ 3 | ChangeNum$ 1 | ChangeValid$ Card.Land | ForceRevealToController$ True | DestinationZone$ Hand | DestinationZone2$ Library | LibraryPosition$ -1 | RestRandomOrder$ True | OptionalDecider$ You +DeckHints:Type$Enchantment +Oracle:Constellation — Whenever an enchantment enters the battlefield under your control, look at the top three cards of your library. You may reveal a land card from among them and put that card into your hand. Put the rest on the bottom of your library in a random order.