Merge branch 'thb14' into 'master'

THB 1/14

See merge request core-developers/forge!2423
This commit is contained in:
swordshine
2020-01-15 00:48:35 +00:00
3 changed files with 13 additions and 3 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.