diff --git a/forge-gui/res/editions/Mythic Edition - War of the Spark.txt b/forge-gui/res/editions/Mythic Edition - War of the Spark.txt new file mode 100644 index 00000000000..d24eae7ce05 --- /dev/null +++ b/forge-gui/res/editions/Mythic Edition - War of the Spark.txt @@ -0,0 +1,20 @@ +[metadata] +Code=MPS_WAR +Date=2019-05-03 +Name=Mythic Edition - War of the Spark +MciCode=med +Type=Other + +[cards] +M Ugin, the Spirit Dragon +M Gideon Blackblade +M Jace, the Mind Sculptor +M Tezzeret the Seeker +M Garruk, Apex Predator +M Nicol Bolas, Dragon-God +M Nahiri, the Harbinger +M Sarkhan Unbroken + +[tokens] +b_3_3_beast_deathtouch +r_4_4_dragon_flying diff --git a/forge-gui/res/editions/Unstable.txt b/forge-gui/res/editions/Unstable.txt index 08f2d318abe..0e4a8f217c7 100644 --- a/forge-gui/res/editions/Unstable.txt +++ b/forge-gui/res/editions/Unstable.txt @@ -43,8 +43,8 @@ g_1_1_saproling g_1_1_saproling g_1_1_squirrel g_6_6_wurm -gw_x_x_vigilance_total_creatures -gw_x_x_vigilance_total_creatures +gw_x_x_elemental_total_creatures +gw_x_x_elemental_total_creatures c_a_clue_draw c_a_clue_draw c_x_x_a_construct diff --git a/forge-gui/res/tokenscripts/b_2_2_rogue.txt b/forge-gui/res/tokenscripts/b_2_2_rogue.txt new file mode 100644 index 00000000000..c8487370264 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_2_2_rogue.txt @@ -0,0 +1,6 @@ +Name:Rogue +ManaCost:no cost +Types:Creature Rogue +Colors:black +PT:2/2 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/b_2_2_rogue_menace.txt b/forge-gui/res/tokenscripts/b_2_2_rogue_menace.txt new file mode 100644 index 00000000000..f0203ee990b --- /dev/null +++ b/forge-gui/res/tokenscripts/b_2_2_rogue_menace.txt @@ -0,0 +1,7 @@ +Name:Rogue +ManaCost:no cost +Types:Creature Rogue +Colors:black +PT:2/2 +K:Menace +Oracle:Menace diff --git a/forge-gui/res/tokenscripts/c_2_2_homunculus.txt b/forge-gui/res/tokenscripts/c_2_2_homunculus.txt new file mode 100644 index 00000000000..3063ef6392e --- /dev/null +++ b/forge-gui/res/tokenscripts/c_2_2_homunculus.txt @@ -0,0 +1,5 @@ +Name:Homunculus +ManaCost:no cost +PT:2/2 +Types:Creature Homunculus +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_ape.txt b/forge-gui/res/tokenscripts/g_1_1_ape.txt new file mode 100644 index 00000000000..32ea00cac30 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_ape.txt @@ -0,0 +1,6 @@ +Name:Ape +ManaCost:no cost +Types:Creature Ape +Colors:green +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/r_1_1_brainiac.txt b/forge-gui/res/tokenscripts/r_1_1_brainiac.txt new file mode 100644 index 00000000000..7dcd90e02fa --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_brainiac.txt @@ -0,0 +1,6 @@ +Name:Brainiac +ManaCost:no cost +Types:Creature Brainiac +Colors:red +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/r_4_4_giant_chicken.txt b/forge-gui/res/tokenscripts/r_4_4_giant_chicken.txt new file mode 100644 index 00000000000..d91c58be746 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_4_4_giant_chicken.txt @@ -0,0 +1,6 @@ +Name:Giant Chicken +ManaCost:no cost +Types:Creature Giant Chicken +Colors:red +PT:4/4 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/rabid_sheep.txt b/forge-gui/res/tokenscripts/rabid_sheep.txt new file mode 100644 index 00000000000..2bec92b95fe --- /dev/null +++ b/forge-gui/res/tokenscripts/rabid_sheep.txt @@ -0,0 +1,6 @@ +Name:Rabid Sheep +Types:Creature Sheep +Colors:green +ManaCost:no cost +PT:2/2 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/storm_crow.txt b/forge-gui/res/tokenscripts/storm_crow.txt new file mode 100644 index 00000000000..5886476aca6 --- /dev/null +++ b/forge-gui/res/tokenscripts/storm_crow.txt @@ -0,0 +1,7 @@ +Name:Storm Crow +ManaCost:no cost +Colors:blue +Types:Creature Bird +PT:1/2 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/u_1_1_faerie_spy_flying_haste_draw.txt b/forge-gui/res/tokenscripts/u_1_1_faerie_spy_flying_haste_draw.txt new file mode 100644 index 00000000000..2e27f642e88 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_faerie_spy_flying_haste_draw.txt @@ -0,0 +1,10 @@ +Name:Faerie +ManaCost:no cost +Types:Creature Faerie +Colors:blue +PT:1/1 +K:Flying +K:Haste +T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, draw a card. +SVar:TrigDraw:DB$Draw | Defined$ You | NumCards$ 1 +Oracle:Flying, haste\nWhenever this creature deals combat damage to a player, draw a card. \ No newline at end of file