mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
- TODO entry for TokenScript.
This commit is contained in:
@@ -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.
|
||||
|
||||
7
forge-gui/res/tokenscripts/w_2_2_knight_vigilance.txt
Normal file
7
forge-gui/res/tokenscripts/w_2_2_knight_vigilance.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Knight
|
||||
ManaCost:no cost
|
||||
Types:Creature Knight
|
||||
Colors:white
|
||||
PT:2/2
|
||||
K:Vigilance
|
||||
Oracle:Vigilance
|
||||
Reference in New Issue
Block a user