From c3876a36fb1aa8929c3356c004cbc7d75ae9585c Mon Sep 17 00:00:00 2001 From: swordshine Date: Thu, 19 Nov 2015 06:10:59 +0000 Subject: [PATCH] - C15: added 2 cards --- .gitattributes | 2 ++ forge-gui/res/cardsfolder/h/herald_of_the_host.txt | 1 + .../res/cardsfolder/m/mizzix_of_the_izmagnus.txt | 10 ++++++++++ forge-gui/res/cardsfolder/s/sandstone_oracle.txt | 12 ++++++++++++ 4 files changed, 25 insertions(+) create mode 100644 forge-gui/res/cardsfolder/m/mizzix_of_the_izmagnus.txt create mode 100644 forge-gui/res/cardsfolder/s/sandstone_oracle.txt diff --git a/.gitattributes b/.gitattributes index 0ff049d6999..d9b6b05a6a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9645,6 +9645,7 @@ forge-gui/res/cardsfolder/m/mizzium_meddler.txt -text forge-gui/res/cardsfolder/m/mizzium_mortars.txt -text forge-gui/res/cardsfolder/m/mizzium_skin.txt -text forge-gui/res/cardsfolder/m/mizzium_transreliquat.txt -text +forge-gui/res/cardsfolder/m/mizzix_of_the_izmagnus.txt -text forge-gui/res/cardsfolder/m/mnemonic_nexus.txt svneol=native#text/plain forge-gui/res/cardsfolder/m/mnemonic_sliver.txt svneol=native#text/plain forge-gui/res/cardsfolder/m/mnemonic_wall.txt svneol=native#text/plain @@ -12355,6 +12356,7 @@ forge-gui/res/cardsfolder/s/sandsteppe_scavenger.txt -text forge-gui/res/cardsfolder/s/sandstone_bridge.txt -text forge-gui/res/cardsfolder/s/sandstone_deadfall.txt -text forge-gui/res/cardsfolder/s/sandstone_needle.txt svneol=native#text/plain +forge-gui/res/cardsfolder/s/sandstone_oracle.txt -text forge-gui/res/cardsfolder/s/sandstone_warrior.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/sandstorm.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/sandstorm_charger.txt -text diff --git a/forge-gui/res/cardsfolder/h/herald_of_the_host.txt b/forge-gui/res/cardsfolder/h/herald_of_the_host.txt index 501d36b8931..9ccfb07bcd3 100644 --- a/forge-gui/res/cardsfolder/h/herald_of_the_host.txt +++ b/forge-gui/res/cardsfolder/h/herald_of_the_host.txt @@ -6,3 +6,4 @@ K:Flying K:Vigilance K:Myriad SVar:Picture:http://www.wizards.com/global/images/magic/general/herald_of_the_host.jpg +Oracle:Flying, vigilance\nMyriad (Whenever this creature attacks, for each opponent other than defending player, you may put a token that's a copy of this creature onto the battlefield tapped and attacking that player or a planeswalker he or she controls. Exile the tokens at end of combat.) diff --git a/forge-gui/res/cardsfolder/m/mizzix_of_the_izmagnus.txt b/forge-gui/res/cardsfolder/m/mizzix_of_the_izmagnus.txt new file mode 100644 index 00000000000..7732a77c6bc --- /dev/null +++ b/forge-gui/res/cardsfolder/m/mizzix_of_the_izmagnus.txt @@ -0,0 +1,10 @@ +Name:Mizzix of the Izmagnus +ManaCost:2 U R +Types:Legendary Creature Goblin Wizard +PT:2/2 +T:Mode$ SpellCast | ValidCard$ Instant.cmcGTX,Sorcery.cmcGTX | ValidActivatingPlayer$ You | Execute$ TrigExperience | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast an instant or sorcery spell with converted mana cost greater than the number of experience counters you have, you get an experience counter. +SVar:TrigExperience:DB$ PutCounter | Defined$ You | CounterType$ Experience | CounterNum$ 1 +S:Mode$ ReduceCost | ValidCard$ Instant,Sorcery | Type$ Spell | Activator$ You | Amount$ X | Description$ Instant and sorcery spells you cast cost {1} less to cast for each experience counter you have. +SVar:X:Count$YourCountersExperience +SVar:Picture:http://www.wizards.com/global/images/magic/general/mizzix_of_the_izmagnus.jpg +Oracle:Whenever you cast an instant or sorcery spell with converted mana cost greater than the number of experience counters you have, you get an experience counter.\nInstant and sorcery spells you cast cost {1} less to cast for each experience counter you have. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/sandstone_oracle.txt b/forge-gui/res/cardsfolder/s/sandstone_oracle.txt new file mode 100644 index 00000000000..af22b94b824 --- /dev/null +++ b/forge-gui/res/cardsfolder/s/sandstone_oracle.txt @@ -0,0 +1,12 @@ +Name:Sandstone Oracle +ManaCost:7 +Types:Artifact Creature Sphinx +PT:4/4 +K:Flying +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChooseOpp | TriggerDescription$ When CARDNAME enters the battlefield, choose an opponent. If that player has more cards in hand than you, draw cards equal to the difference. +SVar:TrigChooseOpp:AB$ ChoosePlayer | Cost$ 0 | Defined$ You | Choices$ Player.Opponent | AILogic$ MostCardsInHand | SubAbility$ DBDraw +SVar:DBDraw:DB$ Draw | NumCards$ X | References$ X,Y | Defined$ You | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 +SVar:Y:Count$InYourHand +SVar:X:Count$InChosenHand/Minus.Y +SVar:Picture:http://www.wizards.com/global/images/magic/general/sandstone_oracle.jpg +Oracle:Flying\nWhen Sandstone Oracle enters the battlefield, choose an opponent. If that player has more cards in hand than you, draw cards equal to the difference. \ No newline at end of file