From 9d8eb5281023e117fa10c5bc711fcc14550765cb Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 17:26:40 +0000 Subject: [PATCH] - Added Spore Flower for Zirbert. - Added Iwamori of the Open Fist and Hunted Wumpus. --- .gitattributes | 3 +++ res/cardsfolder/hunted_wumpus.txt | 10 ++++++++++ res/cardsfolder/iwamori_of_the_open_fist.txt | 11 +++++++++++ res/cardsfolder/spore_flower.txt | 13 +++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 res/cardsfolder/hunted_wumpus.txt create mode 100644 res/cardsfolder/iwamori_of_the_open_fist.txt create mode 100644 res/cardsfolder/spore_flower.txt diff --git a/.gitattributes b/.gitattributes index 9a77ba92840..23f2f1ed339 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2743,6 +2743,7 @@ res/cardsfolder/hunted_horror.txt -text svneol=native#text/plain res/cardsfolder/hunted_lammasu.txt -text svneol=native#text/plain res/cardsfolder/hunted_phantasm.txt -text svneol=native#text/plain res/cardsfolder/hunted_troll.txt -text svneol=native#text/plain +res/cardsfolder/hunted_wumpus.txt -text svneol=native#text/plain res/cardsfolder/hunting_cheetah.txt -text svneol=native#text/plain res/cardsfolder/hunting_drake.txt -text svneol=native#text/plain res/cardsfolder/hunting_moa.txt -text svneol=native#text/plain @@ -2908,6 +2909,7 @@ res/cardsfolder/ivory_guardians.txt -text svneol=native#text/plain res/cardsfolder/ivory_tower.txt -text svneol=native#text/plain res/cardsfolder/ivy_dancer.txt -text svneol=native#text/plain res/cardsfolder/ivy_elemental.txt -text svneol=native#text/plain +res/cardsfolder/iwamori_of_the_open_fist.txt -text svneol=native#text/plain res/cardsfolder/ixidors_will.txt -text svneol=native#text/plain res/cardsfolder/izzet_boilerworks.txt -text svneol=native#text/plain res/cardsfolder/izzet_chronarch.txt -text svneol=native#text/plain @@ -5404,6 +5406,7 @@ res/cardsfolder/spoils_of_victory.txt -text svneol=native#text/plain res/cardsfolder/spontaneous_combustion.txt svneol=native#text/plain res/cardsfolder/spontaneous_generation.txt -text svneol=native#text/plain res/cardsfolder/spore_burst.txt -text svneol=native#text/plain +res/cardsfolder/spore_flower.txt -text svneol=native#text/plain res/cardsfolder/spore_frog.txt -text svneol=native#text/plain res/cardsfolder/sporecap_spider.txt -text svneol=native#text/plain res/cardsfolder/sporesower_thallid.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/hunted_wumpus.txt b/res/cardsfolder/hunted_wumpus.txt new file mode 100644 index 00000000000..a197aa6f18b --- /dev/null +++ b/res/cardsfolder/hunted_wumpus.txt @@ -0,0 +1,10 @@ +Name:Hunted Wumpus +ManaCost:3 G +Types:Creature Beast +Text:no text +PT:6/6 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, each other player may put a creature card from his or her hand onto the battlefield. +SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Battlefield | ChangeType$ Creature | Defined$ Opponent | ChangeNum$ 1 +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/hunted_wumpus.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/iwamori_of_the_open_fist.txt b/res/cardsfolder/iwamori_of_the_open_fist.txt new file mode 100644 index 00000000000..4357dd3121b --- /dev/null +++ b/res/cardsfolder/iwamori_of_the_open_fist.txt @@ -0,0 +1,11 @@ +Name:Iwamori of the Open Fist +ManaCost:2 G G +Types:Legendary Creature Human Monk +Text:no text +PT:5/5 +K:Trample +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, each opponent may put a legendary creature card from his or her hand onto the battlefield. +SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Battlefield | ChangeType$ Creature.Legendary | Defined$ Opponent | ChangeNum$ 1 +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/iwamori_of_the_open_fist.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/spore_flower.txt b/res/cardsfolder/spore_flower.txt new file mode 100644 index 00000000000..9d35ef15c11 --- /dev/null +++ b/res/cardsfolder/spore_flower.txt @@ -0,0 +1,13 @@ +Name:Spore Flower +ManaCost:G G +Types:Creature Fungus +Text:no text +PT:0/1 +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. +SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. +A:AB$Fog | Cost$ SubCounter<3/SPORE> | SpellDescription$ Prevent all combat damage that would be dealt this turn. +SVar:RemAIDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/spore_flower.jpg +SetInfo:FEM|Rare|http://magiccards.info/scans/en/fe/86.jpg +End \ No newline at end of file