diff --git a/forge-gui/res/cardsfolder/m/militant_angel.txt b/forge-gui/res/cardsfolder/m/militant_angel.txt index 6fa57bb5aa8..c39a889aedb 100644 --- a/forge-gui/res/cardsfolder/m/militant_angel.txt +++ b/forge-gui/res/cardsfolder/m/militant_angel.txt @@ -5,6 +5,8 @@ PT:3/4 K:Flying K:Lifelink T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a number of 2/2 white Knight creature tokens with vigilance equal to the number of opponents you attacked this turn. +# TODO: Migrate this to the new TokenScript format (but probably needs LegacyImage to work first? It tries to search for a GNT token image, which probably doesn't exist, and doesn't fall back to other token pictures) +# TODO: SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ X | TokenScript$ w_2_2_knight_vigilance | LegacyImage$ w 2 2 knight m19 | References$ X | SpellDescription$ Create a number of 2/2 white Knight creature tokens with vigilance equal to the number of opponents you attacked this turn. SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ X | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ White | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight m19 | References$ X | SpellDescription$ Create a number of 2/2 white Knight creature tokens with vigilance equal to the number of opponents you attacked this turn. SVar:X:TriggeredCardController$OpponentsAttackedThisTurn Oracle:Flying, lifelink\nWhen Militant Angel enters the battlefield, create a number of 2/2 white Knight creature tokens with vigilance equal to the number of opponents you attacked this turn. diff --git a/forge-gui/res/tokenscripts/w_2_2_knight_vigilance.txt b/forge-gui/res/tokenscripts/w_2_2_knight_vigilance.txt new file mode 100644 index 00000000000..f48acd0d058 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_2_2_knight_vigilance.txt @@ -0,0 +1,7 @@ +Name:Knight +ManaCost:no cost +Types:Creature Knight +Colors:white +PT:2/2 +K:Vigilance +Oracle:Vigilance