Game Night 2019 Mythics

This commit is contained in:
Tim Mocny
2019-11-28 08:33:00 +00:00
committed by swordshine
parent 87bad70939
commit b53135d83a
5 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Name:Calculating Lich
ManaCost:4 B B
Types:Creature Zombie Wizard
PT:5/5
K:Menace
T:Mode$ Attacks | ValidCard$ Creature | Attacked$ Player.Opponent | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever a creature attacks one of your opponents, that player loses 1 life.
SVar:TrigLoseLife:DB$ LoseLife | Defined$ TriggeredDefender | LifeAmount$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/calculating_lich.jpg
Oracle:Menace\nWhenever a creature attacks one of your opponents, that player loses 1 life.

View File

@@ -0,0 +1,10 @@
Name:Earthshaker Giant
ManaCost:4 G G
Types:Creature Giant Druid
PT:6/6
K:Trample
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPumpAll | TriggerDescription$ When CARDNAME enters the battlefield, other creatures you control get +3/+3 and gain trample until end of turn.
SVar:TrigPumpAll:DB$PumpAll | ValidCards$ Creature.Other+YouCtrl | NumAtt$ +3 | NumDef$ +3 | KW$ Trample
SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/earthshaker_giant.jpg
Oracle:Trample\nWhen Earthshaker Giant enters the battlefield, other creatures you control get +3/+3 and gain trample until end of turn.

View File

@@ -0,0 +1,12 @@
Name:Fiendish Duo
ManaCost:4 R R
Types:Creature Devil
PT:5/5
K:First Strike
R:Event$ DamageDone | ActiveZones$ Battlefield | ValidSource$ Card,Emblem | ValidTarget$ Opponent | ReplaceWith$ DmgTwice | Description$ If a source would deal damage to an opponent, it deals double that damage to that player instead.
SVar:DmgTwice:DB$ ReplaceEffect | VarName$ DamageAmount | VarValue$ X | References$ X
SVar:X:ReplaceCount$DamageAmount/Twice
SVar:PlayMain1:TRUE
AI:RemoveDeck:Random
SVar:Picture://www.wizards.com/global/images/magic/general/fiendish_duo.jpg
Oracle:First strike\nIf a source would deal damage to an opponent, it deals double that damage to that player instead.

View File

@@ -0,0 +1,12 @@
Name:Highcliff Felidar
ManaCost:5 W W
Types:Creature Cat Beast
PT:5/5
K:Vigilance
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DBRepeat | TriggerDescription$ When CARDNAME enters the battlefield, for each opponent, choose a creature with the greatest power among creatures that player controls. Destroy those creatures.
SVar:DBRepeat:DB$ RepeatEach | RepeatPlayers$ Player.Opponent | RepeatSubAbility$ DBChooseCard | SubAbility$ DBDestroy
SVar:DBChooseCard:DB$ ChooseCard | Defined$ You | Choices$ Creature.greatestPowerControlledByRemembered | Mandatory$ True | RememberChosen$ True
SVar:DBDestroy:DB$ DestroyAll | ValidCards$ Creature.IsRemembered | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenCard$ True
SVar:Picture:http://www.wizards.com/global/images/magic/general/highcliff_felidar.jpg
Oracle:Vigilance\nWhen Highcliff Felidar enters the battlefield, for each opponent, choose a creature with the greatest power among creatures that player controls. Destroy those creatures.

View File

@@ -0,0 +1,10 @@
Name:Sphinx of Enlightenment
ManaCost:4 U U
Types:Creature Sphinx
PT:5/5
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, target opponent draws a card and you draw three cards.
SVar:TrigDraw:DB$ Draw | NumCards$ 1 | SubAbility$ DBDraw | ValidTgts$ Opponent | TgtPrompt$ Select target opponent
SVar:DBDraw:DB$ Draw | NumCards$ 3 | Defined$ You | StackDescription$ None
SVar:Picture:http://www.wizards.com/global/images/magic/general/sphinx_of_enlightenment.jpg
Oracle:Flying\nWhen Sphinx of Enlightenment enters the battlefield, target opponent draws a card and you draw three cards.