battle_angels_of_tyr.txt

This commit is contained in:
Northmoc
2022-07-09 19:27:04 -04:00
parent 373e4d59e6
commit 017e5a610f

View File

@@ -0,0 +1,18 @@
Name:Battle Angels of Tyr
ManaCost:2 W W
Types:Creature Angel Knight
PT:4/4
K:Flying
K:Myriad
T:Mode$ DamageDone | ValidSource$ Card.Self | Execute$ TrigDraw | CombatDamage$ True | ValidTarget$ Player | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, draw a card if that player has more cards in hand than each other player. Then you create a Treasure token if that player controls more lands than each other player. Then you gain 3 life if that player has more life than each other player.
SVar:TrigDraw:DB$ Draw | ConditionCheckSVar$ NumInHand | ConditionSVarCompare$ GTMostInHand | SubAbility$ DBTreasure
SVar:DBTreasure:DB$ Token | ConditionCheckSVar$ NumLands | ConditionSVarCompare$ GTMostLands | TokenScript$ c_a_treasure_sac | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | ConditionCheckSVar$ NumLife | ConditionSVarCompare$ GTMostLife | LifeAmount$ 3
SVar:NumInHand:TriggeredTarget$CardsInHand
SVar:MostInHand:PlayerCountDefinedNonTriggeredTarget$HighestCardsInHand
SVar:NumLands:TriggeredTarget$Valid Land.YouCtrl
SVar:MostLands:PlayerCountDefinedNonTriggeredTarget$HighestValid Land.YouCtrl
SVar:NumLife:TriggeredTarget$LifeTotal
SVar:MostLife:PlayerCountDefinedNonTriggeredTarget$HighestLifeTotal
DeckHas:Ability$Token|Sacrifice|LifeGain & Type$Artifact|Treasure
Oracle:Flying, myriad\nWhenever Battle Angels of Tyr deals combat damage to a player, draw a card if that player has more cards in hand than each other player. Then you create a Treasure token if that player controls more lands than each other player. Then you gain 3 life if that player has more life than each other player.