mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Merge branch 'mps_war' into 'master'
Add WAR Mythic Edition See merge request core-developers/forge!1966
This commit is contained in:
20
forge-gui/res/editions/Mythic Edition - War of the Spark.txt
Normal file
20
forge-gui/res/editions/Mythic Edition - War of the Spark.txt
Normal file
@@ -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
|
||||
@@ -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
|
||||
|
||||
6
forge-gui/res/tokenscripts/b_2_2_rogue.txt
Normal file
6
forge-gui/res/tokenscripts/b_2_2_rogue.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Rogue
|
||||
ManaCost:no cost
|
||||
Types:Creature Rogue
|
||||
Colors:black
|
||||
PT:2/2
|
||||
Oracle:
|
||||
7
forge-gui/res/tokenscripts/b_2_2_rogue_menace.txt
Normal file
7
forge-gui/res/tokenscripts/b_2_2_rogue_menace.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Rogue
|
||||
ManaCost:no cost
|
||||
Types:Creature Rogue
|
||||
Colors:black
|
||||
PT:2/2
|
||||
K:Menace
|
||||
Oracle:Menace
|
||||
5
forge-gui/res/tokenscripts/c_2_2_homunculus.txt
Normal file
5
forge-gui/res/tokenscripts/c_2_2_homunculus.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Name:Homunculus
|
||||
ManaCost:no cost
|
||||
PT:2/2
|
||||
Types:Creature Homunculus
|
||||
Oracle:
|
||||
6
forge-gui/res/tokenscripts/g_1_1_ape.txt
Normal file
6
forge-gui/res/tokenscripts/g_1_1_ape.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Ape
|
||||
ManaCost:no cost
|
||||
Types:Creature Ape
|
||||
Colors:green
|
||||
PT:1/1
|
||||
Oracle:
|
||||
6
forge-gui/res/tokenscripts/r_1_1_brainiac.txt
Normal file
6
forge-gui/res/tokenscripts/r_1_1_brainiac.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Brainiac
|
||||
ManaCost:no cost
|
||||
Types:Creature Brainiac
|
||||
Colors:red
|
||||
PT:1/1
|
||||
Oracle:
|
||||
6
forge-gui/res/tokenscripts/r_4_4_giant_chicken.txt
Normal file
6
forge-gui/res/tokenscripts/r_4_4_giant_chicken.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Giant Chicken
|
||||
ManaCost:no cost
|
||||
Types:Creature Giant Chicken
|
||||
Colors:red
|
||||
PT:4/4
|
||||
Oracle:
|
||||
6
forge-gui/res/tokenscripts/rabid_sheep.txt
Normal file
6
forge-gui/res/tokenscripts/rabid_sheep.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Rabid Sheep
|
||||
Types:Creature Sheep
|
||||
Colors:green
|
||||
ManaCost:no cost
|
||||
PT:2/2
|
||||
Oracle:
|
||||
7
forge-gui/res/tokenscripts/storm_crow.txt
Normal file
7
forge-gui/res/tokenscripts/storm_crow.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Storm Crow
|
||||
ManaCost:no cost
|
||||
Colors:blue
|
||||
Types:Creature Bird
|
||||
PT:1/2
|
||||
K:Flying
|
||||
Oracle:Flying
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user