mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
battle_angels_of_tyr.txt
This commit is contained in:
18
forge-gui/res/cardsfolder/upcoming/battle_angels_of_tyr.txt
Normal file
18
forge-gui/res/cardsfolder/upcoming/battle_angels_of_tyr.txt
Normal 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.
|
||||
Reference in New Issue
Block a user