- C15: added 2 cards

This commit is contained in:
swordshine
2015-11-19 06:10:59 +00:00
parent ce36647a9f
commit c3876a36fb
4 changed files with 25 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -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_mortars.txt -text
forge-gui/res/cardsfolder/m/mizzium_skin.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/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_nexus.txt svneol=native#text/plain
forge-gui/res/cardsfolder/m/mnemonic_sliver.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 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_bridge.txt -text
forge-gui/res/cardsfolder/s/sandstone_deadfall.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_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/sandstone_warrior.txt svneol=native#text/plain
forge-gui/res/cardsfolder/s/sandstorm.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 forge-gui/res/cardsfolder/s/sandstorm_charger.txt -text

View File

@@ -6,3 +6,4 @@ K:Flying
K:Vigilance K:Vigilance
K:Myriad K:Myriad
SVar:Picture:http://www.wizards.com/global/images/magic/general/herald_of_the_host.jpg 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.)

View File

@@ -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.

View File

@@ -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.