Convert GRN tokens to TokenScript

This commit is contained in:
Sol
2018-09-15 15:19:24 +00:00
committed by Hans Mackowiak
parent 2433cf3dad
commit ae96dadd54
5 changed files with 21 additions and 3 deletions

View File

@@ -3,5 +3,5 @@ ManaCost:G W
Types:Legendary Creature Elf Cleric
PT:2/2
T:Mode$ Taps | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME becomes tapped, create a 1/1 white Soldier creature token with lifelink.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | TokenImage$ w 1 1 soldier grn
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink
Oracle:Whenever Emmara, Soul of the Accord becomes tapped, create a 1/1 white Soldier creature token with lifelink.

View File

@@ -3,6 +3,6 @@ ManaCost:3 U
Types:Creature Human Wizard
PT:1/5
T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an instant or sorcery spell, create a 1/1 blue Bird Illusion creature token with flying.
SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Creature,Bird,Illusion | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ u 1 1 bird grn
SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ u_1_1_bird_illusion_flying
SVar:BuffedBy:Instant,Sorcery
Oracle:Whenever you cast an instant or sorcery spell, create a 1/1 blue Bird Illusion creature token with flying.

View File

@@ -51,4 +51,8 @@ Type=Expansion
269 M Vraska, Regal Gorgon
271 U Attendant of Vraska
272 R Vraska's Stoneglare
273 M Impervious Greatwurm
273 M Impervious Greatwurm
[tokens]
w_1_1_soldier_lifelink
u_1_1_bird_illusion_flying

View File

@@ -0,0 +1,7 @@
Name:Bird Illusion
ManaCost:no cost
Types:Creature Bird Illusion
Colors:blue
PT:1/1
K:Flying
Oracle:Flying

View File

@@ -0,0 +1,7 @@
Name:Soldier
ManaCost:no cost
Types:Creature Soldier
Colors:white
PT:1/1
K:Lifelink
Oracle:Lifelink